Lines Matching defs:port
206 typedef struct port { struct
207 u16 actor_port_number; argument
208 u16 actor_port_priority; argument
211 u16 actor_port_aggregator_identifier; argument
213 u16 actor_admin_port_key; argument
214 u16 actor_oper_port_key; argument
215 u8 actor_admin_port_state; argument
216 u8 actor_oper_port_state; argument
218 struct port_params partner_admin; argument
219 struct port_params partner_oper; argument
224 u16 sm_vars; /* all state machines variables for this port */ argument
239 struct slave *slave; /* pointer to the bond slave that this port belongs to */ argument
240 struct aggregator *aggregator; /* pointer to an aggregator that this port related to */ argument
241 struct port *next_port_in_aggregator; /* Next port on the linked list of the parent aggregator */ argument
243 struct lacpdu lacpdu; /* the lacpdu that will be sent for this port */ argument
269 struct port port; /* 802.3ad port structure */ member