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);577 int (*set_link_ksettings)(struct ef4_nic *efx,580 int (*test_alive) (struct ef4_nic *efx);583 int (*get_module_eeprom) (struct ef4_nic *efx,[all …]
Completed in 12 milliseconds