Lines Matching defs:efx

35 static u8 *ef100_mcdi_buf(struct efx_nic *efx, u8 bufid, dma_addr_t *dma_addr)  in ef100_mcdi_buf()
45 static int ef100_get_warm_boot_count(struct efx_nic *efx) in ef100_get_warm_boot_count()
61 static void ef100_mcdi_request(struct efx_nic *efx, in ef100_mcdi_request()
82 static bool ef100_mcdi_poll_response(struct efx_nic *efx) in ef100_mcdi_poll_response()
91 static void ef100_mcdi_read_response(struct efx_nic *efx, in ef100_mcdi_read_response()
100 static int ef100_mcdi_poll_reboot(struct efx_nic *efx) in ef100_mcdi_poll_reboot()
123 static void ef100_mcdi_reboot_detected(struct efx_nic *efx) in ef100_mcdi_reboot_detected()
129 static int ef100_get_mac_address(struct efx_nic *efx, u8 *mac_address) in ef100_get_mac_address()
149 static int efx_ef100_init_datapath_caps(struct efx_nic *efx) in efx_ef100_init_datapath_caps()
231 struct efx_nic *efx = channel->efx; in ef100_ev_process() local
299 struct efx_nic *efx = context->efx; in ef100_msi_interrupt() local
316 static int ef100_phy_probe(struct efx_nic *efx) in ef100_phy_probe()
354 static int ef100_filter_table_probe(struct efx_nic *efx) in ef100_filter_table_probe()
359 static int ef100_filter_table_up(struct efx_nic *efx) in ef100_filter_table_up()
378 static void ef100_filter_table_down(struct efx_nic *efx) in ef100_filter_table_down()
387 static int ef100_reconfigure_mac(struct efx_nic *efx, bool mtu_only) in ef100_reconfigure_mac()
420 static int ef100_reset(struct efx_nic *efx, enum reset_type reset_type) in ef100_reset()
535 static size_t ef100_describe_stats(struct efx_nic *efx, u8 *names) in ef100_describe_stats()
544 static size_t ef100_update_stats_common(struct efx_nic *efx, u64 *full_stats, in ef100_update_stats_common()
588 static size_t ef100_update_stats(struct efx_nic *efx, in ef100_update_stats()
609 static int efx_ef100_get_phys_port_id(struct efx_nic *efx, in efx_ef100_get_phys_port_id()
623 static int efx_ef100_irq_test_generate(struct efx_nic *efx) in efx_ef100_irq_test_generate()
639 struct efx_nic *efx = channel->efx; in efx_ef100_ev_test_generate() local
667 static unsigned int ef100_check_caps(const struct efx_nic *efx, in ef100_check_caps()
931 static int ef100_process_design_param(struct efx_nic *efx, in ef100_process_design_param()
1039 static int ef100_check_design_params(struct efx_nic *efx) in ef100_check_design_params()
1086 static int ef100_probe_main(struct efx_nic *efx) in ef100_probe_main()
1224 int ef100_probe_pf(struct efx_nic *efx) in ef100_probe_pf()
1247 int ef100_probe_vf(struct efx_nic *efx) in ef100_probe_vf()
1252 void ef100_remove(struct efx_nic *efx) in ef100_remove()