Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_hwrm.h73 bp->tx_cos_queue[x].id = resp->queue_id##x; \
74 bp->tx_cos_queue[x].profile = \
H A Dbnxt_hwrm.c1576 if (bp->tx_cos_queue[i].profile == in bnxt_find_lossy_profile()
1578 bp->tx_cosq_id[0] = bp->tx_cos_queue[i].id; in bnxt_find_lossy_profile()
1590 if (bp->tx_cos_queue[i].profile != in bnxt_find_first_valid_profile()
1592 bp->tx_cos_queue[i].id != in bnxt_find_first_valid_profile()
1594 bp->tx_cosq_id[0] = bp->tx_cos_queue[i].id; in bnxt_find_first_valid_profile()
1647 bp->tx_cosq_id[0] = bp->tx_cos_queue[0].id; in bnxt_hwrm_queue_qportcfg()
1654 if (bp->tx_cos_queue[i].id != 0xff) in bnxt_hwrm_queue_qportcfg()
1656 bp->tx_cos_queue[i].id; in bnxt_hwrm_queue_qportcfg()
H A Dbnxt.h795 struct bnxt_cos_queue_info *tx_cos_queue; member
H A Dbnxt_ethdev.c256 rte_free(bp->tx_cos_queue); in bnxt_free_cos_queues()
257 bp->tx_cos_queue = NULL; in bnxt_free_cos_queues()
335 bp->tx_cos_queue = in bnxt_alloc_cos_queues()
340 if (bp->tx_cos_queue == NULL) in bnxt_alloc_cos_queues()