Searched defs:efx_phy_ops_s (Results 1 – 1 of 1) sorted by relevance
246 typedef struct efx_phy_ops_s { struct247 efx_rc_t (*epo_power)(efx_nic_t *, boolean_t); /* optional */248 efx_rc_t (*epo_reset)(efx_nic_t *);249 efx_rc_t (*epo_reconfigure)(efx_nic_t *);250 efx_rc_t (*epo_verify)(efx_nic_t *);251 efx_rc_t (*epo_oui_get)(efx_nic_t *, uint32_t *);252 efx_rc_t (*epo_link_state_get)(efx_nic_t *, efx_phy_link_state_t *);254 efx_rc_t (*epo_stats_update)(efx_nic_t *, efsys_mem_t *,258 efx_rc_t (*epo_bist_enable_offline)(efx_nic_t *);259 efx_rc_t (*epo_bist_start)(efx_nic_t *, efx_bist_type_t);[all …]