Lines Matching defs:efx
74 #define EFX_TXQ_MIN_ENT(efx) (2 * efx_tx_max_skb_descs(efx)) argument
76 #define EFX_TXQ_MAX_ENT(efx) (EFX_WORKAROUND_35388(efx) ? \ argument
79 static inline bool efx_rss_enabled(struct efx_nic *efx) in efx_rss_enabled()
113 static inline s32 efx_filter_insert_filter(struct efx_nic *efx, in efx_filter_insert_filter()
129 static inline int efx_filter_remove_id_safe(struct efx_nic *efx, in efx_filter_remove_id_safe()
147 efx_filter_get_filter_safe(struct efx_nic *efx, in efx_filter_get_filter_safe()
154 static inline u32 efx_filter_count_rx_used(struct efx_nic *efx, in efx_filter_count_rx_used()
159 static inline u32 efx_filter_get_rx_id_limit(struct efx_nic *efx) in efx_filter_get_rx_id_limit()
163 static inline s32 efx_filter_get_rx_ids(struct efx_nic *efx, in efx_filter_get_rx_ids()
225 static inline int efx_mtd_probe(struct efx_nic *efx) in efx_mtd_probe()
232 static inline int efx_mtd_probe(struct efx_nic *efx) { return 0; } in efx_mtd_probe()
233 static inline void efx_mtd_rename(struct efx_nic *efx) {} in efx_mtd_rename()
234 static inline void efx_mtd_remove(struct efx_nic *efx) {} in efx_mtd_remove()
238 static inline unsigned int efx_vf_size(struct efx_nic *efx) in efx_vf_size()
263 static inline void efx_device_detach_sync(struct efx_nic *efx) in efx_device_detach_sync()