Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c553 schq = hw->txschq_list[lvl][0]; in otx2_txschq_config()
564 parent = hw->txschq_list[NIX_TXSCH_LVL_TL4][0]; in otx2_txschq_config()
572 parent = hw->txschq_list[NIX_TXSCH_LVL_TL3][0]; in otx2_txschq_config()
579 parent = hw->txschq_list[NIX_TXSCH_LVL_TL2][0]; in otx2_txschq_config()
586 parent = hw->txschq_list[NIX_TXSCH_LVL_TL1][0]; in otx2_txschq_config()
658 pfvf->hw.txschq_list[lvl][schq] = 0; in otx2_txschq_stop()
793 aq->sq.smq = pfvf->hw.txschq_list[NIX_TXSCH_LVL_SMQ][0]; in otx2_sq_init()
1485 pf->hw.txschq_list[lvl][schq] = in mbox_handler_nix_txsch_alloc()
Dotx2_common.h171 u16 txschq_list[NIX_TXSCH_LVL_CNT][MAX_TXSCHQ_PER_FUNC]; member