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

Function txgbe_dev_store_rx_queue

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

Source from the content-addressed store, hash-verified

4588}
4589
4590void
4591txgbe_dev_store_rx_queue(struct txgbe_hw *hw, uint16_t rx_queue_id)
4592{
4593 u32 *reg = &hw->q_rx_regs[rx_queue_id * 8];
4594 wr32(hw, TXGBE_RXBAL(rx_queue_id), *(reg++));
4595 wr32(hw, TXGBE_RXBAH(rx_queue_id), *(reg++));
4596 wr32(hw, TXGBE_RXCFG(rx_queue_id), *(reg++) & ~TXGBE_RXCFG_ENA);
4597}
4598
4599void
4600txgbe_dev_save_tx_queue(struct txgbe_hw *hw, uint16_t tx_queue_id)

Callers 1

txgbe_dev_rx_queue_stopFunction · 0.85

Calls 1

wr32Function · 0.50

Tested by

no test coverage detected