Searched defs:efx_phy_ops_s (Results 1 – 1 of 1) sorted by relevance
238 typedef struct efx_phy_ops_s { struct239 efx_rc_t (*epo_power)(efx_nic_t *, boolean_t); /* optional */240 efx_rc_t (*epo_reset)(efx_nic_t *);241 efx_rc_t (*epo_reconfigure)(efx_nic_t *);242 efx_rc_t (*epo_verify)(efx_nic_t *);243 efx_rc_t (*epo_oui_get)(efx_nic_t *, uint32_t *);246 efx_rc_t (*epo_stats_update)(efx_nic_t *, efsys_mem_t *,250 efx_rc_t (*epo_bist_enable_offline)(efx_nic_t *);251 efx_rc_t (*epo_bist_start)(efx_nic_t *, efx_bist_type_t);252 efx_rc_t (*epo_bist_poll)(efx_nic_t *, efx_bist_type_t,[all …]