Lines Matching defs:efx
207 #define EF4_ASSERT_RESET_SERIALISED(efx) \ argument
215 static int ef4_check_disabled(struct ef4_nic *efx) in ef4_check_disabled()
276 static void ef4_update_irq_mod(struct ef4_nic *efx, struct ef4_channel *channel) in ef4_update_irq_mod()
301 struct ef4_nic *efx = channel->efx; in ef4_poll() local
338 struct ef4_nic *efx = channel->efx; in ef4_probe_eventq() local
356 struct ef4_nic *efx = channel->efx; in ef4_init_eventq() local
425 ef4_alloc_channel(struct ef4_nic *efx, int i, struct ef4_channel *old_channel) in ef4_alloc_channel()
532 struct ef4_nic *efx = channel->efx; in ef4_get_channel_name() local
548 static void ef4_set_channel_names(struct ef4_nic *efx) in ef4_set_channel_names()
558 static int ef4_probe_channels(struct ef4_nic *efx) in ef4_probe_channels()
593 static void ef4_start_datapath(struct ef4_nic *efx) in ef4_start_datapath()
685 static void ef4_stop_datapath(struct ef4_nic *efx) in ef4_stop_datapath()
755 static void ef4_remove_channels(struct ef4_nic *efx) in ef4_remove_channels()
764 ef4_realloc_channels(struct ef4_nic *efx, u32 rxq_entries, u32 txq_entries) in ef4_realloc_channels()
905 void ef4_link_status_changed(struct ef4_nic *efx) in ef4_link_status_changed()
935 void ef4_link_set_advertising(struct ef4_nic *efx, u32 advertising) in ef4_link_set_advertising()
948 void ef4_link_set_wanted_fc(struct ef4_nic *efx, u8 wanted_fc) in ef4_link_set_wanted_fc()
968 void ef4_mac_reconfigure(struct ef4_nic *efx) in ef4_mac_reconfigure()
982 int __ef4_reconfigure_port(struct ef4_nic *efx) in __ef4_reconfigure_port()
1006 int ef4_reconfigure_port(struct ef4_nic *efx) in ef4_reconfigure_port()
1024 struct ef4_nic *efx = container_of(data, struct ef4_nic, mac_work); in ef4_mac_work() local
1032 static int ef4_probe_port(struct ef4_nic *efx) in ef4_probe_port()
1052 static int ef4_init_port(struct ef4_nic *efx) in ef4_init_port()
1085 static void ef4_start_port(struct ef4_nic *efx) in ef4_start_port()
1104 static void ef4_stop_port(struct ef4_nic *efx) in ef4_stop_port()
1123 static void ef4_fini_port(struct ef4_nic *efx) in ef4_fini_port()
1137 static void ef4_remove_port(struct ef4_nic *efx) in ef4_remove_port()
1160 static void ef4_associate(struct ef4_nic *efx) in ef4_associate()
1205 static void ef4_dissociate(struct ef4_nic *efx) in ef4_dissociate()
1222 static int ef4_init_io(struct ef4_nic *efx) in ef4_init_io()
1293 static void ef4_fini_io(struct ef4_nic *efx) in ef4_fini_io()
1315 void ef4_set_default_rx_indir_table(struct ef4_nic *efx) in ef4_set_default_rx_indir_table()
1324 static unsigned int ef4_wanted_parallelism(struct ef4_nic *efx) in ef4_wanted_parallelism()
1364 static int ef4_probe_interrupts(struct ef4_nic *efx) in ef4_probe_interrupts()
1467 static int ef4_soft_enable_interrupts(struct ef4_nic *efx) in ef4_soft_enable_interrupts()
1500 static void ef4_soft_disable_interrupts(struct ef4_nic *efx) in ef4_soft_disable_interrupts()
1523 static int ef4_enable_interrupts(struct ef4_nic *efx) in ef4_enable_interrupts()
1565 static void ef4_disable_interrupts(struct ef4_nic *efx) in ef4_disable_interrupts()
1579 static void ef4_remove_interrupts(struct ef4_nic *efx) in ef4_remove_interrupts()
1593 static void ef4_set_channels(struct ef4_nic *efx) in ef4_set_channels()
1618 static int ef4_probe_nic(struct ef4_nic *efx) in ef4_probe_nic()
1680 static void ef4_remove_nic(struct ef4_nic *efx) in ef4_remove_nic()
1688 static int ef4_probe_filters(struct ef4_nic *efx) in ef4_probe_filters()
1737 static void ef4_remove_filters(struct ef4_nic *efx) in ef4_remove_filters()
1750 static void ef4_restore_filters(struct ef4_nic *efx) in ef4_restore_filters()
1763 static int ef4_probe_all(struct ef4_nic *efx) in ef4_probe_all()
1817 static void ef4_start_all(struct ef4_nic *efx) in ef4_start_all()
1848 static void ef4_stop_all(struct ef4_nic *efx) in ef4_stop_all()
1877 static void ef4_remove_all(struct ef4_nic *efx) in ef4_remove_all()
1890 unsigned int ef4_usecs_to_ticks(struct ef4_nic *efx, unsigned int usecs) in ef4_usecs_to_ticks()
1899 unsigned int ef4_ticks_to_usecs(struct ef4_nic *efx, unsigned int ticks) in ef4_ticks_to_usecs()
1908 int ef4_init_irq_moderation(struct ef4_nic *efx, unsigned int tx_usecs, in ef4_init_irq_moderation()
1941 void ef4_get_irq_moderation(struct ef4_nic *efx, unsigned int *tx_usecs, in ef4_get_irq_moderation()
1970 struct ef4_nic *efx = container_of(data, struct ef4_nic, in ef4_monitor() local
2002 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_ioctl() local
2021 struct ef4_nic *efx = channel->efx; in ef4_init_napi_channel() local
2028 static void ef4_init_napi(struct ef4_nic *efx) in ef4_init_napi()
2044 static void ef4_fini_napi(struct ef4_nic *efx) in ef4_fini_napi()
2061 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_net_open() local
2088 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_net_stop() local
2103 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_net_stats() local
2113 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_watchdog() local
2126 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_change_mtu() local
2150 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_set_mac_address() local
2185 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_set_rx_mode() local
2194 struct ef4_nic *efx = netdev_priv(net_dev); in ef4_set_features() local
2233 static void ef4_update_name(struct ef4_nic *efx) in ef4_update_name()
2259 struct ef4_nic *efx = dev_get_drvdata(dev); in show_phy_type() local
2264 static int ef4_register_netdev(struct ef4_nic *efx) in ef4_register_netdev()
2334 static void ef4_unregister_netdev(struct ef4_nic *efx) in ef4_unregister_netdev()
2356 void ef4_reset_down(struct ef4_nic *efx, enum reset_type method) in ef4_reset_down()
2375 int ef4_reset_up(struct ef4_nic *efx, enum reset_type method, bool ok) in ef4_reset_up()
2429 int ef4_reset(struct ef4_nic *efx, enum reset_type method) in ef4_reset()
2488 int ef4_try_recovery(struct ef4_nic *efx) in ef4_try_recovery()
2512 struct ef4_nic *efx = container_of(data, struct ef4_nic, reset_work); in ef4_reset_work() local
2539 void ef4_schedule_reset(struct ef4_nic *efx, enum reset_type type) in ef4_schedule_reset()
2608 int ef4_port_dummy_op_int(struct ef4_nic *efx) in ef4_port_dummy_op_int()
2612 void ef4_port_dummy_op_void(struct ef4_nic *efx) {} in ef4_port_dummy_op_void()
2614 static bool ef4_port_dummy_op_poll(struct ef4_nic *efx) in ef4_port_dummy_op_poll()
2635 static int ef4_init_struct(struct ef4_nic *efx, in ef4_init_struct()
2696 static void ef4_fini_struct(struct ef4_nic *efx) in ef4_fini_struct()
2711 void ef4_update_sw_stats(struct ef4_nic *efx, u64 *stats) in ef4_update_sw_stats()
2731 static void ef4_pci_remove_main(struct ef4_nic *efx) in ef4_pci_remove_main()
2753 struct ef4_nic *efx; in ef4_pci_remove() local
2788 static void ef4_probe_vpd_strings(struct ef4_nic *efx) in ef4_probe_vpd_strings()
2858 static int ef4_pci_probe_main(struct ef4_nic *efx) in ef4_pci_probe_main()
2918 struct ef4_nic *efx; in ef4_pci_probe() local
3002 struct ef4_nic *efx = dev_get_drvdata(dev); in ef4_pm_freeze() local
3023 struct ef4_nic *efx = dev_get_drvdata(dev); in ef4_pm_thaw() local
3061 struct ef4_nic *efx = pci_get_drvdata(pci_dev); in ef4_pm_poweroff() local
3075 struct ef4_nic *efx = pci_get_drvdata(pci_dev); in ef4_pm_resume() local
3124 struct ef4_nic *efx = pci_get_drvdata(pdev); in ef4_io_error_detected() local
3158 struct ef4_nic *efx = pci_get_drvdata(pdev); in ef4_io_slot_reset() local
3173 struct ef4_nic *efx = pci_get_drvdata(pdev); in ef4_io_resume() local