• Home
  • Raw
  • Download

Lines Matching refs:efx_nic

102 static void efx_remove_port(struct efx_nic *efx);
103 static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog);
122 static void efx_fini_port(struct efx_nic *efx);
124 static int efx_probe_port(struct efx_nic *efx) in efx_probe_port()
144 static int efx_init_port(struct efx_nic *efx) in efx_init_port()
167 static void efx_fini_port(struct efx_nic *efx) in efx_fini_port()
180 static void efx_remove_port(struct efx_nic *efx) in efx_remove_port()
196 static bool efx_same_controller(struct efx_nic *left, struct efx_nic *right) in efx_same_controller()
203 static void efx_associate(struct efx_nic *efx) in efx_associate()
205 struct efx_nic *other, *next; in efx_associate()
248 static void efx_dissociate(struct efx_nic *efx) in efx_dissociate()
250 struct efx_nic *other, *next; in efx_dissociate()
264 static int efx_probe_nic(struct efx_nic *efx) in efx_probe_nic()
325 static void efx_remove_nic(struct efx_nic *efx) in efx_remove_nic()
339 static int efx_probe_all(struct efx_nic *efx) in efx_probe_all()
396 static void efx_remove_all(struct efx_nic *efx) in efx_remove_all()
416 unsigned int efx_usecs_to_ticks(struct efx_nic *efx, unsigned int usecs) in efx_usecs_to_ticks()
425 unsigned int efx_ticks_to_usecs(struct efx_nic *efx, unsigned int ticks) in efx_ticks_to_usecs()
434 int efx_init_irq_moderation(struct efx_nic *efx, unsigned int tx_usecs, in efx_init_irq_moderation()
469 void efx_get_irq_moderation(struct efx_nic *efx, unsigned int *tx_usecs, in efx_get_irq_moderation()
500 struct efx_nic *efx = netdev_priv(net_dev); in efx_ioctl()
525 struct efx_nic *efx = netdev_priv(net_dev); in efx_net_open()
556 struct efx_nic *efx = netdev_priv(net_dev); in efx_net_stop()
569 struct efx_nic *efx = netdev_priv(net_dev); in efx_vlan_rx_add_vid()
579 struct efx_nic *efx = netdev_priv(net_dev); in efx_vlan_rx_kill_vid()
621 static int efx_xdp_setup_prog(struct efx_nic *efx, struct bpf_prog *prog) in efx_xdp_setup_prog()
650 struct efx_nic *efx = netdev_priv(dev); in efx_xdp()
663 struct efx_nic *efx = netdev_priv(dev); in efx_xdp_xmit()
671 static void efx_update_name(struct efx_nic *efx) in efx_update_name()
697 struct efx_nic *efx = dev_get_drvdata(dev); in show_phy_type()
702 static int efx_register_netdev(struct efx_nic *efx) in efx_register_netdev()
777 static void efx_unregister_netdev(struct efx_nic *efx) in efx_unregister_netdev()
829 void efx_update_sw_stats(struct efx_nic *efx, u64 *stats) in efx_update_sw_stats()
849 static void efx_pci_remove_main(struct efx_nic *efx) in efx_pci_remove_main()
872 struct efx_nic *efx; in efx_pci_remove()
910 static void efx_probe_vpd_strings(struct efx_nic *efx) in efx_probe_vpd_strings()
980 static int efx_pci_probe_main(struct efx_nic *efx) in efx_pci_probe_main()
1032 static int efx_pci_probe_post_io(struct efx_nic *efx) in efx_pci_probe_post_io()
1093 struct efx_nic *efx; in efx_pci_probe()
1180 struct efx_nic *efx = pci_get_drvdata(dev); in efx_pci_sriov_configure()
1195 struct efx_nic *efx = dev_get_drvdata(dev); in efx_pm_freeze()
1216 struct efx_nic *efx = dev_get_drvdata(dev); in efx_pm_thaw()
1254 struct efx_nic *efx = pci_get_drvdata(pci_dev); in efx_pm_poweroff()
1268 struct efx_nic *efx = pci_get_drvdata(pci_dev); in efx_pm_resume()