Home
last modified time | relevance | path

Searched refs:tc_tx_queues (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos_sq.c226 pfvf->hw.tc_tx_queues); in otx2_qos_get_qid()
228 return qidx == pfvf->hw.tc_tx_queues ? -ENOSPC : qidx; in otx2_qos_get_qid()
H A Dotx2_common.h203 u16 tc_tx_queues; member
977 return pfvf->hw.non_qos_queues + pfvf->hw.tc_tx_queues; in otx2_get_total_tx_queues()
1189 hw->tc_tx_queues = qos_txqs; in otx2_qos_init()
H A Dqos.c1502 int last = find_last_bit(pfvf->qos.qos_sq_bmap, pfvf->hw.tc_tx_queues); in otx2_qos_cur_leaf_nodes()
1504 return last == pfvf->hw.tc_tx_queues ? 0 : last + 1; in otx2_qos_cur_leaf_nodes()
H A Dotx2_pf.c1935 pf->hw.tc_tx_queues); in otx2_alloc_queue_mem()
2010 cq_poll->cq_ids[CQ_QOS] = (qidx < pf->hw.tc_tx_queues) ? in otx2_open()