ice_aqc_dis_txq_item
struct ice_aqc_dis_txq_item *qg_list, u16 buf_size,
struct ice_aqc_dis_txq_item *item;
item = (struct ice_aqc_dis_txq_item *)((u8 *)item + item_size);
struct ice_aqc_dis_txq_item *qg_list;
qg_list = (struct ice_aqc_dis_txq_item *)ice_malloc(hw, buf_size);
struct ice_aqc_dis_txq_item *qg_list;
qg_list = (struct ice_aqc_dis_txq_item *)ice_malloc(hw, qg_size);