/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/ |
A D | efx_common.c | 170 struct efx_nic *efx = netdev_priv(net_dev); in efx_siena_set_mac_address() local 205 struct efx_nic *efx = netdev_priv(net_dev); in efx_siena_set_rx_mode() local 214 struct efx_nic *efx = netdev_priv(net_dev); in efx_siena_set_features() local 288 struct efx_nic *efx = netdev_priv(net_dev); in efx_siena_change_mtu() local 528 void efx_siena_start_all(struct efx_nic *efx) in efx_siena_start_all() 568 void efx_siena_stop_all(struct efx_nic *efx) in efx_siena_stop_all() 612 struct efx_nic *efx = netdev_priv(net_dev); in efx_siena_net_stats() local 735 struct efx_nic *efx = netdev_priv(net_dev); in efx_siena_watchdog() local 1153 void efx_siena_fini_io(struct efx_nic *efx) in efx_siena_fini_io() 1178 struct efx_nic *efx = dev_get_drvdata(dev); in mcdi_logging_show() local [all …]
|
A D | efx.c | 112 #define EFX_ASSERT_RESET_SERIALISED(efx) \ argument 128 static int efx_probe_port(struct efx_nic *efx) in efx_probe_port() 148 static int efx_init_port(struct efx_nic *efx) in efx_init_port() 171 static void efx_fini_port(struct efx_nic *efx) in efx_fini_port() 268 static int efx_probe_nic(struct efx_nic *efx) in efx_probe_nic() 496 struct efx_nic *efx = netdev_priv(net_dev); in efx_ioctl() local 521 struct efx_nic *efx = netdev_priv(net_dev); in efx_net_open() local 644 struct efx_nic *efx = netdev_priv(dev); in efx_xdp() local 657 struct efx_nic *efx = netdev_priv(dev); in efx_xdp_xmit() local 849 struct efx_nic *efx; in efx_pci_remove() local [all …]
|
A D | siena.c | 37 struct efx_nic *efx = channel->efx; in siena_push_irq_moderation() local 59 void efx_siena_prepare_flush(struct efx_nic *efx) in efx_siena_prepare_flush() 65 void siena_finish_flush(struct efx_nic *efx) in siena_finish_flush() 213 static void siena_monitor(struct efx_nic *efx) in siena_monitor() 262 static int siena_probe_nic(struct efx_nic *efx) in siena_probe_nic() 404 static int siena_init_nic(struct efx_nic *efx) in siena_init_nic() 718 static void siena_init_wol(struct efx_nic *efx) in siena_init_wol() 742 #define MCDI_PDU(efx) \ argument 744 #define MCDI_DOORBELL(efx) \ argument 746 #define MCDI_STATUS(efx) \ argument [all …]
|
A D | efx.h | 47 #define EFX_TXQ_MIN_ENT(efx) (2 * efx_siena_tx_max_skb_descs(efx)) argument 52 #define EFX_TXQ_MAX_ENT(efx) (EFX_WORKAROUND_EF10(efx) ? \ argument 55 static inline bool efx_rss_enabled(struct efx_nic *efx) in efx_rss_enabled() 87 static inline s32 efx_filter_insert_filter(struct efx_nic *efx, in efx_filter_insert_filter() 103 static inline int efx_filter_remove_id_safe(struct efx_nic *efx, in efx_filter_remove_id_safe() 121 efx_filter_get_filter_safe(struct efx_nic *efx, in efx_filter_get_filter_safe() 128 static inline u32 efx_filter_count_rx_used(struct efx_nic *efx, in efx_filter_count_rx_used() 137 static inline s32 efx_filter_get_rx_ids(struct efx_nic *efx, in efx_filter_get_rx_ids() 168 static inline int efx_mtd_probe(struct efx_nic *efx) in efx_mtd_probe() 181 static inline unsigned int efx_vf_size(struct efx_nic *efx) in efx_vf_size() [all …]
|
A D | mcdi.c | 62 int efx_siena_mcdi_init(struct efx_nic *efx) in efx_siena_mcdi_init() 128 void efx_siena_mcdi_detach(struct efx_nic *efx) in efx_siena_mcdi_detach() 139 void efx_siena_mcdi_fini(struct efx_nic *efx) in efx_siena_mcdi_fini() 472 struct efx_nic *efx = mcdi->efx; in efx_mcdi_release() local 503 struct efx_nic *efx = mcdi->efx; in efx_mcdi_complete_async() local 1317 struct efx_nic *efx = channel->efx; in efx_siena_mcdi_process_event() local 2155 struct efx_nic *efx = mtd->priv; in efx_siena_mcdi_mtd_read() local 2178 struct efx_nic *efx = mtd->priv; in efx_siena_mcdi_mtd_erase() local 2209 struct efx_nic *efx = mtd->priv; in efx_siena_mcdi_mtd_write() local 2239 struct efx_nic *efx = mtd->priv; in efx_siena_mcdi_mtd_sync() local [all …]
|
A D | io.h | 78 static inline u32 efx_reg(struct efx_nic *efx, unsigned int reg) in efx_reg() 84 static inline void _efx_writeq(struct efx_nic *efx, __le64 value, in _efx_writeq() 89 static inline __le64 _efx_readq(struct efx_nic *efx, unsigned int reg) in _efx_readq() 95 static inline void _efx_writed(struct efx_nic *efx, __le32 value, in _efx_writed() 100 static inline __le32 _efx_readd(struct efx_nic *efx, unsigned int reg) in _efx_readd() 212 efx_writeo_table(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo_table() 258 #define efx_writeo_page(efx, value, reg, page) \ argument 268 _efx_writed_page(struct efx_nic *efx, const efx_dword_t *value, in _efx_writed_page() 273 #define efx_writed_page(efx, value, reg, page) \ argument 290 static inline void _efx_writed_page_locked(struct efx_nic *efx, in _efx_writed_page_locked() [all …]
|
A D | mcdi_port_common.c | 15 static int efx_mcdi_get_phy_cfg(struct efx_nic *efx, in efx_mcdi_get_phy_cfg() 56 void efx_siena_link_set_advertising(struct efx_nic *efx, in efx_siena_link_set_advertising() 233 static u32 efx_get_mcdi_phy_flags(struct efx_nic *efx) in efx_get_mcdi_phy_flags() 401 bool efx_siena_mcdi_phy_poll(struct efx_nic *efx) in efx_siena_mcdi_phy_poll() 425 int efx_siena_mcdi_phy_probe(struct efx_nic *efx) in efx_siena_mcdi_phy_probe() 531 void efx_siena_mcdi_phy_remove(struct efx_nic *efx) in efx_siena_mcdi_phy_remove() 715 int efx_siena_mcdi_phy_test_alive(struct efx_nic *efx) in efx_siena_mcdi_phy_test_alive() 960 static int efx_mcdi_phy_diag_type(struct efx_nic *efx) in efx_mcdi_phy_diag_type() 1102 int efx_siena_mcdi_set_mac(struct efx_nic *efx) in efx_siena_mcdi_set_mac() 1152 static int efx_mcdi_mac_stats(struct efx_nic *efx, in efx_mcdi_mac_stats() [all …]
|
A D | efx_channels.c | 425 struct efx_nic *efx = channel->efx; in efx_probe_eventq() local 444 struct efx_nic *efx = channel->efx; in efx_init_eventq() local 564 int efx_siena_init_channels(struct efx_nic *efx) in efx_siena_init_channels() 586 void efx_siena_fini_channels(struct efx_nic *efx) in efx_siena_fini_channels() 681 struct efx_nic *efx = channel->efx; in efx_get_channel_name() local 712 int efx_siena_probe_channels(struct efx_nic *efx) in efx_siena_probe_channels() 958 int efx_siena_set_channels(struct efx_nic *efx) in efx_siena_set_channels() 1274 struct efx_nic *efx = channel->efx; in efx_poll() local 1317 struct efx_nic *efx = channel->efx; in efx_init_napi_channel() local 1323 void efx_siena_init_napi(struct efx_nic *efx) in efx_siena_init_napi() [all …]
|
A D | farch.c | 373 struct efx_nic *efx = tx_queue->efx; in efx_farch_tx_probe() local 386 struct efx_nic *efx = tx_queue->efx; in efx_farch_tx_init() local 425 struct efx_nic *efx = tx_queue->efx; in efx_farch_flush_tx_queue() local 439 struct efx_nic *efx = tx_queue->efx; in efx_farch_tx_fini() local 485 struct efx_nic *efx = rx_queue->efx; in efx_farch_rx_write() local 505 struct efx_nic *efx = rx_queue->efx; in efx_farch_rx_probe() local 516 struct efx_nic *efx = rx_queue->efx; in efx_farch_rx_init() local 781 struct efx_nic *efx = channel->efx; in efx_farch_ev_read_ack() local 831 struct efx_nic *efx = channel->efx; in efx_farch_handle_tx_event() local 980 struct efx_nic *efx = channel->efx; in efx_farch_handle_rx_event() local [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | efx_common.c | 125 void efx_queue_reset_work(struct efx_nic *efx) in efx_queue_reset_work() 349 void efx_start_monitor(struct efx_nic *efx) in efx_start_monitor() 529 void efx_start_all(struct efx_nic *efx) in efx_start_all() 569 void efx_stop_all(struct efx_nic *efx) in efx_stop_all() 686 int efx_try_recovery(struct efx_nic *efx) in efx_try_recovery() 1056 void efx_fini_struct(struct efx_nic *efx) in efx_fini_struct() 1139 void efx_fini_io(struct efx_nic *efx) in efx_fini_io() 1164 struct efx_nic *efx = dev_get_drvdata(dev); in mcdi_logging_show() local 1174 struct efx_nic *efx = dev_get_drvdata(dev); in mcdi_logging_store() local 1396 void efx_detach_reps(struct efx_nic *efx) in efx_detach_reps() [all …]
|
A D | efx.c | 117 static int efx_probe_port(struct efx_nic *efx) in efx_probe_port() 137 static int efx_init_port(struct efx_nic *efx) in efx_init_port() 160 static void efx_fini_port(struct efx_nic *efx) in efx_fini_port() 196 static void efx_associate(struct efx_nic *efx) in efx_associate() 257 static int efx_probe_nic(struct efx_nic *efx) in efx_probe_nic() 332 static int efx_probe_all(struct efx_nic *efx) in efx_probe_all() 646 struct efx_nic *efx = efx_netdev_priv(dev); in efx_xdp() local 659 struct efx_nic *efx = efx_netdev_priv(dev); in efx_xdp_xmit() local 693 struct efx_nic *efx = dev_get_drvdata(dev); in phy_type_show() local 865 struct efx_nic *efx; in efx_pci_remove() local [all …]
|
A D | ef10.c | 1965 struct efx_nic *efx = channel->efx; in efx_ef10_push_irq_moderation() local 2123 struct efx_nic *efx = context->efx; in efx_ef10_msi_interrupt() local 2142 struct efx_nic *efx = dev_id; in efx_ef10_legacy_interrupt() local 2641 struct efx_nic *efx = channel->efx; in efx_ef10_ev_init() local 2706 struct efx_nic *efx = channel->efx; in efx_ef10_handle_rx_event_errors() local 2796 struct efx_nic *efx = channel->efx; in efx_ef10_handle_rx_event() local 2945 struct efx_nic *efx = channel->efx; in efx_ef10_handle_tx_event() local 3023 struct efx_nic *efx = channel->efx; in efx_ef10_handle_driver_event() local 3048 struct efx_nic *efx = channel->efx; in efx_ef10_handle_driver_generated_event() local 3075 struct efx_nic *efx = channel->efx; in efx_ef10_ev_process() local [all …]
|
A D | efx.h | 65 #define EFX_TXQ_MIN_ENT(efx) (2 * efx_tx_max_skb_descs(efx)) argument 70 #define EFX_TXQ_MAX_ENT(efx) (EFX_WORKAROUND_EF10(efx) ? \ argument 73 static inline bool efx_rss_enabled(struct efx_nic *efx) in efx_rss_enabled() 105 static inline s32 efx_filter_insert_filter(struct efx_nic *efx, in efx_filter_insert_filter() 139 efx_filter_get_filter_safe(struct efx_nic *efx, in efx_filter_get_filter_safe() 155 static inline s32 efx_filter_get_rx_ids(struct efx_nic *efx, in efx_filter_get_rx_ids() 187 static inline int efx_mtd_probe(struct efx_nic *efx) in efx_mtd_probe() 195 static inline void efx_mtd_rename(struct efx_nic *efx) {} in efx_mtd_rename() 196 static inline void efx_mtd_remove(struct efx_nic *efx) {} in efx_mtd_remove() 200 static inline unsigned int efx_vf_size(struct efx_nic *efx) in efx_vf_size() [all …]
|
A D | ef10_sriov.c | 69 static int efx_ef10_vport_alloc(struct efx_nic *efx, in efx_ef10_vport_alloc() 113 static void efx_ef10_sriov_free_vf_vports(struct efx_nic *efx) in efx_ef10_sriov_free_vf_vports() 156 static int efx_ef10_sriov_assign_vf_vport(struct efx_nic *efx, in efx_ef10_sriov_assign_vf_vport() 261 int efx_ef10_vswitching_probe_pf(struct efx_nic *efx) in efx_ef10_vswitching_probe_pf() 306 int efx_ef10_vswitching_probe_vf(struct efx_nic *efx) in efx_ef10_vswitching_probe_vf() 311 int efx_ef10_vswitching_restore_pf(struct efx_nic *efx) in efx_ef10_vswitching_restore_pf() 332 int efx_ef10_vswitching_restore_vf(struct efx_nic *efx) in efx_ef10_vswitching_restore_vf() 348 void efx_ef10_vswitching_remove_pf(struct efx_nic *efx) in efx_ef10_vswitching_remove_pf() 372 void efx_ef10_vswitching_remove_vf(struct efx_nic *efx) in efx_ef10_vswitching_remove_vf() 442 int efx_ef10_sriov_init(struct efx_nic *efx) in efx_ef10_sriov_init() [all …]
|
A D | mcdi.c | 61 int efx_mcdi_init(struct efx_nic *efx) in efx_mcdi_init() 125 void efx_mcdi_detach(struct efx_nic *efx) in efx_mcdi_detach() 136 void efx_mcdi_fini(struct efx_nic *efx) in efx_mcdi_fini() 469 struct efx_nic *efx = mcdi->efx; in efx_mcdi_release() local 500 struct efx_nic *efx = mcdi->efx; in efx_mcdi_complete_async() local 1312 struct efx_nic *efx = channel->efx; in efx_mcdi_process_event() local 2387 struct efx_nic *efx = mtd->priv; in efx_mcdi_mtd_read() local 2410 struct efx_nic *efx = mtd->priv; in efx_mcdi_mtd_erase() local 2441 struct efx_nic *efx = mtd->priv; in efx_mcdi_mtd_write() local 2471 struct efx_nic *efx = mtd->priv; in efx_mcdi_mtd_sync() local [all …]
|
A D | mcdi_port_common.c | 55 void efx_link_set_advertising(struct efx_nic *efx, in efx_link_set_advertising() 232 u32 efx_get_mcdi_phy_flags(struct efx_nic *efx) in efx_get_mcdi_phy_flags() 281 void efx_mcdi_phy_decode_link(struct efx_nic *efx, in efx_mcdi_phy_decode_link() 400 bool efx_mcdi_phy_poll(struct efx_nic *efx) in efx_mcdi_phy_poll() 424 int efx_mcdi_phy_probe(struct efx_nic *efx) in efx_mcdi_phy_probe() 530 void efx_mcdi_phy_remove(struct efx_nic *efx) in efx_mcdi_phy_remove() 709 int efx_mcdi_phy_test_alive(struct efx_nic *efx) in efx_mcdi_phy_test_alive() 1093 int efx_mcdi_set_mac(struct efx_nic *efx) in efx_mcdi_set_mac() 1137 int efx_mcdi_set_mtu(struct efx_nic *efx) in efx_mcdi_set_mtu() 1204 void efx_mcdi_mac_stop_stats(struct efx_nic *efx) in efx_mcdi_mac_stop_stats() [all …]
|
A D | io.h | 78 static inline u32 efx_reg(struct efx_nic *efx, unsigned int reg) in efx_reg() 84 static inline void _efx_writeq(struct efx_nic *efx, __le64 value, in _efx_writeq() 89 static inline __le64 _efx_readq(struct efx_nic *efx, unsigned int reg) in _efx_readq() 95 static inline void _efx_writed(struct efx_nic *efx, __le32 value, in _efx_writed() 100 static inline __le32 _efx_readd(struct efx_nic *efx, unsigned int reg) in _efx_readd() 212 efx_writeo_table(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo_table() 258 #define efx_writeo_page(efx, value, reg, page) \ argument 268 _efx_writed_page(struct efx_nic *efx, const efx_dword_t *value, in _efx_writed_page() 273 #define efx_writed_page(efx, value, reg, page) \ argument 290 static inline void _efx_writed_page_locked(struct efx_nic *efx, in _efx_writed_page_locked() [all …]
|
A D | efx_channels.c | 424 struct efx_nic *efx = channel->efx; in efx_probe_eventq() local 443 struct efx_nic *efx = channel->efx; in efx_init_eventq() local 562 int efx_init_channels(struct efx_nic *efx) in efx_init_channels() 584 void efx_fini_channels(struct efx_nic *efx) in efx_fini_channels() 678 struct efx_nic *efx = channel->efx; in efx_get_channel_name() local 709 int efx_probe_channels(struct efx_nic *efx) in efx_probe_channels() 954 int efx_set_channels(struct efx_nic *efx) in efx_set_channels() 1277 struct efx_nic *efx = channel->efx; in efx_poll() local 1320 struct efx_nic *efx = channel->efx; in efx_init_napi_channel() local 1326 void efx_init_napi(struct efx_nic *efx) in efx_init_napi() [all …]
|
A D | ef100_nic.c | 65 static void ef100_mcdi_request(struct efx_nic *efx, in ef100_mcdi_request() 164 int efx_ef100_init_datapath_caps(struct efx_nic *efx) in efx_ef100_init_datapath_caps() 258 struct efx_nic *efx = channel->efx; in ef100_ev_process() local 326 struct efx_nic *efx = context->efx; in ef100_msi_interrupt() local 343 int ef100_phy_probe(struct efx_nic *efx) in ef100_phy_probe() 381 int ef100_filter_table_probe(struct efx_nic *efx) in ef100_filter_table_probe() 688 struct efx_nic *efx = channel->efx; in efx_ef100_ev_test_generate() local 1012 static int ef100_probe_main(struct efx_nic *efx) in ef100_probe_main() 1149 int ef100_probe_netdev_pf(struct efx_nic *efx) in ef100_probe_netdev_pf() 1195 int ef100_probe_vf(struct efx_nic *efx) in ef100_probe_vf() [all …]
|
A D | mcdi_filters.c | 246 static int efx_mcdi_filter_push(struct efx_nic *efx, in efx_mcdi_filter_push() 684 int efx_mcdi_filter_remove_safe(struct efx_nic *efx, in efx_mcdi_filter_remove_safe() 717 int efx_mcdi_filter_get_safe(struct efx_nic *efx, in efx_mcdi_filter_get_safe() 1090 int efx_mcdi_filter_clear_rx(struct efx_nic *efx, in efx_mcdi_filter_clear_rx() 1117 u32 efx_mcdi_filter_count_rx_used(struct efx_nic *efx, in efx_mcdi_filter_count_rx_used() 1145 s32 efx_mcdi_filter_get_rx_ids(struct efx_nic *efx, in efx_mcdi_filter_get_rx_ids() 1466 void efx_mcdi_filter_table_down(struct efx_nic *efx) in efx_mcdi_filter_table_down() 1500 void efx_mcdi_filter_table_remove(struct efx_nic *efx) in efx_mcdi_filter_table_remove() 1735 void efx_mcdi_filter_sync_rx_mode(struct efx_nic *efx) in efx_mcdi_filter_sync_rx_mode() 2031 void efx_mcdi_rx_free_indir_table(struct efx_nic *efx) in efx_mcdi_rx_free_indir_table() [all …]
|
A D | tc.c | 66 static void efx_tc_free_action_set(struct efx_nic *efx, in efx_tc_free_action_set() 115 struct efx_nic *efx = arg; in efx_tc_flow_free() local 310 static int efx_tc_flower_replace(struct efx_nic *efx, in efx_tc_flower_replace() 566 static int efx_tc_flower_destroy(struct efx_nic *efx, in efx_tc_flower_destroy() 722 struct efx_nic *efx = efv->parent; in efx_tc_configure_default_rule_rep() local 760 int efx_tc_insert_rep_filters(struct efx_nic *efx) in efx_tc_insert_rep_filters() 786 void efx_tc_remove_rep_filters(struct efx_nic *efx) in efx_tc_remove_rep_filters() 800 int efx_init_tc(struct efx_nic *efx) in efx_init_tc() 837 void efx_fini_tc(struct efx_nic *efx) in efx_fini_tc() 850 int efx_init_struct_tc(struct efx_nic *efx) in efx_init_struct_tc() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/falcon/ |
A D | efx.c | 202 #define EF4_ASSERT_RESET_SERIALISED(efx) \ argument 296 struct ef4_nic *efx = channel->efx; in ef4_poll() local 333 struct ef4_nic *efx = channel->efx; in ef4_probe_eventq() local 351 struct ef4_nic *efx = channel->efx; in ef4_init_eventq() local 527 struct ef4_nic *efx = channel->efx; in ef4_get_channel_name() local 1213 static int ef4_init_io(struct ef4_nic *efx) in ef4_init_io() 1284 static void ef4_fini_io(struct ef4_nic *efx) in ef4_fini_io() 2012 struct ef4_nic *efx = channel->efx; in ef4_init_napi_channel() local 2478 int ef4_try_recovery(struct ef4_nic *efx) in ef4_try_recovery() 2743 struct ef4_nic *efx; in ef4_pci_remove() local [all …]
|
A D | io.h | 67 static inline void _ef4_writeq(struct ef4_nic *efx, __le64 value, in _ef4_writeq() 72 static inline __le64 _ef4_readq(struct ef4_nic *efx, unsigned int reg) in _ef4_readq() 78 static inline void _ef4_writed(struct ef4_nic *efx, __le32 value, in _ef4_writed() 83 static inline __le32 _ef4_readd(struct ef4_nic *efx, unsigned int reg) in _ef4_readd() 145 static inline void ef4_reado(struct ef4_nic *efx, ef4_oword_t *value, in ef4_reado() 195 ef4_writeo_table(struct ef4_nic *efx, const ef4_oword_t *value, in ef4_writeo_table() 235 #define ef4_writeo_page(efx, value, reg, page) \ argument 245 _ef4_writed_page(struct ef4_nic *efx, const ef4_dword_t *value, in _ef4_writed_page() 250 #define ef4_writed_page(efx, value, reg, page) \ argument 265 static inline void _ef4_writed_page_locked(struct ef4_nic *efx, in _ef4_writed_page_locked() [all …]
|
A D | falcon.c | 133 #define FALCON_XMAC_STATS_DMA_FLAG(efx) \ argument 377 struct ef4_nic *efx = channel->efx; in falcon_push_irq_moderation() local 433 struct ef4_nic *efx = dev_id; in falcon_legacy_interrupt_a1() local 853 struct ef4_nic *efx = part->mtd.priv; in falcon_mtd_rename() local 863 struct ef4_nic *efx = mtd->priv; in falcon_mtd_read() local 879 struct ef4_nic *efx = mtd->priv; in falcon_mtd_erase() local 895 struct ef4_nic *efx = mtd->priv; in falcon_mtd_write() local 911 struct ef4_nic *efx = mtd->priv; in falcon_mtd_sync() local 1013 int falcon_reset_xaui(struct ef4_nic *efx) in falcon_reset_xaui() 1458 struct ef4_nic *efx = nic_data->efx; in falcon_stats_timer_func() local [all …]
|
A D | efx.h | 71 #define EF4_TXQ_MIN_ENT(efx) (2 * ef4_tx_max_skb_descs(efx)) argument 73 static inline bool ef4_rss_enabled(struct ef4_nic *efx) in ef4_rss_enabled() 107 static inline s32 ef4_filter_insert_filter(struct ef4_nic *efx, in ef4_filter_insert_filter() 123 static inline int ef4_filter_remove_id_safe(struct ef4_nic *efx, in ef4_filter_remove_id_safe() 141 ef4_filter_get_filter_safe(struct ef4_nic *efx, in ef4_filter_get_filter_safe() 148 static inline u32 ef4_filter_count_rx_used(struct ef4_nic *efx, in ef4_filter_count_rx_used() 157 static inline s32 ef4_filter_get_rx_ids(struct ef4_nic *efx, in ef4_filter_get_rx_ids() 221 static inline int ef4_mtd_probe(struct ef4_nic *efx) in ef4_mtd_probe() 229 static inline void ef4_mtd_rename(struct ef4_nic *efx) {} in ef4_mtd_rename() 230 static inline void ef4_mtd_remove(struct ef4_nic *efx) {} in ef4_mtd_remove() [all …]
|