Lines Matching refs:num_qgrps
1777 ice_aq_add_lan_txq(struct ice_hw *hw, u8 num_qgrps, in ice_aq_add_lan_txq() argument
1793 if (num_qgrps > ICE_LAN_TXQ_MAX_QGRPS) in ice_aq_add_lan_txq()
1796 sum_header_size = num_qgrps * in ice_aq_add_lan_txq()
1800 for (i = 0; i < num_qgrps; i++) { in ice_aq_add_lan_txq()
1812 cmd->num_qgrps = num_qgrps; in ice_aq_add_lan_txq()
1828 ice_aq_dis_lan_txq(struct ice_hw *hw, u8 num_qgrps, in ice_aq_dis_lan_txq() argument
1842 if (num_qgrps > ICE_LAN_TXQ_MAX_QGRPS) in ice_aq_dis_lan_txq()
1845 cmd->num_entries = num_qgrps; in ice_aq_dis_lan_txq()
1847 for (i = 0; i < num_qgrps; ++i) { in ice_aq_dis_lan_txq()
2101 ice_ena_vsi_txq(struct ice_port_info *pi, u16 vsi_id, u8 tc, u8 num_qgrps, in ice_ena_vsi_txq() argument
2113 if (num_qgrps > 1 || buf->num_txqs > 1) in ice_ena_vsi_txq()
2143 status = ice_aq_add_lan_txq(hw, num_qgrps, buf, buf_size, cd); in ice_ena_vsi_txq()