Lines Matching defs:efx
68 #define EFX_TXQ_MIN_ENT(efx) (2 * efx_tx_max_skb_descs(efx)) argument
73 #define EFX_TXQ_MAX_ENT(efx) (EFX_WORKAROUND_EF10(efx) ? \ argument
76 static inline bool efx_rss_enabled(struct efx_nic *efx) in efx_rss_enabled()
110 static inline s32 efx_filter_insert_filter(struct efx_nic *efx, in efx_filter_insert_filter()
126 static inline int efx_filter_remove_id_safe(struct efx_nic *efx, in efx_filter_remove_id_safe()
144 efx_filter_get_filter_safe(struct efx_nic *efx, in efx_filter_get_filter_safe()
151 static inline u32 efx_filter_count_rx_used(struct efx_nic *efx, in efx_filter_count_rx_used()
156 static inline u32 efx_filter_get_rx_id_limit(struct efx_nic *efx) in efx_filter_get_rx_id_limit()
160 static inline s32 efx_filter_get_rx_ids(struct efx_nic *efx, in efx_filter_get_rx_ids()
257 static inline int efx_mtd_probe(struct efx_nic *efx) in efx_mtd_probe()
264 static inline int efx_mtd_probe(struct efx_nic *efx) { return 0; } in efx_mtd_probe()
265 static inline void efx_mtd_rename(struct efx_nic *efx) {} in efx_mtd_rename()
266 static inline void efx_mtd_remove(struct efx_nic *efx) {} in efx_mtd_remove()
270 static inline unsigned int efx_vf_size(struct efx_nic *efx) in efx_vf_size()
297 static inline void efx_device_detach_sync(struct efx_nic *efx) in efx_device_detach_sync()
310 static inline void efx_device_attach_if_not_resetting(struct efx_nic *efx) in efx_device_attach_if_not_resetting()