Lines Matching defs:efx

39 static u8 *ef100_mcdi_buf(struct efx_nic *efx, u8 bufid, dma_addr_t *dma_addr)  in ef100_mcdi_buf()
49 static int ef100_get_warm_boot_count(struct efx_nic *efx) in ef100_get_warm_boot_count()
65 static void ef100_mcdi_request(struct efx_nic *efx, in ef100_mcdi_request()
86 static bool ef100_mcdi_poll_response(struct efx_nic *efx) in ef100_mcdi_poll_response()
95 static void ef100_mcdi_read_response(struct efx_nic *efx, in ef100_mcdi_read_response()
104 static int ef100_mcdi_poll_reboot(struct efx_nic *efx) in ef100_mcdi_poll_reboot()
127 static void ef100_mcdi_reboot_detected(struct efx_nic *efx) in ef100_mcdi_reboot_detected()
133 int ef100_get_mac_address(struct efx_nic *efx, u8 *mac_address, in ef100_get_mac_address()
164 int efx_ef100_init_datapath_caps(struct efx_nic *efx) in efx_ef100_init_datapath_caps()
260 struct efx_nic *efx = channel->efx; in ef100_ev_process() local
331 struct efx_nic *efx = context->efx; in ef100_msi_interrupt() local
348 int ef100_phy_probe(struct efx_nic *efx) in ef100_phy_probe()
386 int ef100_filter_table_probe(struct efx_nic *efx) in ef100_filter_table_probe()
391 static int ef100_filter_table_up(struct efx_nic *efx) in ef100_filter_table_up()
425 static void ef100_filter_table_down(struct efx_nic *efx) in ef100_filter_table_down()
438 static int ef100_reconfigure_mac(struct efx_nic *efx, bool mtu_only) in ef100_reconfigure_mac()
471 static int ef100_reset(struct efx_nic *efx, enum reset_type reset_type) in ef100_reset()
586 static size_t ef100_describe_stats(struct efx_nic *efx, u8 *names) in ef100_describe_stats()
595 static size_t ef100_update_stats_common(struct efx_nic *efx, u64 *full_stats, in ef100_update_stats_common()
639 static size_t ef100_update_stats(struct efx_nic *efx, in ef100_update_stats()
663 static int efx_ef100_get_phys_port_id(struct efx_nic *efx, in efx_ef100_get_phys_port_id()
677 static int efx_ef100_irq_test_generate(struct efx_nic *efx) in efx_ef100_irq_test_generate()
693 struct efx_nic *efx = channel->efx; in efx_ef100_ev_test_generate() local
721 static unsigned int ef100_check_caps(const struct efx_nic *efx, in ef100_check_caps()
738 static unsigned int efx_ef100_recycle_ring_size(const struct efx_nic *efx) in efx_ef100_recycle_ring_size()
744 static int efx_ef100_get_base_mport(struct efx_nic *efx) in efx_ef100_get_base_mport()
860 static int ef100_process_design_param(struct efx_nic *efx, in ef100_process_design_param()
971 static int ef100_check_design_params(struct efx_nic *efx) in ef100_check_design_params()
1017 static int ef100_probe_main(struct efx_nic *efx) in ef100_probe_main()
1131 int efx_ef100_lookup_client_id(struct efx_nic *efx, efx_qword_t pciefn, u32 *id) in efx_ef100_lookup_client_id()
1154 int ef100_probe_netdev_pf(struct efx_nic *efx) in ef100_probe_netdev_pf()
1200 int ef100_probe_vf(struct efx_nic *efx) in ef100_probe_vf()
1205 void ef100_remove(struct efx_nic *efx) in ef100_remove()