| /src/sys/dev/enic/ |
| H A D | cq_enet_desc.h | 37 __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 D | enic_txrx.c | 399 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 D | ice_flow.c | 1855 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 D | ice_iflib_txrx.c | 455 ri->iri_flowid = le32toh(RX_FLEX_NIC(&cur->wb, rss_hash)); in _ice_ift_rxd_pkt_get()
|
| /src/sys/dev/aq/ |
| H A D | aq_dbg.c | 124 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 D | aq_ring.h | 51 uint32_t rss_hash; member
|
| H A D | aq_ring.c | 394 ri->iri_flowid = le32toh(rx_desc->wb.rss_hash); in aq_isc_rxd_pkt_get()
|
| /src/sys/netinet/ |
| H A D | in_rss.c | 72 return (rss_hash(datalen, data)); in rss_hash_ip4_2tuple() 95 return (rss_hash(datalen, data)); in rss_hash_ip4_4tuple()
|
| H A D | ip_reass.c | 211 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 D | in6_rss.c | 73 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 D | eth_common.h | 260 __le32 rss_hash /* RSS hash result */; member 321 __le32 rss_hash /* RSS hash result */; member
|
| /src/sys/net/ |
| H A D | rss_config.h | 136 uint32_t rss_hash(u_int datalen, const uint8_t *data);
|
| H A D | rss_config.c | 295 rss_hash(u_int datalen, const uint8_t *data) in rss_hash() function
|
| /src/sys/dev/gve/ |
| H A D | gve_desc.h | 110 __be32 rss_hash; /* Receive-side scaling hash (Toeplitz for gVNIC) */ member
|
| H A D | gve_rx.c | 586 mbuf->m_pkthdr.flowid = be32toh(desc->rss_hash); in gve_rx()
|
| /src/sys/dev/qlxgbe/ |
| H A D | ql_isr.c | 164 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 D | ql_hw.h | 1494 uint32_t rss_hash; member 1509 uint32_t rss_hash; member
|
| /src/sys/dev/qlxgb/ |
| H A D | qla_hw.h | 540 uint32_t rss_hash; member 655 uint32_t rss_hash; member
|
| /src/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | rx.h | 469 __le32 rss_hash; member 565 __le32 rss_hash; member
|
| /src/sys/dev/vmware/vmxnet3/ |
| H A D | if_vmxreg.h | 151 uint32_t rss_hash:32; /* RSS hash value */ member
|
| /src/sys/dev/hyperv/netvsc/ |
| H A D | if_hn.c | 1377 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 D | bnxt_txrx.c | 508 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 D | xgbe-txrx.c | 779 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 D | t4_tom.h | 285 uint32_t rss_hash; member
|
| /src/sys/dev/enetc/ |
| H A D | enetc_hw.h | 408 uint32_t rss_hash; member
|