Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c4132 * @qg_list: list of queue groups to be added in ice_aq_add_lan_txq()
4151 struct ice_aqc_add_tx_qgrp *qg_list, u16 buf_size, in ice_aq_add_lan_txq()
4163 if (!qg_list)
4169 for (i = 0, list = qg_list; i < num_qgrps; i++) {
4182 return ice_aq_send_cmd(hw, &desc, qg_list, buf_size, cd); in ice_aq_dis_lan_txq()
4189 * @qg_list: the list of groups to disable in ice_aq_dis_lan_txq()
4190 * @buf_size: the total size of the qg_list buffer in bytes in ice_aq_dis_lan_txq()
4199 struct ice_aqc_dis_txq_item *qg_list, u16 buf_size, in ice_aq_dis_lan_txq()
4212 /* qg_list can be NULL only in VM/VF reset flow */ in ice_aq_dis_lan_txq()
4213 if (!qg_list in ice_aq_dis_lan_txq()
4128 ice_aq_add_lan_txq(struct ice_hw * hw,u8 num_qgrps,struct ice_aqc_add_tx_qgrp * qg_list,u16 buf_size,struct ice_sq_cd * cd) ice_aq_add_lan_txq() argument
4176 ice_aq_dis_lan_txq(struct ice_hw * hw,u8 num_qgrps,struct ice_aqc_dis_txq_item * qg_list,u16 buf_size,enum ice_disq_rst_src rst_src,u16 vmvf_num,struct ice_sq_cd * cd) ice_aq_dis_lan_txq() argument
4729 struct ice_aqc_dis_txq_item *qg_list; ice_dis_vsi_txq() local
4957 struct ice_aqc_dis_txq_item *qg_list; ice_dis_vsi_rdma_qset() local
[all...]