Home
last modified time | relevance | path

Searched defs:efx_phy_operations (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/net/ethernet/sfc/
Dnet_driver.h506 struct efx_phy_operations { struct
507 int (*probe) (struct efx_nic *efx);
508 int (*init) (struct efx_nic *efx);
509 void (*fini) (struct efx_nic *efx);
510 void (*remove) (struct efx_nic *efx);
511 int (*reconfigure) (struct efx_nic *efx);
512 bool (*poll) (struct efx_nic *efx);
513 void (*get_settings) (struct efx_nic *efx,
515 int (*set_settings) (struct efx_nic *efx,
517 void (*set_npage_adv) (struct efx_nic *efx, u32);
[all …]