Home
last modified time | relevance | path

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

/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.c1483 int tx_vfcnt, port_id, evdev, qnum, pnum, res, i; in octeontx_probe() local
1556 (uint32_t *)&qnum); in octeontx_probe()
1557 if (pnum < qnum) { in octeontx_probe()
1559 pnum, qnum); in octeontx_probe()
1565 for (i = 0; i < qnum; i++) { in octeontx_probe()
1590 for (i = 0; i < qnum; i++) { in octeontx_probe()
/dpdk/drivers/net/fm10k/
H A Dfm10k_ethdev.c296 rx_queue_disable(struct fm10k_hw *hw, uint16_t qnum) in rx_queue_disable() argument
300 reg = FM10K_READ_REG(hw, FM10K_RXQCTL(qnum)); in rx_queue_disable()
301 FM10K_WRITE_REG(hw, FM10K_RXQCTL(qnum), in rx_queue_disable()
307 reg = FM10K_READ_REG(hw, FM10K_RXQCTL(qnum)); in rx_queue_disable()
385 tx_queue_disable(struct fm10k_hw *hw, uint16_t qnum) in tx_queue_disable() argument
389 reg = FM10K_READ_REG(hw, FM10K_TXDCTL(qnum)); in tx_queue_disable()
390 FM10K_WRITE_REG(hw, FM10K_TXDCTL(qnum), in tx_queue_disable()
396 reg = FM10K_READ_REG(hw, FM10K_TXDCTL(qnum)); in tx_queue_disable()