Searched defs:team_mode_ops (Results 1 – 1 of 1) sorted by relevance
121 struct team_mode_ops { struct122 int (*init)(struct team *team);123 void (*exit)(struct team *team);124 rx_handler_result_t (*receive)(struct team *team,127 bool (*transmit)(struct team *team, struct sk_buff *skb);128 int (*port_enter)(struct team *team, struct team_port *port);129 void (*port_leave)(struct team *team, struct team_port *port);130 void (*port_change_dev_addr)(struct team *team, struct team_port *port);131 void (*port_enabled)(struct team *team, struct team_port *port);132 void (*port_disabled)(struct team *team, struct team_port *port);