Home
last modified time | relevance | path

Searched refs:rss_hash (Results 1 – 25 of 37) sorted by relevance

12

/src/sys/dev/enic/
H A Dcq_enet_desc.h37 __le32 rss_hash; member
113 u32 rss_hash, u16 bytes_written, u8 packet_error, u8 vlan_stripped, in cq_enet_rq_desc_enc() argument
132 desc->rss_hash = cpu_to_le32(rss_hash); in cq_enet_rq_desc_enc()
166 u8 *csum_not_calc, u32 *rss_hash, u16 *bytes_written, u8 *packet_error, in cq_enet_rq_desc_dec() argument
198 *rss_hash = le32_to_cpu(desc->rss_hash); in cq_enet_rq_desc_dec()
H A Denic_txrx.c399 u32 rss_hash; in vnic_rq_service() local
408 &csum_not_calc, &rss_hash, &bytes_written, in vnic_rq_service()
/src/sys/dev/ice/
H A Dice_flow.c1855 u64 rss_hash = ICE_HASH_INVALID; in ice_add_avf_rss_cfg() local
1859 rss_hash = ICE_FLOW_HASH_IPV4; in ice_add_avf_rss_cfg()
1863 rss_hash = ICE_FLOW_HASH_IPV4 | in ice_add_avf_rss_cfg()
1868 rss_hash = ICE_FLOW_HASH_IPV4 | in ice_add_avf_rss_cfg()
1873 rss_hash = ICE_FLOW_HASH_IPV4 | in ice_add_avf_rss_cfg()
1880 rss_hash = ICE_FLOW_HASH_IPV6; in ice_add_avf_rss_cfg()
1884 rss_hash = ICE_FLOW_HASH_IPV6 | in ice_add_avf_rss_cfg()
1889 rss_hash = ICE_FLOW_HASH_IPV6 | in ice_add_avf_rss_cfg()
1894 rss_hash = ICE_FLOW_HASH_IPV6 | in ice_add_avf_rss_cfg()
1901 if (rss_hash == ICE_HASH_INVALID) in ice_add_avf_rss_cfg()
[all …]
H A Dice_iflib_txrx.c455 ri->iri_flowid = le32toh(RX_FLEX_NIC(&cur->wb, rss_hash)); in _ice_ift_rxd_pkt_get()
/src/sys/dev/aq/
H A Daq_dbg.c124 uint32_t rss_hash; in trace_aq_rx_descr() local
126 rss_hash = DESCR_FIELD(descr[0], 63, 32); in trace_aq_rx_descr()
146 ring_idx, pointer, rss_hash, in trace_aq_rx_descr()
H A Daq_ring.h51 uint32_t rss_hash; member
H A Daq_ring.c394 ri->iri_flowid = le32toh(rx_desc->wb.rss_hash); in aq_isc_rxd_pkt_get()
/src/sys/netinet/
H A Din_rss.c72 return (rss_hash(datalen, data)); in rss_hash_ip4_2tuple()
95 return (rss_hash(datalen, data)); in rss_hash_ip4_4tuple()
H A Dip_reass.c211 uint32_t rss_hash, rss_type; in ip_reass() local
550 if (rss_mbuf_software_hash_v4(m, 0, &rss_hash, &rss_type) == 0) { in ip_reass()
551 m->m_pkthdr.flowid = rss_hash; in ip_reass()
/src/sys/netinet6/
H A Din6_rss.c73 return (rss_hash(datalen, data)); in rss_hash_ip6_2tuple()
96 return (rss_hash(datalen, data)); in rss_hash_ip6_4tuple()
/src/sys/dev/qlnx/qlnxe/
H A Deth_common.h260 __le32 rss_hash /* RSS hash result */; member
321 __le32 rss_hash /* RSS hash result */; member
/src/sys/net/
H A Drss_config.h136 uint32_t rss_hash(u_int datalen, const uint8_t *data);
H A Drss_config.c295 rss_hash(u_int datalen, const uint8_t *data) in rss_hash() function
/src/sys/dev/gve/
H A Dgve_desc.h110 __be32 rss_hash; /* Receive-side scaling hash (Toeplitz for gVNIC) */ member
H A Dgve_rx.c586 mbuf->m_pkthdr.flowid = be32toh(desc->rss_hash); in gve_rx()
/src/sys/dev/qlxgbe/
H A Dql_isr.c164 mpf->m_pkthdr.flowid = sgc->rss_hash; in qla_rx_intr()
341 mpf->m_pkthdr.flowid = sgc->rss_hash; in qla_lro_intr()
517 sgc.rcv.rss_hash = in ql_rcv_isr()
554 sgc.rcv.rss_hash = in ql_rcv_isr()
613 sgc.lro.rss_hash = in ql_rcv_isr()
H A Dql_hw.h1494 uint32_t rss_hash; member
1509 uint32_t rss_hash; member
/src/sys/dev/qlxgb/
H A Dqla_hw.h540 uint32_t rss_hash; member
655 uint32_t rss_hash; member
/src/sys/contrib/dev/iwlwifi/fw/api/
H A Drx.h469 __le32 rss_hash; member
565 __le32 rss_hash; member
/src/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h151 uint32_t rss_hash:32; /* RSS hash value */ member
/src/sys/dev/hyperv/netvsc/
H A Dif_hn.c1377 hn_rss_type_fromndis(uint32_t rss_hash) in hn_rss_type_fromndis() argument
1381 if (rss_hash & NDIS_HASH_IPV4) in hn_rss_type_fromndis()
1383 if (rss_hash & NDIS_HASH_TCP_IPV4) in hn_rss_type_fromndis()
1385 if (rss_hash & NDIS_HASH_IPV6) in hn_rss_type_fromndis()
1387 if (rss_hash & NDIS_HASH_IPV6_EX) in hn_rss_type_fromndis()
1389 if (rss_hash & NDIS_HASH_TCP_IPV6) in hn_rss_type_fromndis()
1391 if (rss_hash & NDIS_HASH_TCP_IPV6_EX) in hn_rss_type_fromndis()
1393 if (rss_hash & NDIS_HASH_UDP_IPV4_X) in hn_rss_type_fromndis()
1401 uint32_t rss_hash = 0; in hn_rss_type_tondis() local
1407 rss_hash |= NDIS_HASH_IPV4; in hn_rss_type_tondis()
[all …]
/src/sys/dev/bnxt/bnxt_en/
H A Dbnxt_txrx.c508 ri->iri_flowid = le32toh(rcp->rss_hash); in bnxt_pkt_get_l2()
591 ri->iri_flowid = le32toh(tpas->low.rss_hash); in bnxt_pkt_get_tpa()
/src/sys/dev/axgbe/
H A Dxgbe-txrx.c779 ri->iri_flowid = packet->rss_hash; in axgbe_isc_rxd_pkt_get()
782 __func__, packet->rss_hash, ri->iri_flowid, in axgbe_isc_rxd_pkt_get()
/src/sys/dev/cxgbe/tom/
H A Dt4_tom.h285 uint32_t rss_hash; member
/src/sys/dev/enetc/
H A Denetc_hw.h408 uint32_t rss_hash; member

12