Searched defs:ef4_phy_operations (Results 1 – 1 of 1) sorted by relevance
571 struct ef4_phy_operations { struct572 int (*probe) (struct ef4_nic *efx);573 int (*init) (struct ef4_nic *efx);574 void (*fini) (struct ef4_nic *efx);575 void (*remove) (struct ef4_nic *efx);576 int (*reconfigure) (struct ef4_nic *efx);577 bool (*poll) (struct ef4_nic *efx);578 void (*get_link_ksettings)(struct ef4_nic *efx,580 int (*set_link_ksettings)(struct ef4_nic *efx,582 void (*set_npage_adv) (struct ef4_nic *efx, u32);[all …]