Searched refs:rss_hash_type (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/dev/enic/ |
H A D | vnic_nic.h | 40 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 D | enic_res.c | 167 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 D | enic_res.h | 65 int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type,
|
H A D | enic.h | 283 uint8_t rss_hash_type; /* NIC_CFG_RSS_HASH_TYPE flags */ member
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_txrx.c | 410 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 D | bnxt.h | 184 #define BNXT_GET_RSS_PROFILE_ID(rss_hash_type) ((rss_hash_type >> 1) & 0x1F) argument 542 uint32_t rss_hash_type; member
|
H A D | bnxt_sysctl.c | 1287 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 D | if_bnxt.c | 2399 softc->vnic_info.rss_hash_type = in bnxt_attach_pre() 2893 softc->vnic_info.rss_hash_type); in bnxt_init()
|
H A D | hsi_struct_def.h | 5410 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 D | eth_common.h | 552 enum rss_hash_type enum
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | mlx5_en_rx.c | 359 if (cqe->rss_hash_type != 0) { in mlx5e_build_rx_mbuf() 363 switch (cqe->rss_hash_type & in mlx5e_build_rx_mbuf()
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-dev.c | 1409 packet->rss_hash_type = M_HASHTYPE_RSS_TCP_IPV4; in xgbe_dev_read() 1412 packet->rss_hash_type = M_HASHTYPE_RSS_UDP_IPV4; in xgbe_dev_read() 1415 packet->rss_hash_type = M_HASHTYPE_RSS_TCP_IPV6; in xgbe_dev_read() 1418 packet->rss_hash_type = M_HASHTYPE_RSS_UDP_IPV6; in xgbe_dev_read() 1421 packet->rss_hash_type = M_HASHTYPE_OPAQUE; in xgbe_dev_read()
|
H A D | xgbe-txrx.c | 780 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 D | xgbe.h | 425 uint32_t rss_hash_type; member
|
/freebsd/sys/dev/mlx5/ |
H A D | device.h | 706 u8 rss_hash_type; member 761 memcpy(smac, &cqe->rss_hash_type , 4); in get_cqe_smac()
|