Searched refs:rss_hash_type (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h107 #define BNXT_GET_RSS_PROFILE_ID(rss_hash_type) ((rss_hash_type >> 1) & 0x1F)
448 uint32_t rss_hash_type; member in struct:bnxt_vnic_info
H A Dbnxt_txrx.c423 bnxt_set_rsstype(if_rxd_info_t ri, uint8_t rss_hash_type) argument
427 rss_profile_id = BNXT_GET_RSS_PROFILE_ID(rss_hash_type);
470 bnxt_set_rsstype(ri, rcp->rss_hash_type);
552 bnxt_set_rsstype(ri, tpas->low.rss_hash_type);
H A Dbnxt_sysctl.c928 softc->vnic_info.rss_hash_type);
958 for (type = softc->vnic_info.rss_hash_type; type;
963 if (type != softc->vnic_info.rss_hash_type)
979 if (type != softc->vnic_info.rss_hash_type) {
980 softc->vnic_info.rss_hash_type = type;
983 softc->vnic_info.rss_hash_type);
H A Dif_bnxt.c895 softc->vnic_info.rss_hash_type =
1125 softc->vnic_info.rss_hash_type);
H A Dhsi_struct_def.h942 uint8_t rss_hash_type; member in struct:rx_pkt_cmpl
1299 uint8_t rss_hash_type; member in struct:rx_tpa_start_cmpl
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c244 if (cqe->rss_hash_type != 0) {
248 switch (cqe->rss_hash_type &
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Deth_common.h259 #define ETH_FAST_PATH_RX_REG_CQE_RSS_HASH_TYPE_MASK 0x7 /* Type of calculated RSS hash (use enum rss_hash_type) */
323 #define ETH_FAST_PATH_RX_TPA_START_CQE_RSS_HASH_TYPE_MASK 0x7 /* Type of calculated RSS hash (use enum rss_hash_type) */
587 enum rss_hash_type enum
/freebsd-11-stable/sys/dev/mlx5/
H A Ddevice.h652 u8 rss_hash_type; member in struct:mlx5_cqe64
694 memcpy(smac, &cqe->rss_hash_type , 4);

Completed in 487 milliseconds