Home
last modified time | relevance | path

Searched refs:BNXT_RSS_TABLE_ENTRIES_P5 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1081 #define BNXT_RSS_TABLE_ENTRIES_P5 64 macro
1082 #define BNXT_RSS_TABLE_SIZE_P5 (BNXT_RSS_TABLE_ENTRIES_P5 * 4)
1087 (BNXT_RSS_TABLE_ENTRIES_P5 * BNXT_RSS_TABLE_MAX_TBL_P5)
H A Dbnxt_ethtool.c1300 return ALIGN(bp->rx_nr_rings, BNXT_RSS_TABLE_ENTRIES_P5); in bnxt_get_rxfh_indir_size()
H A Dbnxt.c5225 return DIV_ROUND_UP(rx_rings, BNXT_RSS_TABLE_ENTRIES_P5); in bnxt_get_nr_rss_ctxs()