Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_sched.c401 * @num_branches: returns total number of queue to port branches
409 u8 *num_branches, struct ice_sq_cd *cd) in ice_aq_get_dflt_topo()
419 if (!status && num_branches) in ice_aq_get_dflt_topo()
420 *num_branches = cmd->num_branches; in ice_aq_get_dflt_topo()
1311 u8 num_branches; in ice_sched_init_port()
1328 &num_branches, NULL); in ice_sched_init_port()
1332 /* num_branches should be between 1-8 */ in ice_sched_init_port()
1333 if (num_branches < 1 || num_branches > ICE_TXSCHED_MAX_BRANCHE in ice_sched_init_port()
407 ice_aq_get_dflt_topo(struct ice_hw * hw,u8 lport,struct ice_aqc_get_topo_elem * buf,u16 buf_size,u8 * num_branches,struct ice_sq_cd * cd) ice_aq_get_dflt_topo() argument
1310 u8 num_branches; ice_sched_init_port() local
[all...]
H A Dice_adminq_cmd.h1038 u8 num_branches; member