| /dpdk/drivers/net/enic/base/ |
| H A D | cq_enet_desc.h | 40 uint32_t rss_hash; member 65 uint32_t rss_hash; member 134 uint32_t rss_hash, uint16_t bytes_written, uint8_t packet_error, in cq_enet_rq_desc_enc() argument 155 desc->rss_hash = rte_cpu_to_le_32(rss_hash); in cq_enet_rq_desc_enc() 190 uint32_t *rss_hash, uint16_t *bytes_written, uint8_t *packet_error, in cq_enet_rq_desc_dec() argument 223 *rss_hash = rte_le_to_cpu_32(desc->rss_hash); in cq_enet_rq_desc_dec()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_ethdev.c | 366 hv->rss_hash |= NDIS_HASH_IPV4; in hn_rss_hash_init() 368 hv->rss_hash |= NDIS_HASH_TCP_IPV4; in hn_rss_hash_init() 370 hv->rss_hash |= NDIS_HASH_IPV6; in hn_rss_hash_init() 372 hv->rss_hash |= NDIS_HASH_IPV6_EX; in hn_rss_hash_init() 374 hv->rss_hash |= NDIS_HASH_TCP_IPV6; in hn_rss_hash_init() 376 hv->rss_hash |= NDIS_HASH_TCP_IPV6_EX; in hn_rss_hash_init() 429 if (hv->rss_hash & NDIS_HASH_IPV4) in hn_rss_hash_conf_get() 432 if (hv->rss_hash & NDIS_HASH_TCP_IPV4) in hn_rss_hash_conf_get() 435 if (hv->rss_hash & NDIS_HASH_IPV6) in hn_rss_hash_conf_get() 438 if (hv->rss_hash & NDIS_HASH_IPV6_EX) in hn_rss_hash_conf_get() [all …]
|
| H A D | hn_var.h | 177 uint32_t rss_hash; member
|
| H A D | hn_rndis.c | 1010 prm->ndis_hash = hv->rss_hash; in hn_rndis_conf_rss()
|
| /dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_rx.c | 798 uint32_t *rss_hash) in hinic_rx_rss_hash() argument 804 *rss_hash = cqe_hass_val; in hinic_rx_rss_hash() 996 u32 offload_type, rss_hash; in hinic_recv_pkts() local 1057 rss_hash = cqe.rss_hash; in hinic_recv_pkts() 1058 rxm->ol_flags |= hinic_rx_rss_hash(offload_type, rss_hash, in hinic_recv_pkts()
|
| H A D | hinic_pmd_rx.h | 35 u32 rss_hash; member
|
| /dpdk/drivers/net/qede/base/ |
| H A D | eth_common.h | 354 __le32 rss_hash /* RSS hash result */; member 426 __le32 rss_hash /* RSS hash result */; member
|
| /dpdk/drivers/net/qede/ |
| H A D | qede_rxtx.c | 1527 uint32_t rss_hash; in qede_recv_pkts_regular() local 1576 rss_hash = 0; in qede_recv_pkts_regular() 1607 rss_hash = rte_le_to_cpu_32(fp_cqe->rss_hash); in qede_recv_pkts_regular() 1690 rx_mb->hash.rss = rss_hash; in qede_recv_pkts_regular() 1765 uint32_t rss_hash; in qede_recv_pkts() local 1802 rss_hash = 0; in qede_recv_pkts() 1867 rss_hash = rte_le_to_cpu_32(fp_cqe->rss_hash); in qede_recv_pkts() 1881 rss_hash = rte_le_to_cpu_32(cqe_start_tpa->rss_hash); in qede_recv_pkts() 1965 rx_mb->hash.rss = rss_hash; in qede_recv_pkts()
|
| /dpdk/drivers/net/iavf/ |
| H A D | iavf_rxtx.h | 301 __le32 rss_hash; member 351 __le32 rss_hash; member 381 __le32 rss_hash; member
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rss.c | 72 rxq->ctrl->rxq.rss_hash = !!rss_conf->rss_hf && in mlx5_rss_hash_update()
|
| H A D | mlx5_rxtx_vec_altivec.h | 534 rxq->rss_hash * RTE_MBUF_F_RX_RSS_HASH | in rxq_cq_to_ptype_oflags_v() 536 rxq->rss_hash * RTE_MBUF_F_RX_RSS_HASH | in rxq_cq_to_ptype_oflags_v() 538 rxq->rss_hash * RTE_MBUF_F_RX_RSS_HASH | in rxq_cq_to_ptype_oflags_v() 540 rxq->rss_hash * RTE_MBUF_F_RX_RSS_HASH | in rxq_cq_to_ptype_oflags_v()
|
| H A D | mlx5_rx.h | 90 unsigned int rss_hash:1; /* RSS hash result is enabled. */ member
|
| H A D | mlx5_rxtx_vec_neon.h | 399 vdupq_n_u32(rxq->rss_hash * RTE_MBUF_F_RX_RSS_HASH | in rxq_cq_to_ptype_oflags_v()
|
| H A D | mlx5_rxtx_vec_sse.h | 384 __m128i ol_flags = _mm_set1_epi32(rxq->rss_hash * RTE_MBUF_F_RX_RSS_HASH | in rxq_cq_to_ptype_oflags_v()
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_rxtx_common.h | 71 return rte_le_to_cpu_32(cqrd->rss_hash); in enic_cq_rx_desc_rss_hash()
|
| /dpdk/drivers/net/enetc/base/ |
| H A D | enetc_hw.h | 264 uint32_t rss_hash; member
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_rxr.c | 194 tpa_info->rss_hash = rte_le_to_cpu_32(tpa_start->rss_hash); in bnxt_tpa_get_metadata() 268 mbuf->hash.rss = tpa_info->rss_hash; in bnxt_tpa_start() 679 mbuf->hash.rss = rte_le_to_cpu_32(rxcmp->rss_hash); in bnxt_set_ol_flags()
|
| H A D | bnxt_rxr.h | 61 uint32_t rss_hash; member
|
| /dpdk/drivers/net/enetc/ |
| H A D | enetc_rxtx.c | 365 rx_swbd->buffer_addr->hash.rss = rxbd->r.rss_hash; in enetc_clean_rx_ring()
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_lan_tx_rx.h | 505 __le32 rss_hash; member 544 __le32 rss_hash; member 679 __le32 rss_hash; member 720 __le32 rss_hash; member
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_rxtx.h | 188 __le32 rss_hash; member
|
| H A D | ice_rxtx.c | 91 mb->hash.rss = rte_le_to_cpu_32(desc->rss_hash); in ice_rxd_to_pkt_fields_by_comms_generic() 122 mb->hash.rss = rte_le_to_cpu_32(desc->rss_hash); in ice_rxd_to_pkt_fields_by_comms_ovs() 139 mb->hash.rss = rte_le_to_cpu_32(desc->rss_hash); in ice_rxd_to_pkt_fields_by_comms_aux_v1() 183 mb->hash.rss = rte_le_to_cpu_32(desc->rss_hash); in ice_rxd_to_pkt_fields_by_comms_aux_v2()
|
| /dpdk/drivers/net/atlantic/ |
| H A D | atl_rxtx.c | 950 rxd_wb.rss_hash, rxd_wb.rss_type); in atl_recv_pkts() 1032 rx_mbuf->hash.rss = rxd_wb.rss_hash; in atl_recv_pkts()
|
| /dpdk/drivers/net/atlantic/hw_atl/ |
| H A D | hw_atl_utils.h | 83 u32 rss_hash; member
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx.h | 248 uint32_t rss_hash; member
|