Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.h33 u16 schq_contig[NIX_TXSCH_LVL_CNT]; member
H A Dqos.c352 cfg->schq_contig[parent->level - 1] += parent->child_dwrr_cnt + in otx2_qos_fill_cfg_tl()
390 cfg->schq_contig[node->level]++; in otx2_qos_read_txschq_cfg_tl()
655 req->schq_contig[lvl] = cfg->schq_contig[lvl]; in otx2_qos_txschq_alloc()
673 for (schq = 0; schq < rsp->schq_contig[lvl]; schq++) { in otx2_qos_txschq_alloc()
700 for (idx = 0; idx < cfg->schq_contig[lvl]; idx++) { in otx2_qos_free_unused_txschq()
921 for (idx = 0; idx < cfg->schq_contig[lvl]; idx++) { in otx2_qos_free_cfg()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c2149 if (rsp->schq_contig[lvl]) { in nix_txsch_alloc()
2150 rsp->schq_contig[lvl] = 1; in nix_txsch_alloc()
2155 if (rsp->schq_contig[lvl]) in nix_txsch_alloc()
2172 rsp->schq_contig[lvl] = 0; in nix_txsch_alloc()
2177 if (rsp->schq_contig[lvl]) { in nix_txsch_alloc()
2178 rsp->schq_contig[lvl] = 1; in nix_txsch_alloc()
2191 if (rsp->schq_contig[lvl]) { in nix_txsch_alloc()
2194 rsp->schq_contig[lvl], 0); in nix_txsch_alloc()
2196 rsp->schq_contig[lvl] = 0; in nix_txsch_alloc()
2258 if (!req->schq[lvl] && !req->schq_contig[lvl]) in rvu_mbox_handler_nix_txsch_alloc()
[all …]
H A Dmbox.h1004 u16 schq_contig[NIX_TXSCH_LVL_CNT]; /* No of contiguous queues */ member
1011 u16 schq_contig[NIX_TXSCH_LVL_CNT]; member