Searched refs:qg_list (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 4109 * @qg_list: list of queue groups to be added 4128 struct ice_aqc_add_tx_qgrp *qg_list, u16 buf_size, in ice_aq_add_lan_txq() 4140 if (!qg_list) in ice_aq_add_lan_txq() 4146 for (i = 0, list = qg_list; i < num_qgrps; i++) { in ice_aq_add_lan_txq() 4159 return ice_aq_send_cmd(hw, &desc, qg_list, buf_size, cd); in ice_aq_add_lan_txq() 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, in ice_aq_dis_lan_txq() 4189 /* qg_list can be NULL only in VM/VF reset flow */ in ice_aq_dis_lan_txq() 4190 if (!qg_list in ice_aq_dis_lan_txq() 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) ice_aq_add_lan_txq() 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) 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...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 3444 * @qg_list: list of queue groups to be added 3463 struct ice_aqc_add_tx_qgrp *qg_list, u16 buf_size, in ice_aq_add_lan_txq() 3475 if (!qg_list) in ice_aq_add_lan_txq() 3481 for (i = 0, list = qg_list; i < num_qgrps; i++) { in ice_aq_add_lan_txq() 3494 return ice_aq_send_cmd(hw, &desc, qg_list, buf_size, cd); in ice_aq_add_lan_txq() 3501 * @qg_list: the list of groups to disable 3502 * @buf_size: the total size of the qg_list buffer in bytes 3511 struct ice_aqc_dis_txq_item *qg_list, u16 buf_size, in ice_aq_dis_lan_txq() 3524 /* qg_list can be NULL only in VM/VF reset flow */ in ice_aq_dis_lan_txq() 3525 if (!qg_list in ice_aq_dis_lan_txq() 3462 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 3510 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 3974 struct ice_aqc_dis_txq_item *qg_list; ice_dis_vsi_txq() local [all...] |
Completed in 11 milliseconds