Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/base/
H A Digc_regs.h536 #define IGC_MRQC 0x05818 /* Multiple Receive Control - RW */ macro
/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c845 mrqc = IGC_READ_REG(hw, IGC_MRQC); in igc_rss_disable()
847 IGC_WRITE_REG(hw, IGC_MRQC, mrqc); in igc_rss_disable()
886 IGC_WRITE_REG(hw, IGC_MRQC, mrqc); in igc_hw_rss_hash_set()
H A Digc_ethdev.c2390 mrqc = IGC_READ_REG(hw, IGC_MRQC); in eth_igc_rss_hash_conf_get()