Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.h37 u16 schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC]; member
H A Dotx2_common.c626 u16 (*schq_list)[MAX_TXSCHQ_PER_FUNC]; in otx2_txschq_config() local
641 schq_list = hw->txschq_list; in otx2_txschq_config()
644 schq_list = pfvf->pfc_schq_list; in otx2_txschq_config()
647 schq = schq_list[lvl][prio]; in otx2_txschq_config()
660 parent = schq_list[NIX_TXSCH_LVL_TL4][prio]; in otx2_txschq_config()
672 parent = schq_list[NIX_TXSCH_LVL_TL3][prio]; in otx2_txschq_config()
685 parent = schq_list[NIX_TXSCH_LVL_TL2][prio]; in otx2_txschq_config()
701 parent = schq_list[NIX_TXSCH_LVL_TL1][prio]; in otx2_txschq_config()
802 rsp->schq_list[lvl][schq]; in otx2_txsch_alloc()
H A Dqos.c373 cfg->schq_list[node->level][cnt] = node->schq; in otx2_qos_read_txschq_cfg_schq()
681 cfg->schq_list[lvl][schq] = in otx2_qos_txschq_alloc()
682 rsp->schq_list[lvl][schq]; in otx2_qos_txschq_alloc()
718 tmp->schq = cfg->schq_list[tmp->level][cnt]; in otx2_qos_txschq_fill_cfg_schq()
905 root->schq = cfg->schq_list[root->level][0]; in otx2_qos_txschq_update_root_cfg()
915 schq = cfg->schq_list[lvl][idx]; in otx2_qos_free_cfg()
1071 root->schq = new_cfg->schq_list[root->level][0]; in otx2_qos_root_add()
H A Dotx2_dcbnl.c91 pfvf->pfc_schq_list[lvl][prio] = rsp->schq_list[lvl][0]; in otx2_pfc_txschq_alloc_one()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_nix.c2160 rsp->schq_list[lvl][0] = start; in nix_txsch_alloc()
2185 rsp->schq_list[lvl][0] = schq; in nix_txsch_alloc()
2210 rsp->schq_list[lvl][idx++] = schq; in nix_txsch_alloc()
2290 schq = rsp->schq_list[lvl][idx]; in rvu_mbox_handler_nix_txsch_alloc()
H A Dmbox.h1015 u16 schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC]; member