Home
last modified time | relevance | path

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

/f-stack/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.c1416 if (bp->tx_cos_queue[i].profile == in bnxt_find_lossy_profile()
1418 bp->tx_cosq_id[0] = bp->tx_cos_queue[i].id; in bnxt_find_lossy_profile()
1430 if (bp->tx_cos_queue[i].profile != in bnxt_find_first_valid_profile()
1432 bp->tx_cos_queue[i].id != in bnxt_find_first_valid_profile()
1434 bp->tx_cosq_id[0] = bp->tx_cos_queue[i].id; in bnxt_find_first_valid_profile()
1487 bp->tx_cosq_id[0] = bp->tx_cos_queue[0].id; in bnxt_hwrm_queue_qportcfg()
1494 if (bp->tx_cos_queue[i].id != 0xff) in bnxt_hwrm_queue_qportcfg()
1496 bp->tx_cos_queue[i].id; in bnxt_hwrm_queue_qportcfg()
H A Dbnxt.h742 struct bnxt_cos_queue_info *tx_cos_queue; member
H A Dbnxt_ethdev.c259 rte_free(bp->tx_cos_queue); in bnxt_free_cos_queues()
337 bp->tx_cos_queue = in bnxt_alloc_cos_queues()
342 if (bp->tx_cos_queue == NULL) in bnxt_alloc_cos_queues()