Searched refs:txsch (Results 1 – 2 of 2) sorted by relevance
141 struct nix_txsch *txsch; in is_valid_txschq() local149 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() local1081 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() local1155 txsch = &nix_hw->txsch[lvl]; in rvu_mbox_handler_nix_txsch_alloc()[all …]
189 struct nix_txsch txsch[NIX_TXSCH_LVL_CNT]; /* Tx schedulers */ member