Home
last modified time | relevance | path

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

/dpdk/drivers/net/igc/base/
H A Digc_regs.h536 #define IGC_MRQC 0x05818 /* Multiple Receive Control - RW */ macro
/dpdk/drivers/net/igc/
H A Digc_txrx.c828 mrqc = IGC_READ_REG(hw, IGC_MRQC); in igc_rss_disable()
830 IGC_WRITE_REG(hw, IGC_MRQC, mrqc); in igc_rss_disable()
869 IGC_WRITE_REG(hw, IGC_MRQC, mrqc); in igc_hw_rss_hash_set()
H A Digc_ethdev.c2372 mrqc = IGC_READ_REG(hw, IGC_MRQC); in eth_igc_rss_hash_conf_get()