Lines Matching defs:efx
32 static inline u32 efx_rx_buf_hash(struct efx_nic *efx, const u8 *eh)
35 return __le32_to_cpup((const __le32 *)(eh + efx->rx_packet_hash_offset));
37 const u8 *data = eh + efx->rx_packet_hash_offset;
65 void efx_unmap_rx_buffer(struct efx_nic *efx, struct efx_rx_buffer *rx_buf);
67 static inline void efx_sync_rx_buffer(struct efx_nic *efx,
71 dma_sync_single_for_cpu(&efx->pci_dev->dev, rx_buf->dma_addr, len,
80 void efx_rx_config_page_split(struct efx_nic *efx);
87 struct efx_rss_context *efx_alloc_rss_context_entry(struct efx_nic *efx);
88 struct efx_rss_context *efx_find_rss_context_entry(struct efx_nic *efx, u32 id);
90 void efx_set_default_rx_indir_table(struct efx_nic *efx,
101 struct efx_arfs_rule *efx_rps_hash_find(struct efx_nic *efx,
103 struct efx_arfs_rule *efx_rps_hash_add(struct efx_nic *efx,
106 void efx_rps_hash_del(struct efx_nic *efx, const struct efx_filter_spec *spec);
113 int efx_probe_filters(struct efx_nic *efx);
114 void efx_remove_filters(struct efx_nic *efx);