Lines Matching defs:port
212 typedef struct port { struct
213 u16 actor_port_number; argument
214 u16 actor_port_priority; argument
217 u16 actor_port_aggregator_identifier; argument
219 u16 actor_admin_port_key; argument
220 u16 actor_oper_port_key; argument
221 u8 actor_admin_port_state; argument
222 u8 actor_oper_port_state; argument
224 struct port_params partner_admin; argument
225 struct port_params partner_oper; argument
230 u16 sm_vars; /* all state machines variables for this port */ argument
245 struct slave *slave; /* pointer to the bond slave that this port belongs to */ argument
246 struct aggregator *aggregator; /* pointer to an aggregator that this port related to */ argument
247 struct port *next_port_in_aggregator; /* Next port on the linked list of the parent aggregator */ argument
249 struct lacpdu lacpdu; /* the lacpdu that will be sent for this port */ argument
274 struct port port; /* 802.3ad port structure */ member