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 static int ef100_get_mac_address(struct efx_nic *efx, u8 *mac_address) in ef100_get_mac_address()
153 int efx_ef100_init_datapath_caps(struct efx_nic *efx) in efx_ef100_init_datapath_caps()
247 struct efx_nic *efx = channel->efx; in ef100_ev_process() local
315 struct efx_nic *efx = context->efx; in ef100_msi_interrupt() local
332 int ef100_phy_probe(struct efx_nic *efx) in ef100_phy_probe()
370 int ef100_filter_table_probe(struct efx_nic *efx) in ef100_filter_table_probe()
375 static int ef100_filter_table_up(struct efx_nic *efx) in ef100_filter_table_up()
409 static void ef100_filter_table_down(struct efx_nic *efx) in ef100_filter_table_down()
423 static int ef100_reconfigure_mac(struct efx_nic *efx, bool mtu_only) in ef100_reconfigure_mac()
456 static int ef100_reset(struct efx_nic *efx, enum reset_type reset_type) in ef100_reset()
571 static size_t ef100_describe_stats(struct efx_nic *efx, u8 *names) in ef100_describe_stats()
580 static size_t ef100_update_stats_common(struct efx_nic *efx, u64 *full_stats, in ef100_update_stats_common()
624 static size_t ef100_update_stats(struct efx_nic *efx, in ef100_update_stats()
648 static int efx_ef100_get_phys_port_id(struct efx_nic *efx, in efx_ef100_get_phys_port_id()
662 static int efx_ef100_irq_test_generate(struct efx_nic *efx) in efx_ef100_irq_test_generate()
678 struct efx_nic *efx = channel->efx; in efx_ef100_ev_test_generate() local
706 static unsigned int ef100_check_caps(const struct efx_nic *efx, in ef100_check_caps()
723 static unsigned int efx_ef100_recycle_ring_size(const struct efx_nic *efx) in efx_ef100_recycle_ring_size()
730 static int efx_ef100_get_base_mport(struct efx_nic *efx) in efx_ef100_get_base_mport()
834 static int ef100_process_design_param(struct efx_nic *efx, in ef100_process_design_param()
945 static int ef100_check_design_params(struct efx_nic *efx) in ef100_check_design_params()
991 static int ef100_probe_main(struct efx_nic *efx) in ef100_probe_main()
1101 int ef100_probe_netdev_pf(struct efx_nic *efx) in ef100_probe_netdev_pf()
1151 int ef100_probe_vf(struct efx_nic *efx) in ef100_probe_vf()
1156 void ef100_remove(struct efx_nic *efx) in ef100_remove()