Lines Matching defs:efx
46 static inline bool efx_rx_buf_hash_valid(struct efx_nic *efx, const u8 *prefix) in efx_rx_buf_hash_valid()
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()
119 static inline int efx_filter_remove_id_safe(struct efx_nic *efx, in efx_filter_remove_id_safe()
137 efx_filter_get_filter_safe(struct efx_nic *efx, in efx_filter_get_filter_safe()
144 static inline u32 efx_filter_count_rx_used(struct efx_nic *efx, in efx_filter_count_rx_used()
149 static inline u32 efx_filter_get_rx_id_limit(struct efx_nic *efx) in efx_filter_get_rx_id_limit()
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()
192 static inline int efx_mtd_probe(struct efx_nic *efx) { return 0; } 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()
204 static inline void efx_device_detach_sync(struct efx_nic *efx) in efx_device_detach_sync()
220 static inline void efx_device_attach_if_not_resetting(struct efx_nic *efx) in efx_device_attach_if_not_resetting()