Lines Matching defs:efx
26 static inline u32 efx_rx_buf_hash(struct efx_nic *efx, const u8 *eh)
29 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset));
31 const u8 *data = eh + efx->rx_packet_hash_offset;
59 void efx_unmap_rx_buffer(struct efx_nic *efx, struct efx_rx_buffer *rx_buf);
61 static inline void efx_sync_rx_buffer(struct efx_nic *efx,
65 dma_sync_single_for_cpu(&efx->pci_dev->dev, rx_buf->dma_addr, len,
74 void efx_rx_config_page_split(struct efx_nic *efx);
81 struct efx_rss_context *efx_alloc_rss_context_entry(struct efx_nic *efx);
82 struct efx_rss_context *efx_find_rss_context_entry(struct efx_nic *efx, u32 id);
84 void efx_set_default_rx_indir_table(struct efx_nic *efx,
95 struct efx_arfs_rule *efx_rps_hash_find(struct efx_nic *efx,
97 struct efx_arfs_rule *efx_rps_hash_add(struct efx_nic *efx,
100 void efx_rps_hash_del(struct efx_nic *efx, const struct efx_filter_spec *spec);
107 int efx_probe_filters(struct efx_nic *efx);
108 void efx_remove_filters(struct efx_nic *efx);