Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ring.c729 uint16_t tx_cosq_id = 0; in bnxt_alloc_hwrm_rings() local
735 tx_cosq_id = bp->tx_cosq_id[i < bp->max_lltc ? i : 0]; in bnxt_alloc_hwrm_rings()
737 tx_cosq_id = bp->tx_cosq_id[0]; in bnxt_alloc_hwrm_rings()
744 tx_cosq_id); in bnxt_alloc_hwrm_rings()
H A Dbnxt_hwrm.h162 uint16_t tx_cosq_id);
H A Dbnxt.h743 uint8_t tx_cosq_id[BNXT_COS_QUEUE_COUNT]; member
H A Dbnxt_hwrm.c1418 bp->tx_cosq_id[0] = bp->tx_cos_queue[i].id; in bnxt_find_lossy_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()
1495 bp->tx_cosq_id[j++] = in bnxt_hwrm_queue_qportcfg()
1528 uint16_t tx_cosq_id) in bnxt_hwrm_ring_alloc() argument
1550 req.queue_id = rte_cpu_to_le_16(tx_cosq_id); in bnxt_hwrm_ring_alloc()