Home
last modified time | relevance | path

Searched refs:IGC_DVMOLR (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c1301 dvmolr = IGC_READ_REG(hw, IGC_DVMOLR(rxq->queue_id)); in igc_rx_init()
1305 IGC_WRITE_REG(hw, IGC_DVMOLR(rxq->reg_idx), dvmolr); in igc_rx_init()
2267 reg_val = IGC_READ_REG(hw, IGC_DVMOLR(rx_queue_id)); in eth_igc_vlan_strip_queue_set()
2278 IGC_WRITE_REG(hw, IGC_DVMOLR(rx_queue_id), reg_val); in eth_igc_vlan_strip_queue_set()
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_regs.h578 #define IGC_DVMOLR(_n) (0x0C038 + (0x40 * (_n))) /* DMA VM offload */ macro