Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dnet_driver.h571 struct ef4_phy_operations { struct
572 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 …]