Lines Matching defs:efx

201 #define EF4_ASSERT_RESET_SERIALISED(efx)		\  argument
209 static int ef4_check_disabled(struct ef4_nic *efx) in ef4_check_disabled()
270 static void ef4_update_irq_mod(struct ef4_nic *efx, struct ef4_channel *channel) in ef4_update_irq_mod()
295 struct ef4_nic *efx = channel->efx; in ef4_poll() local
332 struct ef4_nic *efx = channel->efx; in ef4_probe_eventq() local
350 struct ef4_nic *efx = channel->efx; in ef4_init_eventq() local
419 ef4_alloc_channel(struct ef4_nic *efx, int i, struct ef4_channel *old_channel) in ef4_alloc_channel()
526 struct ef4_nic *efx = channel->efx; in ef4_get_channel_name() local
542 static void ef4_set_channel_names(struct ef4_nic *efx) in ef4_set_channel_names()
552 static int ef4_probe_channels(struct ef4_nic *efx) in ef4_probe_channels()
587 static void ef4_start_datapath(struct ef4_nic *efx) in ef4_start_datapath()
679 static void ef4_stop_datapath(struct ef4_nic *efx) in ef4_stop_datapath()
749 static void ef4_remove_channels(struct ef4_nic *efx) in ef4_remove_channels()
758 ef4_realloc_channels(struct ef4_nic *efx, u32 rxq_entries, u32 txq_entries) in ef4_realloc_channels()
895 void ef4_link_status_changed(struct ef4_nic *efx) in ef4_link_status_changed()
925 void ef4_link_set_advertising(struct ef4_nic *efx, u32 advertising) in ef4_link_set_advertising()
938 void ef4_link_set_wanted_fc(struct ef4_nic *efx, u8 wanted_fc) in ef4_link_set_wanted_fc()
958 void ef4_mac_reconfigure(struct ef4_nic *efx) in ef4_mac_reconfigure()
972 int __ef4_reconfigure_port(struct ef4_nic *efx) in __ef4_reconfigure_port()
996 int ef4_reconfigure_port(struct ef4_nic *efx) in ef4_reconfigure_port()
1014 struct ef4_nic *efx = container_of(data, struct ef4_nic, mac_work); in ef4_mac_work() local
1022 static int ef4_probe_port(struct ef4_nic *efx) in ef4_probe_port()
1042 static int ef4_init_port(struct ef4_nic *efx) in ef4_init_port()
1075 static void ef4_start_port(struct ef4_nic *efx) in ef4_start_port()
1094 static void ef4_stop_port(struct ef4_nic *efx) in ef4_stop_port()
1113 static void ef4_fini_port(struct ef4_nic *efx) in ef4_fini_port()
1127 static void ef4_remove_port(struct ef4_nic *efx) in ef4_remove_port()
1150 static void ef4_associate(struct ef4_nic *efx) in ef4_associate()
1195 static void ef4_dissociate(struct ef4_nic *efx) in ef4_dissociate()
1212 static int ef4_init_io(struct ef4_nic *efx) in ef4_init_io()
1283 static void ef4_fini_io(struct ef4_nic *efx) in ef4_fini_io()
1305 void ef4_set_default_rx_indir_table(struct ef4_nic *efx) in ef4_set_default_rx_indir_table()
1314 static unsigned int ef4_wanted_parallelism(struct ef4_nic *efx) in ef4_wanted_parallelism()
1354 static int ef4_probe_interrupts(struct ef4_nic *efx) in ef4_probe_interrupts()
1456 static int ef4_soft_enable_interrupts(struct ef4_nic *efx) in ef4_soft_enable_interrupts()
1489 static void ef4_soft_disable_interrupts(struct ef4_nic *efx) in ef4_soft_disable_interrupts()
1512 static int ef4_enable_interrupts(struct ef4_nic *efx) in ef4_enable_interrupts()
1554 static void ef4_disable_interrupts(struct ef4_nic *efx) in ef4_disable_interrupts()
1568 static void ef4_remove_interrupts(struct ef4_nic *efx) in ef4_remove_interrupts()
1582 static void ef4_set_channels(struct ef4_nic *efx) in ef4_set_channels()
1607 static int ef4_probe_nic(struct ef4_nic *efx) in ef4_probe_nic()
1669 static void ef4_remove_nic(struct ef4_nic *efx) in ef4_remove_nic()
1677 static int ef4_probe_filters(struct ef4_nic *efx) in ef4_probe_filters()
1726 static void ef4_remove_filters(struct ef4_nic *efx) in ef4_remove_filters()
1739 static void ef4_restore_filters(struct ef4_nic *efx) in ef4_restore_filters()
1752 static int ef4_probe_all(struct ef4_nic *efx) in ef4_probe_all()
1806 static void ef4_start_all(struct ef4_nic *efx) in ef4_start_all()
1837 static void ef4_stop_all(struct ef4_nic *efx) in ef4_stop_all()
1866 static void ef4_remove_all(struct ef4_nic *efx) in ef4_remove_all()
1879 unsigned int ef4_usecs_to_ticks(struct ef4_nic *efx, unsigned int usecs) in ef4_usecs_to_ticks()
1889 int ef4_init_irq_moderation(struct ef4_nic *efx, unsigned int tx_usecs, in ef4_init_irq_moderation()
1922 void ef4_get_irq_moderation(struct ef4_nic *efx, unsigned int *tx_usecs, in ef4_get_irq_moderation()
1951 struct ef4_nic *efx = container_of(data, struct ef4_nic, in ef4_monitor() local
1983 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_ioctl() local
2002 struct ef4_nic *efx = channel->efx; in ef4_init_napi_channel() local
2008 static void ef4_init_napi(struct ef4_nic *efx) in ef4_init_napi()
2024 static void ef4_fini_napi(struct ef4_nic *efx) in ef4_fini_napi()
2041 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_net_open() local
2068 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_net_stop() local
2083 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_net_stats() local
2093 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_watchdog() local
2106 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_change_mtu() local
2130 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_set_mac_address() local
2165 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_set_rx_mode() local
2174 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_set_features() local
2213 static void ef4_update_name(struct ef4_nic *efx) in ef4_update_name()
2239 struct ef4_nic *efx = dev_get_drvdata(dev); in phy_type_show() local
2244 static int ef4_register_netdev(struct ef4_nic *efx) in ef4_register_netdev()
2314 static void ef4_unregister_netdev(struct ef4_nic *efx) in ef4_unregister_netdev()
2336 void ef4_reset_down(struct ef4_nic *efx, enum reset_type method) in ef4_reset_down()
2355 int ef4_reset_up(struct ef4_nic *efx, enum reset_type method, bool ok) in ef4_reset_up()
2409 int ef4_reset(struct ef4_nic *efx, enum reset_type method) in ef4_reset()
2468 int ef4_try_recovery(struct ef4_nic *efx) in ef4_try_recovery()
2492 struct ef4_nic *efx = container_of(data, struct ef4_nic, reset_work); in ef4_reset_work() local
2519 void ef4_schedule_reset(struct ef4_nic *efx, enum reset_type type) in ef4_schedule_reset()
2588 int ef4_port_dummy_op_int(struct ef4_nic *efx) in ef4_port_dummy_op_int()
2592 void ef4_port_dummy_op_void(struct ef4_nic *efx) {} in ef4_port_dummy_op_void()
2594 static bool ef4_port_dummy_op_poll(struct ef4_nic *efx) in ef4_port_dummy_op_poll()
2615 static int ef4_init_struct(struct ef4_nic *efx, in ef4_init_struct()
2676 static void ef4_fini_struct(struct ef4_nic *efx) in ef4_fini_struct()
2691 void ef4_update_sw_stats(struct ef4_nic *efx, u64 *stats) in ef4_update_sw_stats()
2711 static void ef4_pci_remove_main(struct ef4_nic *efx) in ef4_pci_remove_main()
2733 struct ef4_nic *efx; in ef4_pci_remove() local
2763 static void ef4_probe_vpd_strings(struct ef4_nic *efx) in ef4_probe_vpd_strings()
2797 static int ef4_pci_probe_main(struct ef4_nic *efx) in ef4_pci_probe_main()
2857 struct ef4_nic *efx; in ef4_pci_probe() local
2935 struct ef4_nic *efx = dev_get_drvdata(dev); in ef4_pm_freeze() local
2956 struct ef4_nic *efx = dev_get_drvdata(dev); in ef4_pm_thaw() local
2994 struct ef4_nic *efx = pci_get_drvdata(pci_dev); in ef4_pm_poweroff() local
3008 struct ef4_nic *efx = pci_get_drvdata(pci_dev); in ef4_pm_resume() local
3057 struct ef4_nic *efx = pci_get_drvdata(pdev); in ef4_io_error_detected() local
3091 struct ef4_nic *efx = pci_get_drvdata(pdev); in ef4_io_slot_reset() local
3106 struct ef4_nic *efx = pci_get_drvdata(pdev); in ef4_io_resume() local