mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
team: use function team_port_txable() for determing enabled and up port
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f0a70e902f
commit
6e88e1357c
3 changed files with 10 additions and 3 deletions
|
@ -64,6 +64,7 @@ struct team_port {
|
|||
};
|
||||
|
||||
extern bool team_port_enabled(struct team_port *port);
|
||||
extern bool team_port_txable(struct team_port *port);
|
||||
|
||||
struct team_mode_ops {
|
||||
int (*init)(struct team *team);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue