Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/enic/
H A Dcq_enet_desc.h112 u8 ingress_port, u8 fcoe, u8 eop, u8 sop, u8 rss_type, u8 csum_not_calc, in cq_enet_rq_desc_enc() argument
128 ((rss_type & CQ_ENET_RQ_DESC_RSS_TYPE_MASK) << in cq_enet_rq_desc_enc()
165 u8 *ingress_port, u8 *fcoe, u8 *eop, u8 *sop, u8 *rss_type, in cq_enet_rq_desc_dec() argument
193 *rss_type = (u8)((q_number_rss_type_flags >> CQ_DESC_Q_NUM_BITS) & in cq_enet_rq_desc_dec()
H A Denic_txrx.c392 u8 ipv6, ipv4, ipv4_fragment, fcs_ok, rss_type, csum_not_calc; in vnic_rq_service() local
401 &ingress_port, &fcoe, &eop, &sop, &rss_type, in vnic_rq_service()
/freebsd-14.2/sys/netinet/
H A Dip_reass.c214 uint32_t rss_hash, rss_type; in ip_reass() local
553 if (rss_mbuf_software_hash_v4(m, 0, &rss_hash, &rss_type) == 0) { in ip_reass()
555 M_HASHTYPE_SET(m, rss_type); in ip_reass()
/freebsd-14.2/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h147 uint32_t rss_type:4; member
H A Dif_vmx.c1549 switch (rxcd->rss_type) { in vmxnet3_isc_rxd_pkt_get()
1573 switch (rxcd->rss_type) { in vmxnet3_isc_rxd_pkt_get()