Lines Matching defs:num_branches
401 * @num_branches: returns total number of queue to port branches
409 u8 *num_branches, struct ice_sq_cd *cd)
419 if (!status && num_branches)
420 *num_branches = cmd->num_branches;
1311 u8 num_branches;
1328 &num_branches, NULL);
1332 /* num_branches should be between 1-8 */
1333 if (num_branches < 1 || num_branches > ICE_TXSCHED_MAX_BRANCHES) {
1334 ice_debug(hw, ICE_DBG_SCHED, "num_branches unexpected %d\n",
1335 num_branches);
1368 for (i = 0; i < num_branches; i++) {