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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_common.c4109 * @qg_list: list of queue groups to be added
4128 struct ice_aqc_add_tx_qgrp *qg_list, u16 buf_size,
4140 if (!qg_list)
4146 for (i = 0, list = qg_list; i < num_qgrps; i++) {
4159 return ice_aq_send_cmd(hw, &desc, qg_list, buf_size, cd);
4166 * @qg_list: the list of groups to disable
4167 * @buf_size: the total size of the qg_list buffer in bytes
4176 struct ice_aqc_dis_txq_item *qg_list, u16 buf_size,
4190 /* qg_list can be NULL only in VM/VF reset flow */
4191 if (!qg_list
4127 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) argument
4175 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) argument
[all...]
/linux-master/fs/btrfs/
H A Dqgroup.c3102 struct btrfs_qgroup_list *qg_list; local
3129 list_for_each_entry(qg_list, &inode_qg->groups, next_group)
3130 qgids[i] = qg_list->group->qgroupid;

Completed in 129 milliseconds