Searched refs:QRX_CTRL (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_lib.c1768 * Reads the QRX_CTRL register and verifies if the queue is in a consistent
1783 qrx_ctrl = rd32(hw, QRX_CTRL(pf_q));
1808 * Control the Rx queue through the QRX_CTRL register, enabling or disabling
1839 wr32(hw, QRX_CTRL(pf_q), qrx_ctrl);
1866 * Control the Rx queues through the QRX_CTRL register, enabling or disabling
H A Dice_hw_autogen.h5141 #define QRX_CTRL(_QRX) (0x00120000 + ((_QRX) * 4)) /* _i=0...2047 */ /* Reset Source: PFR */ macro

Completed in 394 milliseconds