Lines Matching defs:efx
207 #define EFX_ASSERT_RESET_SERIALISED(efx) \ argument
229 struct efx_nic *efx = channel->efx; in efx_process_channel() local
279 struct efx_nic *efx = channel->efx; in efx_poll() local
335 struct efx_nic *efx = channel->efx; in efx_process_channel_now() local
373 struct efx_nic *efx = channel->efx; in efx_probe_eventq() local
424 efx_alloc_channel(struct efx_nic *efx, int i, struct efx_channel *old_channel) in efx_alloc_channel()
516 static void efx_set_channel_names(struct efx_nic *efx) in efx_set_channel_names()
538 static int efx_probe_channels(struct efx_nic *efx) in efx_probe_channels()
568 static void efx_init_channels(struct efx_nic *efx) in efx_init_channels()
648 static void efx_fini_channels(struct efx_nic *efx) in efx_fini_channels()
701 static void efx_remove_channels(struct efx_nic *efx) in efx_remove_channels()
710 efx_realloc_channels(struct efx_nic *efx, u32 rxq_entries, u32 txq_entries) in efx_realloc_channels()
789 void efx_link_status_changed(struct efx_nic *efx) in efx_link_status_changed()
822 void efx_link_set_advertising(struct efx_nic *efx, u32 advertising) in efx_link_set_advertising()
835 void efx_link_set_wanted_fc(struct efx_nic *efx, u8 wanted_fc) in efx_link_set_wanted_fc()
859 int __efx_reconfigure_port(struct efx_nic *efx) in __efx_reconfigure_port()
889 int efx_reconfigure_port(struct efx_nic *efx) in efx_reconfigure_port()
907 struct efx_nic *efx = container_of(data, struct efx_nic, mac_work); in efx_mac_work() local
917 static int efx_probe_port(struct efx_nic *efx) in efx_probe_port()
956 static int efx_init_port(struct efx_nic *efx) in efx_init_port()
989 static void efx_start_port(struct efx_nic *efx) in efx_start_port()
1006 static void efx_stop_port(struct efx_nic *efx) in efx_stop_port()
1021 static void efx_fini_port(struct efx_nic *efx) in efx_fini_port()
1035 static void efx_remove_port(struct efx_nic *efx) in efx_remove_port()
1049 static int efx_init_io(struct efx_nic *efx) in efx_init_io()
1130 static void efx_fini_io(struct efx_nic *efx) in efx_fini_io()
1178 efx_init_rx_cpu_rmap(struct efx_nic *efx, struct msix_entry *xentries) in efx_init_rx_cpu_rmap()
1202 static int efx_probe_interrupts(struct efx_nic *efx) in efx_probe_interrupts()
1286 static void efx_remove_interrupts(struct efx_nic *efx) in efx_remove_interrupts()
1300 static void efx_set_channels(struct efx_nic *efx) in efx_set_channels()
1318 static int efx_probe_nic(struct efx_nic *efx) in efx_probe_nic()
1357 static void efx_remove_nic(struct efx_nic *efx) in efx_remove_nic()
1371 static int efx_probe_all(struct efx_nic *efx) in efx_probe_all()
1416 static void efx_start_all(struct efx_nic *efx) in efx_start_all()
1473 static void efx_flush_all(struct efx_nic *efx) in efx_flush_all()
1486 static void efx_stop_all(struct efx_nic *efx) in efx_stop_all()
1533 static void efx_remove_all(struct efx_nic *efx) in efx_remove_all()
1557 int efx_init_irq_moderation(struct efx_nic *efx, unsigned int tx_usecs, in efx_init_irq_moderation()
1589 void efx_get_irq_moderation(struct efx_nic *efx, unsigned int *tx_usecs, in efx_get_irq_moderation()
1616 struct efx_nic *efx = container_of(data, struct efx_nic, in efx_monitor() local
1648 struct efx_nic *efx = netdev_priv(net_dev); in efx_ioctl() local
1667 static void efx_init_napi(struct efx_nic *efx) in efx_init_napi()
1685 static void efx_fini_napi(struct efx_nic *efx) in efx_fini_napi()
1707 struct efx_nic *efx = netdev_priv(net_dev); in efx_netpoll() local
1725 struct efx_nic *efx = netdev_priv(net_dev); in efx_net_open() local
1752 struct efx_nic *efx = netdev_priv(net_dev); in efx_net_stop() local
1770 struct efx_nic *efx = netdev_priv(net_dev); in efx_net_stats() local
1805 struct efx_nic *efx = netdev_priv(net_dev); in efx_watchdog() local
1818 struct efx_nic *efx = netdev_priv(net_dev); in efx_change_mtu() local
1847 struct efx_nic *efx = netdev_priv(net_dev); in efx_set_mac_address() local
1873 struct efx_nic *efx = netdev_priv(net_dev); in efx_set_multicast_list() local
1906 struct efx_nic *efx = netdev_priv(net_dev); in efx_set_features() local
1936 static void efx_update_name(struct efx_nic *efx) in efx_update_name()
1962 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev)); in show_phy_type() local
1967 static int efx_register_netdev(struct efx_nic *efx) in efx_register_netdev()
2023 static void efx_unregister_netdev(struct efx_nic *efx) in efx_unregister_netdev()
2056 void efx_reset_down(struct efx_nic *efx, enum reset_type method) in efx_reset_down()
2074 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok) in efx_reset_up()
2122 int efx_reset(struct efx_nic *efx, enum reset_type method) in efx_reset()
2176 struct efx_nic *efx = container_of(data, struct efx_nic, reset_work); in efx_reset_work() local
2195 void efx_schedule_reset(struct efx_nic *efx, enum reset_type type) in efx_schedule_reset()
2255 int efx_port_dummy_op_int(struct efx_nic *efx) in efx_port_dummy_op_int()
2259 void efx_port_dummy_op_void(struct efx_nic *efx) {} in efx_port_dummy_op_void()
2261 static bool efx_port_dummy_op_poll(struct efx_nic *efx) in efx_port_dummy_op_poll()
2282 static int efx_init_struct(struct efx_nic *efx, const struct efx_nic_type *type, in efx_init_struct()
2336 static void efx_fini_struct(struct efx_nic *efx) in efx_fini_struct()
2358 static void efx_pci_remove_main(struct efx_nic *efx) in efx_pci_remove_main()
2377 struct efx_nic *efx; in efx_pci_remove() local
2414 static int efx_pci_probe_main(struct efx_nic *efx) in efx_pci_probe_main()
2473 struct efx_nic *efx; in efx_pci_probe() local
2574 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev)); in efx_pm_freeze() local
2588 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev)); in efx_pm_thaw() local
2615 struct efx_nic *efx = pci_get_drvdata(pci_dev); in efx_pm_poweroff() local
2629 struct efx_nic *efx = pci_get_drvdata(pci_dev); in efx_pm_resume() local