Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_rx.h145 efx_rx_hash_type_t *efx);
146 uint64_t sfc_rx_hf_efx_to_rte(struct sfc_rss *rss, efx_rx_hash_type_t efx);
H A Dsfc_rx.c1352 ht = sfc_rx_hash_types_mask_supp(sfc_rss_hf_map[i].efx, in sfc_rx_hash_init()
1356 entry->efx = ht; in sfc_rx_hash_init()
1380 efx_rx_hash_type_t *efx) in sfc_rx_hf_rte_to_efx() argument
1391 hash_types |= rss->hf_map[i].efx; in sfc_rx_hf_rte_to_efx()
1400 *efx = hash_types; in sfc_rx_hf_rte_to_efx()
1406 sfc_rx_hf_efx_to_rte(struct sfc_rss *rss, efx_rx_hash_type_t efx) in sfc_rx_hf_efx_to_rte() argument
1412 efx_rx_hash_type_t hash_type = rss->hf_map[i].efx; in sfc_rx_hf_efx_to_rte()
1414 if ((efx & hash_type) == hash_type) in sfc_rx_hf_efx_to_rte()
H A Dsfc.h148 efx_rx_hash_type_t efx; member
H A Dsfc_flow.c1419 efx_hash_types |= rss->hf_map[i].efx; in sfc_flow_parse_rss()
/f-stack/dpdk/doc/guides/nics/
H A Dsfc_efx.rst360 - ``rx_datapath`` [auto|efx|ef10|ef10_essb] (default **auto**)
365 **efx** chooses libefx-based datapath which supports Rx scatter.
376 - ``tx_datapath`` [auto|efx|ef10|ef10_simple|ef100] (default **auto**)
381 **efx** chooses libefx-based datapath which supports VLAN insertion