Lines Matching refs:num_qgrps
2785 ice_aq_add_lan_txq(struct ice_hw *hw, u8 num_qgrps, in ice_aq_add_lan_txq() argument
2801 if (num_qgrps > ICE_LAN_TXQ_MAX_QGRPS) in ice_aq_add_lan_txq()
2804 sum_header_size = num_qgrps * in ice_aq_add_lan_txq()
2808 for (i = 0; i < num_qgrps; i++) { in ice_aq_add_lan_txq()
2820 cmd->num_qgrps = num_qgrps; in ice_aq_add_lan_txq()
2838 ice_aq_dis_lan_txq(struct ice_hw *hw, u8 num_qgrps, in ice_aq_dis_lan_txq() argument
2855 if (num_qgrps > ICE_LAN_TXQ_MAX_QGRPS) in ice_aq_dis_lan_txq()
2858 cmd->num_entries = num_qgrps; in ice_aq_dis_lan_txq()
2892 for (i = 0; i < num_qgrps; ++i) { in ice_aq_dis_lan_txq()
3183 u8 num_qgrps, struct ice_aqc_add_tx_qgrp *buf, u16 buf_size, in ice_ena_vsi_txq() argument
3195 if (num_qgrps > 1 || buf->num_txqs > 1) in ice_ena_vsi_txq()
3237 status = ice_aq_add_lan_txq(hw, num_qgrps, buf, buf_size, cd); in ice_ena_vsi_txq()