Home
last modified time | relevance | path

Searched refs:efx (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_rx.h154 efx_rx_hash_type_t *efx);
155 uint64_t sfc_rx_hf_efx_to_rte(struct sfc_rss *rss, efx_rx_hash_type_t efx);
H A Dsfc_rx.c1411 ht = sfc_rx_hash_types_mask_supp(sfc_rss_hf_map[i].efx, in sfc_rx_hash_init()
1415 entry->efx = ht; in sfc_rx_hash_init()
1439 efx_rx_hash_type_t *efx) in sfc_rx_hf_rte_to_efx() argument
1450 hash_types |= rss->hf_map[i].efx; in sfc_rx_hf_rte_to_efx()
1459 *efx = hash_types; in sfc_rx_hf_rte_to_efx()
1465 sfc_rx_hf_efx_to_rte(struct sfc_rss *rss, efx_rx_hash_type_t efx) in sfc_rx_hf_efx_to_rte() argument
1471 efx_rx_hash_type_t hash_type = rss->hf_map[i].efx; in sfc_rx_hf_efx_to_rte()
1473 if ((efx & hash_type) == hash_type) in sfc_rx_hf_efx_to_rte()
H A Dsfc.h107 efx_rx_hash_type_t efx; member
/dpdk/doc/guides/nics/
H A Dsfc_efx.rst414 - ``rx_datapath`` [auto|efx|ef10|ef10_essb] (default **auto**)
419 **efx** chooses libefx-based datapath which supports Rx scatter.
430 - ``tx_datapath`` [auto|efx|ef10|ef10_simple|ef100] (default **auto**)
435 **efx** chooses libefx-based datapath which supports VLAN insertion