Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c591 u16 (*schq_list)[MAX_TXSCHQ_PER_FUNC]; in otx2_txschq_config() local
606 schq_list = hw->txschq_list; in otx2_txschq_config()
609 schq_list = pfvf->pfc_schq_list; in otx2_txschq_config()
612 schq = schq_list[lvl][prio]; in otx2_txschq_config()
621 parent = schq_list[NIX_TXSCH_LVL_TL4][prio]; in otx2_txschq_config()
629 parent = schq_list[NIX_TXSCH_LVL_TL3][prio]; in otx2_txschq_config()
636 parent = schq_list[NIX_TXSCH_LVL_TL2][prio]; in otx2_txschq_config()
651 parent = schq_list[NIX_TXSCH_LVL_TL1][prio]; in otx2_txschq_config()
1641 rsp->schq_list[lvl][schq]; in mbox_handler_nix_txsch_alloc()
Dotx2_dcbnl.c90 pfvf->pfc_schq_list[lvl][prio] = rsp->schq_list[lvl][0]; in otx2_pfc_txschq_alloc_one()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c1902 rsp->schq_list[lvl][0] = start; in nix_txsch_alloc()
1927 rsp->schq_list[lvl][0] = schq; in nix_txsch_alloc()
1952 rsp->schq_list[lvl][idx++] = schq; in nix_txsch_alloc()
2031 schq = rsp->schq_list[lvl][idx]; in rvu_mbox_handler_nix_txsch_alloc()
Dmbox.h973 u16 schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC]; member