Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dqos.h33 u16 schq_contig[NIX_TXSCH_LVL_CNT]; member
Dqos.c347 cfg->schq_contig[parent->level - 1] += parent->child_dwrr_cnt + in otx2_qos_fill_cfg_tl()
385 cfg->schq_contig[node->level]++; in otx2_qos_read_txschq_cfg_tl()
650 req->schq_contig[lvl] = cfg->schq_contig[lvl]; in otx2_qos_txschq_alloc()
668 for (schq = 0; schq < rsp->schq_contig[lvl]; schq++) { in otx2_qos_txschq_alloc()
695 for (idx = 0; idx < cfg->schq_contig[lvl]; idx++) { in otx2_qos_free_unused_txschq()
916 for (idx = 0; idx < cfg->schq_contig[lvl]; idx++) { in otx2_qos_free_cfg()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c2033 req_schq = req->schq_contig[lvl] + req->schq[lvl]; in nix_check_txschq_alloc_req()
2061 req->schq_contig[lvl] > MAX_TXSCHQ_PER_FUNC) in nix_check_txschq_alloc_req()
2065 if (!hw->cap.nix_fixed_txschq_mapping && req->schq_contig[lvl] && in nix_check_txschq_alloc_req()
2066 !rvu_rsrc_check_contig(&txsch->schq, req->schq_contig[lvl])) in nix_check_txschq_alloc_req()
2085 if (rsp->schq_contig[lvl]) { in nix_txsch_alloc()
2086 rsp->schq_contig[lvl] = 1; in nix_txsch_alloc()
2091 if (rsp->schq_contig[lvl]) in nix_txsch_alloc()
2108 rsp->schq_contig[lvl] = 0; in nix_txsch_alloc()
2113 if (rsp->schq_contig[lvl]) { in nix_txsch_alloc()
2114 rsp->schq_contig[lvl] = 1; in nix_txsch_alloc()
[all …]
Dmbox.h992 u16 schq_contig[NIX_TXSCH_LVL_CNT]; /* No of contiguous queues */ member
999 u16 schq_contig[NIX_TXSCH_LVL_CNT]; member