| /linux/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 734 struct efx_nic *efx = netdev_priv(net_dev); in efx_siena_watchdog() local 1146 void efx_siena_fini_io(struct efx_nic *efx) in efx_siena_fini_io() 1171 struct efx_nic *efx = dev_get_drvdata(dev); in mcdi_logging_show() local [all …]
|
| A D | efx.c | 111 #define EFX_ASSERT_RESET_SERIALISED(efx) \ argument 127 static int efx_probe_port(struct efx_nic *efx) in efx_probe_port() 147 static int efx_init_port(struct efx_nic *efx) in efx_init_port() 170 static void efx_fini_port(struct efx_nic *efx) in efx_fini_port() 267 static int efx_probe_nic(struct efx_nic *efx) in efx_probe_nic() 495 struct efx_nic *efx = netdev_priv(net_dev); in efx_ioctl() local 515 struct efx_nic *efx = netdev_priv(net_dev); in efx_net_open() local 657 struct efx_nic *efx = netdev_priv(dev); in efx_xdp() local 670 struct efx_nic *efx = netdev_priv(dev); in efx_xdp_xmit() local 862 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 | 427 struct efx_nic *efx = channel->efx; in efx_probe_eventq() local 446 struct efx_nic *efx = channel->efx; in efx_init_eventq() local 566 int efx_siena_init_channels(struct efx_nic *efx) in efx_siena_init_channels() 588 void efx_siena_fini_channels(struct efx_nic *efx) in efx_siena_fini_channels() 683 struct efx_nic *efx = channel->efx; in efx_get_channel_name() local 714 int efx_siena_probe_channels(struct efx_nic *efx) in efx_siena_probe_channels() 960 int efx_siena_set_channels(struct efx_nic *efx) in efx_siena_set_channels() 1276 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_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/drivers/net/ethernet/sfc/ |
| A D | efx_common.c | 120 void efx_queue_reset_work(struct efx_nic *efx) in efx_queue_reset_work() 344 void efx_start_monitor(struct efx_nic *efx) in efx_start_monitor() 524 void efx_start_all(struct efx_nic *efx) in efx_start_all() 566 void efx_stop_all(struct efx_nic *efx) in efx_stop_all() 683 int efx_try_recovery(struct efx_nic *efx) in efx_try_recovery() 1049 void efx_fini_struct(struct efx_nic *efx) in efx_fini_struct() 1132 void efx_fini_io(struct efx_nic *efx) in efx_fini_io() 1157 struct efx_nic *efx = dev_get_drvdata(dev); in mcdi_logging_show() local 1167 struct efx_nic *efx = dev_get_drvdata(dev); in mcdi_logging_store() local 1389 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() 658 struct efx_nic *efx = efx_netdev_priv(dev); in efx_xdp() local 671 struct efx_nic *efx = efx_netdev_priv(dev); in efx_xdp_xmit() local 705 struct efx_nic *efx = dev_get_drvdata(dev); in phy_type_show() local 881 struct efx_nic *efx; in efx_pci_remove() local [all …]
|
| A D | ef10.c | 1983 struct efx_nic *efx = channel->efx; in efx_ef10_push_irq_moderation() local 2141 struct efx_nic *efx = context->efx; in efx_ef10_msi_interrupt() local 2160 struct efx_nic *efx = dev_id; in efx_ef10_legacy_interrupt() local 2659 struct efx_nic *efx = channel->efx; in efx_ef10_ev_init() local 2724 struct efx_nic *efx = channel->efx; in efx_ef10_handle_rx_event_errors() local 2814 struct efx_nic *efx = channel->efx; in efx_ef10_handle_rx_event() local 2963 struct efx_nic *efx = channel->efx; in efx_ef10_handle_tx_event() local 3045 struct efx_nic *efx = channel->efx; in efx_ef10_handle_driver_event() local 3070 struct efx_nic *efx = channel->efx; in efx_ef10_handle_driver_generated_event() local 3099 struct efx_nic *efx = channel->efx; in efx_ef10_ev_process() local [all …]
|
| A D | efx.h | 63 #define EFX_TXQ_MIN_ENT(efx) (2 * efx_tx_max_skb_descs(efx)) argument 68 #define EFX_TXQ_MAX_ENT(efx) (EFX_WORKAROUND_EF10(efx) ? \ argument 71 static inline bool efx_rss_enabled(struct efx_nic *efx) in efx_rss_enabled() 103 static inline s32 efx_filter_insert_filter(struct efx_nic *efx, in efx_filter_insert_filter() 137 efx_filter_get_filter_safe(struct efx_nic *efx, in efx_filter_get_filter_safe() 153 static inline s32 efx_filter_get_rx_ids(struct efx_nic *efx, in efx_filter_get_rx_ids() 185 static inline int efx_mtd_probe(struct efx_nic *efx) in efx_mtd_probe() 193 static inline void efx_mtd_rename(struct efx_nic *efx) {} in efx_mtd_rename() 194 static inline void efx_mtd_remove(struct efx_nic *efx) {} in efx_mtd_remove() 198 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 | 60 int efx_mcdi_init(struct efx_nic *efx) in efx_mcdi_init() 124 void efx_mcdi_detach(struct efx_nic *efx) in efx_mcdi_detach() 135 void efx_mcdi_fini(struct efx_nic *efx) in efx_mcdi_fini() 468 struct efx_nic *efx = mcdi->efx; in efx_mcdi_release() local 499 struct efx_nic *efx = mcdi->efx; in efx_mcdi_complete_async() local 1311 struct efx_nic *efx = channel->efx; in efx_mcdi_process_event() local 2379 struct efx_nic *efx = mtd->priv; in efx_mcdi_mtd_read() local 2402 struct efx_nic *efx = mtd->priv; in efx_mcdi_mtd_erase() local 2433 struct efx_nic *efx = mtd->priv; in efx_mcdi_mtd_write() local 2463 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() 1096 int efx_mcdi_set_mac(struct efx_nic *efx) in efx_mcdi_set_mac() 1135 int efx_mcdi_set_mtu(struct efx_nic *efx) in efx_mcdi_set_mtu() 1202 void efx_mcdi_mac_stop_stats(struct efx_nic *efx) in efx_mcdi_mac_stop_stats() [all …]
|
| A D | efx_channels.c | 426 struct efx_nic *efx = channel->efx; in efx_probe_eventq() local 445 struct efx_nic *efx = channel->efx; in efx_init_eventq() local 564 int efx_init_channels(struct efx_nic *efx) in efx_init_channels() 586 void efx_fini_channels(struct efx_nic *efx) in efx_fini_channels() 680 struct efx_nic *efx = channel->efx; in efx_get_channel_name() local 711 int efx_probe_channels(struct efx_nic *efx) in efx_probe_channels() 928 int efx_set_channels(struct efx_nic *efx) in efx_set_channels() 1251 struct efx_nic *efx = channel->efx; in efx_poll() local 1295 struct efx_nic *efx = channel->efx; in efx_init_napi_channel() local 1301 void efx_init_napi(struct efx_nic *efx) in efx_init_napi() [all …]
|
| A D | io.h | 54 static inline u32 efx_reg(struct efx_nic *efx, unsigned int reg) in efx_reg() 60 static inline void _efx_writeq(struct efx_nic *efx, __le64 value, in _efx_writeq() 65 static inline __le64 _efx_readq(struct efx_nic *efx, unsigned int reg) in _efx_readq() 71 static inline void _efx_writed(struct efx_nic *efx, __le32 value, in _efx_writed() 76 static inline __le32 _efx_readd(struct efx_nic *efx, unsigned int reg) in _efx_readd() 146 efx_writeo_table(struct efx_nic *efx, const efx_oword_t *value, in efx_writeo_table() 192 #define efx_writeo_page(efx, value, reg, page) \ argument 202 _efx_writed_page(struct efx_nic *efx, const efx_dword_t *value, in _efx_writed_page() 207 #define efx_writed_page(efx, value, reg, page) \ argument 224 static inline void _efx_writed_page_locked(struct efx_nic *efx, in _efx_writed_page_locked() [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() 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() 693 struct efx_nic *efx = channel->efx; in efx_ef100_ev_test_generate() local 1017 static int ef100_probe_main(struct efx_nic *efx) in ef100_probe_main() 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() [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() 2032 void efx_mcdi_rx_free_indir_table(struct efx_nic *efx) in efx_mcdi_rx_free_indir_table() [all …]
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| A D | efx.c | 201 #define EF4_ASSERT_RESET_SERIALISED(efx) \ argument 295 struct ef4_nic *efx = channel->efx; in ef4_poll() local 332 struct ef4_nic *efx = channel->efx; in ef4_probe_eventq() local 350 struct ef4_nic *efx = channel->efx; in ef4_init_eventq() local 526 struct ef4_nic *efx = channel->efx; in ef4_get_channel_name() local 1212 static int ef4_init_io(struct ef4_nic *efx) in ef4_init_io() 1283 static void ef4_fini_io(struct ef4_nic *efx) in ef4_fini_io() 2011 struct ef4_nic *efx = channel->efx; in ef4_init_napi_channel() local 2477 int ef4_try_recovery(struct ef4_nic *efx) in ef4_try_recovery() 2742 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 | farch.c | 365 struct ef4_nic *efx = tx_queue->efx; in ef4_farch_tx_probe() local 375 struct ef4_nic *efx = tx_queue->efx; in ef4_farch_tx_init() local 431 struct ef4_nic *efx = tx_queue->efx; in ef4_farch_flush_tx_queue() local 445 struct ef4_nic *efx = tx_queue->efx; in ef4_farch_tx_fini() local 491 struct ef4_nic *efx = rx_queue->efx; in ef4_farch_rx_write() local 511 struct ef4_nic *efx = rx_queue->efx; in ef4_farch_rx_probe() local 522 struct ef4_nic *efx = rx_queue->efx; in ef4_farch_rx_init() local 781 struct ef4_nic *efx = channel->efx; in ef4_farch_ev_read_ack() local 831 struct ef4_nic *efx = channel->efx; in ef4_farch_handle_tx_event() local 987 struct ef4_nic *efx = channel->efx; in ef4_farch_handle_rx_event() 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 …]
|