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

Function ngbe_dev_save_rx_queue

dpdk/drivers/net/ngbe/ngbe_rxtx.c:3083–3090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3081}
3082
3083void
3084ngbe_dev_save_rx_queue(struct ngbe_hw *hw, uint16_t rx_queue_id)
3085{
3086 u32 *reg = &hw->q_rx_regs[rx_queue_id * 8];
3087 *(reg++) = rd32(hw, NGBE_RXBAL(rx_queue_id));
3088 *(reg++) = rd32(hw, NGBE_RXBAH(rx_queue_id));
3089 *(reg++) = rd32(hw, NGBE_RXCFG(rx_queue_id));
3090}
3091
3092void
3093ngbe_dev_store_rx_queue(struct ngbe_hw *hw, uint16_t rx_queue_id)

Callers 1

ngbe_dev_rx_queue_stopFunction · 0.85

Calls 1

rd32Function · 0.50

Tested by

no test coverage detected