Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bnxt/
H A Dbnxt_txrx.c420 bnxt_set_rsstype(if_rxd_info_t ri, uint8_t rss_hash_type) in bnxt_set_rsstype() argument
424 rss_profile_id = BNXT_GET_RSS_PROFILE_ID(rss_hash_type); in bnxt_set_rsstype()
467 bnxt_set_rsstype(ri, rcp->rss_hash_type); in bnxt_pkt_get_l2()
548 bnxt_set_rsstype(ri, tpas->low.rss_hash_type); in bnxt_pkt_get_tpa()
H A Dbnxt.h107 #define BNXT_GET_RSS_PROFILE_ID(rss_hash_type) ((rss_hash_type >> 1) & 0x1F) argument
447 uint32_t rss_hash_type; member
H A Dbnxt_sysctl.c928 softc->vnic_info.rss_hash_type); in bnxt_rss_key_sysctl()
958 for (type = softc->vnic_info.rss_hash_type; type; in bnxt_rss_type_sysctl()
963 if (type != softc->vnic_info.rss_hash_type) in bnxt_rss_type_sysctl()
979 if (type != softc->vnic_info.rss_hash_type) { in bnxt_rss_type_sysctl()
980 softc->vnic_info.rss_hash_type = type; in bnxt_rss_type_sysctl()
983 softc->vnic_info.rss_hash_type); in bnxt_rss_type_sysctl()
H A Dif_bnxt.c897 softc->vnic_info.rss_hash_type = in bnxt_attach_pre()
1126 softc->vnic_info.rss_hash_type); in bnxt_init()
H A Dhsi_struct_def.h942 uint8_t rss_hash_type; member
1299 uint8_t rss_hash_type; member
/freebsd-13.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c280 if (cqe->rss_hash_type != 0) { in mlx5e_build_rx_mbuf()
284 switch (cqe->rss_hash_type & in mlx5e_build_rx_mbuf()
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Deth_common.h554 enum rss_hash_type enum
/freebsd-13.1/sys/dev/axgbe/
H A Dxgbe-dev.c1412 packet->rss_hash_type = M_HASHTYPE_RSS_TCP_IPV4; in xgbe_dev_read()
1415 packet->rss_hash_type = M_HASHTYPE_RSS_UDP_IPV4; in xgbe_dev_read()
1418 packet->rss_hash_type = M_HASHTYPE_RSS_TCP_IPV6; in xgbe_dev_read()
1421 packet->rss_hash_type = M_HASHTYPE_RSS_UDP_IPV6; in xgbe_dev_read()
1424 packet->rss_hash_type = M_HASHTYPE_OPAQUE; in xgbe_dev_read()
H A Dxgbe-txrx.c784 ri->iri_rsstype = packet->rss_hash_type; in axgbe_isc_rxd_pkt_get()
787 packet->rss_hash_type, ri->iri_rsstype); in axgbe_isc_rxd_pkt_get()
H A Dxgbe.h427 uint32_t rss_hash_type; member
/freebsd-13.1/sys/dev/mlx5/
H A Ddevice.h674 u8 rss_hash_type; member
723 memcpy(smac, &cqe->rss_hash_type , 4); in get_cqe_smac()