Home | History | Annotate | Download | only in ixgbe

Lines Matching defs:tc_count

48  * @tc_count:  Number of elements in bwg_array.
54 u8 tc_count)
60 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
64 for (tc = 0; tc < tc_count; tc++) {
89 * @tc_count: Number of elements in bwg_array.
95 u8 tc_count)
101 if (tc_count > IXGBE_DCB_MAX_TRAFFIC_CLASS)
104 for (tc = 0; tc < tc_count; tc++) {
390 u8 tc_count = 8;
394 tc_count = dcb_config->num_tcs.pg_tcs;
398 if (!((tc_count == 8 && vt_mode == FALSE) || tc_count == 4))
401 if (tc_count == 8 && vt_mode == FALSE) {
441 } else if (tc_count == 4 && vt_mode == FALSE) {
478 } else if (tc_count == 4 && vt_mode == TRUE) {