Searched refs:efx (Results 1 – 5 of 5) sorted by relevance
145 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);
1352 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() argument1391 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() argument1412 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()
148 efx_rx_hash_type_t efx; member
1419 efx_hash_types |= rss->hf_map[i].efx; in sfc_flow_parse_rss()
360 - ``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