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()
243 struct efx_nic *efx = channel->efx; in ef100_ev_process() local
311 struct efx_nic *efx = context->efx; in ef100_msi_interrupt() local
328 static int ef100_phy_probe(struct efx_nic *efx) in ef100_phy_probe()
366 static int ef100_filter_table_probe(struct efx_nic *efx) in ef100_filter_table_probe()
371 static int ef100_filter_table_up(struct efx_nic *efx) in ef100_filter_table_up()
390 static void ef100_filter_table_down(struct efx_nic *efx) in ef100_filter_table_down()
399 static int ef100_reconfigure_mac(struct efx_nic *efx, bool mtu_only) in ef100_reconfigure_mac()
432 static int ef100_reset(struct efx_nic *efx, enum reset_type reset_type) in ef100_reset()
547 static size_t ef100_describe_stats(struct efx_nic *efx, u8 *names) in ef100_describe_stats()
556 static size_t ef100_update_stats_common(struct efx_nic *efx, u64 *full_stats, in ef100_update_stats_common()
600 static size_t ef100_update_stats(struct efx_nic *efx, in ef100_update_stats()
624 static int efx_ef100_get_phys_port_id(struct efx_nic *efx, in efx_ef100_get_phys_port_id()
638 static int efx_ef100_irq_test_generate(struct efx_nic *efx) in efx_ef100_irq_test_generate()
654 struct efx_nic *efx = channel->efx; in efx_ef100_ev_test_generate() local
682 static unsigned int ef100_check_caps(const struct efx_nic *efx, in ef100_check_caps()
946 static int ef100_process_design_param(struct efx_nic *efx, in ef100_process_design_param()
1054 static int ef100_check_design_params(struct efx_nic *efx) in ef100_check_design_params()
1101 static int ef100_probe_main(struct efx_nic *efx) in ef100_probe_main()
1242 int ef100_probe_pf(struct efx_nic *efx) in ef100_probe_pf()
1265 int ef100_probe_vf(struct efx_nic *efx) in ef100_probe_vf()
1270 void ef100_remove(struct efx_nic *efx) in ef100_remove()