Lines Matching defs:efx_port_s
302 typedef struct efx_port_s { struct
303 efx_mac_type_t ep_mac_type;
304 uint32_t ep_phy_type;
305 uint8_t ep_port;
306 uint32_t ep_mac_pdu;
307 uint8_t ep_mac_addr[6];
308 efx_link_mode_t ep_link_mode;
309 boolean_t ep_all_unicst;
310 boolean_t ep_mulcst;
311 boolean_t ep_all_mulcst;
312 boolean_t ep_brdcst;
313 unsigned int ep_fcntl;
314 boolean_t ep_fcntl_autoneg;
315 efx_oword_t ep_multicst_hash[2];
316 uint8_t ep_mulcst_addr_list[EFX_MAC_ADDR_LEN *
318 uint32_t ep_mulcst_addr_count;
320 efx_loopback_type_t ep_loopback_type;
321 efx_link_mode_t ep_loopback_link_mode;
324 uint32_t ep_phy_flags;
327 efx_phy_led_mode_t ep_phy_led_mode;
329 efx_phy_media_type_t ep_fixed_port_type;
330 efx_phy_media_type_t ep_module_type;
331 uint32_t ep_adv_cap_mask;
332 uint32_t ep_lp_cap_mask;
333 uint32_t ep_default_adv_cap_mask;
334 uint32_t ep_phy_cap_mask;
335 boolean_t ep_mac_drain;
337 efx_bist_type_t ep_current_bist;
339 const efx_mac_ops_t *ep_emop;
340 const efx_phy_ops_t *ep_epop;