Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.h33 u16 schq_contig[NIX_TXSCH_LVL_CNT]; member
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c2097 req_schq = req->schq_contig[lvl] + req->schq[lvl]; in nix_check_txschq_alloc_req()
2125 req->schq_contig[lvl] > MAX_TXSCHQ_PER_FUNC) in nix_check_txschq_alloc_req()
2129 if (!hw->cap.nix_fixed_txschq_mapping && req->schq_contig[lvl] && in nix_check_txschq_alloc_req()
2130 !rvu_rsrc_check_contig(&txsch->schq, req->schq_contig[lvl])) in nix_check_txschq_alloc_req()
2149 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()
[all …]