Home
last modified time | relevance | path

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

/freebsd/sys/dev/enic/
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()
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 Denic.h258 uint8_t rss_hash_type; /* NIC_CFG_RSS_HASH_TYPE flags */ member
/freebsd/sys/dev/bnxt/bnxt_en/
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 Dbnxt.h183 #define BNXT_GET_RSS_PROFILE_ID(rss_hash_type) ((rss_hash_type >> 1) & 0x1F) argument
541 uint32_t rss_hash_type; member
H A Dbnxt_sysctl.c1287 softc->vnic_info.rss_hash_type); in bnxt_rss_key_sysctl()
1317 for (type = softc->vnic_info.rss_hash_type; type; in bnxt_rss_type_sysctl()
1322 if (type != softc->vnic_info.rss_hash_type) in bnxt_rss_type_sysctl()
1338 if (type != softc->vnic_info.rss_hash_type) { in bnxt_rss_type_sysctl()
1339 softc->vnic_info.rss_hash_type = type; in bnxt_rss_type_sysctl()
1342 softc->vnic_info.rss_hash_type); in bnxt_rss_type_sysctl()
H A Dif_bnxt.c2396 softc->vnic_info.rss_hash_type = in bnxt_attach_pre()
2891 softc->vnic_info.rss_hash_type); in bnxt_init()
H A Dhsi_struct_def.h5410 uint8_t rss_hash_type; member
5931 uint8_t rss_hash_type; member
7432 uint8_t rss_hash_type; member
7737 uint8_t rss_hash_type; member
8797 uint8_t rss_hash_type; member
/freebsd/sys/dev/qlnx/qlnxe/
H A Deth_common.h552 enum rss_hash_type enum
/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/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/mlx5/
H A Ddevice.h696 u8 rss_hash_type; member
745 memcpy(smac, &cqe->rss_hash_type , 4); in get_cqe_smac()