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