Lines Matching refs:tcs
4072 int tcs = bp->num_tc; in bnxt_alloc_cp_rings() local
4074 if (!tcs) in bnxt_alloc_cp_rings()
4075 tcs = 1; in bnxt_alloc_cp_rings()
4109 cp_count += tcs; in bnxt_alloc_cp_rings()
10937 int tcs = bp->num_tc; in bnxt_num_tx_to_cp() local
10939 if (!tcs) in bnxt_num_tx_to_cp()
10940 tcs = 1; in bnxt_num_tx_to_cp()
10941 return __bnxt_num_tx_to_cp(bp, tx, tcs, bp->tx_nr_rings_xdp); in bnxt_num_tx_to_cp()
10946 int tcs = bp->num_tc; in bnxt_num_cp_to_tx() local
10948 return (tx_cp - bp->tx_nr_rings_xdp) * tcs + in bnxt_num_cp_to_tx()
10974 int tcs, i; in bnxt_setup_msix() local
10976 tcs = bp->num_tc; in bnxt_setup_msix()
10977 if (tcs) { in bnxt_setup_msix()
10980 for (i = 0; i < tcs; i++) { in bnxt_setup_msix()
11197 int tcs = bp->num_tc; in bnxt_reserve_rings() local
11235 if (tcs && (bp->tx_nr_rings_per_tc * tcs != in bnxt_reserve_rings()
14206 int bnxt_check_rings(struct bnxt *bp, int tx, int rx, bool sh, int tcs, in bnxt_check_rings() argument
14214 if (tcs) in bnxt_check_rings()
14215 tx_sets = tcs; in bnxt_check_rings()