Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c554 schq = hw->txschq_list[lvl][0]; in otx2_txschq_config()
565 parent = hw->txschq_list[NIX_TXSCH_LVL_TL4][0]; in otx2_txschq_config()
573 parent = hw->txschq_list[NIX_TXSCH_LVL_TL3][0]; in otx2_txschq_config()
580 parent = hw->txschq_list[NIX_TXSCH_LVL_TL2][0]; in otx2_txschq_config()
587 parent = hw->txschq_list[NIX_TXSCH_LVL_TL1][0]; in otx2_txschq_config()
659 pfvf->hw.txschq_list[lvl][schq] = 0; in otx2_txschq_stop()
794 aq->sq.smq = pfvf->hw.txschq_list[NIX_TXSCH_LVL_SMQ][0]; in otx2_sq_init()
1501 pf->hw.txschq_list[lvl][schq] = in mbox_handler_nix_txsch_alloc()
H A Dotx2_common.h171 u16 txschq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC]; member