MCPcopy Create free account
hub / github.com/F-Stack/f-stack / txgbe_dev_save_rx_queue

Function txgbe_dev_save_rx_queue

dpdk/drivers/net/txgbe/txgbe_rxtx.c:4581–4588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4579}
4580
4581void
4582txgbe_dev_save_rx_queue(struct txgbe_hw *hw, uint16_t rx_queue_id)
4583{
4584 u32 *reg = &hw->q_rx_regs[rx_queue_id * 8];
4585 *(reg++) = rd32(hw, TXGBE_RXBAL(rx_queue_id));
4586 *(reg++) = rd32(hw, TXGBE_RXBAH(rx_queue_id));
4587 *(reg++) = rd32(hw, TXGBE_RXCFG(rx_queue_id));
4588}
4589
4590void
4591txgbe_dev_store_rx_queue(struct txgbe_hw *hw, uint16_t rx_queue_id)

Callers 1

txgbe_dev_rx_queue_stopFunction · 0.85

Calls 1

rd32Function · 0.50

Tested by

no test coverage detected