Searched refs:qg_list (Results 1 – 1 of 1) sorted by relevance
1778 struct ice_aqc_add_tx_qgrp *qg_list, u16 buf_size, in ice_aq_add_lan_txq() argument1790 if (!qg_list) in ice_aq_add_lan_txq()1797 (sizeof(*qg_list) - sizeof(*qg_list->txqs)); in ice_aq_add_lan_txq()1799 list = qg_list; in ice_aq_add_lan_txq()1814 return ice_aq_send_cmd(hw, &desc, qg_list, buf_size, cd); in ice_aq_add_lan_txq()1829 struct ice_aqc_dis_txq_item *qg_list, u16 buf_size, in ice_aq_dis_lan_txq() argument1839 if (!qg_list) in ice_aq_dis_lan_txq()1849 sz += qg_list[i].num_qs * sizeof(qg_list[i].q_id); in ice_aq_dis_lan_txq()1852 sz += sizeof(qg_list[i]) - sizeof(qg_list[i].q_id); in ice_aq_dis_lan_txq()1855 if ((qg_list[i].num_qs % 2) == 0) in ice_aq_dis_lan_txq()[all …]