Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/qed/
H A Deth_common.h69 #define ETH_RSS_IND_TABLE_ENTRIES_NUM 128 macro
70 #define ETH_RSS_IND_TABLE_MASK_SIZE_REGS (ETH_RSS_IND_TABLE_ENTRIES_NUM / 32)
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c447 BUILD_BUG_ON(QED_RSS_IND_TABLE_SIZE != ETH_RSS_IND_TABLE_ENTRIES_NUM); in qed_sp_vport_update_rss()
H A Dqed_hsi.h4015 __le16 indirection_table[ETH_RSS_IND_TABLE_ENTRIES_NUM];