Lines Matching defs:priority
3384 * ice_set_clear_prio - set or clear priority information
3386 * @prio: priority to save
3388 * Save or clear priority (prio) in the passed param bw_t_info.
3400 * ice_sched_save_vsi_prio - save VSI node's priority information
3404 * @prio: priority to save
3406 * Save priority information of VSI type node for post replay use.
3718 * ice_cfg_vsi_q_priority - config VSI queue priority of node
3722 * @q_prio: queue priority array
3724 * This function configures the queue node priority (Sibling Priority) of the
3756 * ice_cfg_agg_vsi_priority_per_tc - config aggregator's VSI priority per TC
3761 * @node_prio: pointer to node priority
3764 * This function configures the node priority (Sibling Priority) of the
4433 * ice_sched_set_node_priority - set node's priority
4436 * @priority: number 0-7 representing priority among siblings
4438 * This function sets priority of a node among it's siblings.
4442 u16 priority)
4452 (priority << ICE_AQC_ELEM_GENERIC_PRIO_S);
5499 * ice_sched_cfg_sibl_node_prio - configure node sibling priority
5502 * @priority: sibling priority
5504 * This function configures node element's sibling priority only. This
5509 struct ice_sched_node *node, u8 priority)
5521 priority = (priority << ICE_AQC_ELEM_GENERIC_PRIO_S) &
5524 data->generic |= priority;
5573 * ice_sched_replay_node_prio - re-configure node priority
5576 * @priority: priority value
5578 * This function configures node element's priority value. It
5583 u8 priority)
5592 data->generic = priority;