Home
last modified time | relevance | path

Searched refs:rss_hash_type (Results 1 – 15 of 15) sorted by path

/freebsd/sys/dev/axgbe/
H A Dxgbe-dev.c1410 packet->rss_hash_type = M_HASHTYPE_RSS_TCP_IPV4; in xgbe_dev_read()
1413 packet->rss_hash_type = M_HASHTYPE_RSS_UDP_IPV4; in xgbe_dev_read()
1416 packet->rss_hash_type = M_HASHTYPE_RSS_TCP_IPV6; in xgbe_dev_read()
1419 packet->rss_hash_type = M_HASHTYPE_RSS_UDP_IPV6; in xgbe_dev_read()
1422 packet->rss_hash_type = M_HASHTYPE_OPAQUE; in xgbe_dev_read()
H A Dxgbe-txrx.c780 ri->iri_rsstype = packet->rss_hash_type; in axgbe_isc_rxd_pkt_get()
783 packet->rss_hash_type, ri->iri_rsstype); in axgbe_isc_rxd_pkt_get()
H A Dxgbe.h425 uint32_t rss_hash_type; member
/freebsd/sys/dev/bnxt/
H A Dbnxt.h109 #define BNXT_GET_RSS_PROFILE_ID(rss_hash_type) ((rss_hash_type >> 1) & 0x1F) argument
454 uint32_t rss_hash_type; member
H A Dbnxt_sysctl.c1168 softc->vnic_info.rss_hash_type); in bnxt_rss_key_sysctl()
1198 for (type = softc->vnic_info.rss_hash_type; type; in bnxt_rss_type_sysctl()
1203 if (type != softc->vnic_info.rss_hash_type) in bnxt_rss_type_sysctl()
1219 if (type != softc->vnic_info.rss_hash_type) { in bnxt_rss_type_sysctl()
1220 softc->vnic_info.rss_hash_type = type; in bnxt_rss_type_sysctl()
1223 softc->vnic_info.rss_hash_type); in bnxt_rss_type_sysctl()
H A Dbnxt_txrx.c410 bnxt_set_rsstype(if_rxd_info_t ri, uint8_t rss_hash_type) in bnxt_set_rsstype() argument
414 rss_profile_id = BNXT_GET_RSS_PROFILE_ID(rss_hash_type); in bnxt_set_rsstype()
457 bnxt_set_rsstype(ri, rcp->rss_hash_type); in bnxt_pkt_get_l2()
538 bnxt_set_rsstype(ri, tpas->low.rss_hash_type); in bnxt_pkt_get_tpa()
H A Dhsi_struct_def.h5165 uint8_t rss_hash_type; member
5686 uint8_t rss_hash_type; member
7189 uint8_t rss_hash_type; member
7494 uint8_t rss_hash_type; member
8554 uint8_t rss_hash_type; member
H A Dif_bnxt.c1565 softc->vnic_info.rss_hash_type = in bnxt_attach_pre()
1963 softc->vnic_info.rss_hash_type); in bnxt_init()
/freebsd/sys/dev/enic/
H A Denic.h258 uint8_t rss_hash_type; /* NIC_CFG_RSS_HASH_TYPE flags */ member
H A Denic_res.c167 int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type, in enic_set_nic_cfg() argument
177 rss_hash_type, rss_hash_bits, rss_base_cpu, in enic_set_nic_cfg()
H A Denic_res.h65 int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type,
H A Dvnic_nic.h40 u8 rss_default_cpu, u8 rss_hash_type, in vnic_set_nic_cfg() argument
46 ((rss_hash_type & NIC_CFG_RSS_HASH_TYPE_MASK_FIELD) in vnic_set_nic_cfg()
/freebsd/sys/dev/mlx5/
H A Ddevice.h696 u8 rss_hash_type; member
745 memcpy(smac, &cqe->rss_hash_type , 4); in get_cqe_smac()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c311 if (cqe->rss_hash_type != 0) { in mlx5e_build_rx_mbuf()
315 switch (cqe->rss_hash_type & in mlx5e_build_rx_mbuf()
/freebsd/sys/dev/qlnx/qlnxe/
H A Deth_common.h552 enum rss_hash_type enum