Lines Matching refs:efx_nic
32 static void siena_init_wol(struct efx_nic *efx);
33 static int siena_reset_hw(struct efx_nic *efx, enum reset_type method);
58 struct efx_nic *efx = netdev_priv(net_dev); in siena_mdio_write()
75 struct efx_nic *efx = netdev_priv(net_dev); in siena_mdio_read()
91 static int siena_probe_port(struct efx_nic *efx) in siena_probe_port()
124 static void siena_remove_port(struct efx_nic *efx) in siena_remove_port()
130 void siena_prepare_flush(struct efx_nic *efx) in siena_prepare_flush()
136 void siena_finish_flush(struct efx_nic *efx) in siena_finish_flush()
171 static int siena_test_chip(struct efx_nic *efx, struct efx_self_tests *tests) in siena_test_chip()
233 static int siena_reset_hw(struct efx_nic *efx, enum reset_type method) in siena_reset_hw()
255 static void siena_monitor(struct efx_nic *efx) in siena_monitor()
264 static int siena_probe_nvconfig(struct efx_nic *efx) in siena_probe_nvconfig()
277 static void siena_dimension_resources(struct efx_nic *efx) in siena_dimension_resources()
286 static int siena_probe_nic(struct efx_nic *efx) in siena_probe_nic()
385 static int siena_init_nic(struct efx_nic *efx) in siena_init_nic()
455 static void siena_remove_nic(struct efx_nic *efx) in siena_remove_nic()
473 static int siena_try_update_nic_stats(struct efx_nic *efx) in siena_try_update_nic_stats()
571 static void siena_update_nic_stats(struct efx_nic *efx) in siena_update_nic_stats()
586 static void siena_start_nic_stats(struct efx_nic *efx) in siena_start_nic_stats()
596 static void siena_stop_nic_stats(struct efx_nic *efx) in siena_stop_nic_stats()
608 static void siena_get_wol(struct efx_nic *efx, struct ethtool_wolinfo *wol) in siena_get_wol()
621 static int siena_set_wol(struct efx_nic *efx, u32 type) in siena_set_wol()
655 static void siena_init_wol(struct efx_nic *efx) in siena_init_wol()