Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_nix.c141 struct nix_txsch *txsch; in is_valid_txschq() local
149 txsch = &nix_hw->txsch[lvl]; in is_valid_txschq()
151 if (schq >= txsch->schq.max) in is_valid_txschq()
155 map_func = TXSCH_MAP_FUNC(txsch->pfvf_map[schq]); in is_valid_txschq()
1068 struct nix_txsch *txsch; in rvu_get_tl1_schqs() local
1081 txsch = &nix_hw->txsch[NIX_TXSCH_LVL_TL1]; in rvu_get_tl1_schqs()
1082 pfvf_map = txsch->pfvf_map; in rvu_get_tl1_schqs()
1100 if (schq_base + 1 > txsch->schq.max) in rvu_get_tl1_schqs()
1136 struct nix_txsch *txsch; in rvu_mbox_handler_nix_txsch_alloc() local
1155 txsch = &nix_hw->txsch[lvl]; in rvu_mbox_handler_nix_txsch_alloc()
[all …]
Drvu.h189 struct nix_txsch txsch[NIX_TXSCH_LVL_CNT]; /* Tx schedulers */ member