Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_regs.h544 #define IGC_RSSRK(_i) (0x05C80 + ((_i) * 4)) macro
/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c862 IGC_WRITE_REG_LE_VALUE(hw, IGC_RSSRK(i), hash_key[i]); in igc_hw_rss_hash_set()
H A Digc_ethdev.c2386 hash_key[i] = IGC_READ_REG_LE_VALUE(hw, IGC_RSSRK(i)); in eth_igc_rss_hash_conf_get()