Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.h37 u16 schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC]; member
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()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmbox.h1146 u16 schq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC]; member