Searched defs:team_mode_ops (Results 1 – 1 of 1) sorted by relevance
117 struct team_mode_ops { struct118 int (*init)(struct team *team);119 void (*exit)(struct team *team);120 rx_handler_result_t (*receive)(struct team *team,123 bool (*transmit)(struct team *team, struct sk_buff *skb);124 int (*port_enter)(struct team *team, struct team_port *port);125 void (*port_leave)(struct team *team, struct team_port *port);126 void (*port_change_dev_addr)(struct team *team, struct team_port *port);127 void (*port_enabled)(struct team *team, struct team_port *port);128 void (*port_disabled)(struct team *team, struct team_port *port);