Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_common.c2786 struct ice_aqc_add_tx_qgrp *qg_list, u16 buf_size, in ice_aq_add_lan_txq() argument
2798 if (!qg_list) in ice_aq_add_lan_txq()
2805 (sizeof(*qg_list) - sizeof(*qg_list->txqs)); in ice_aq_add_lan_txq()
2807 list = qg_list; in ice_aq_add_lan_txq()
2822 return ice_aq_send_cmd(hw, &desc, qg_list, buf_size, cd); in ice_aq_add_lan_txq()
2839 struct ice_aqc_dis_txq_item *qg_list, u16 buf_size, in ice_aq_dis_lan_txq() argument
2852 if (!qg_list && !rst_src) in ice_aq_dis_lan_txq()
2884 if (!qg_list) in ice_aq_dis_lan_txq()
2894 sz += qg_list[i].num_qs * sizeof(qg_list[i].q_id); in ice_aq_dis_lan_txq()
2897 sz += sizeof(qg_list[i]) - sizeof(qg_list[i].q_id); in ice_aq_dis_lan_txq()
[all …]