Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_common.c4293 ice_aq_add_lan_txq(struct ice_hw *hw, u8 num_qgrps, in ice_aq_add_lan_txq() argument
4311 if (num_qgrps > ICE_LAN_TXQ_MAX_QGRPS) in ice_aq_add_lan_txq()
4314 for (i = 0, list = qg_list; i < num_qgrps; i++) { in ice_aq_add_lan_txq()
4325 cmd->num_qgrps = num_qgrps; in ice_aq_add_lan_txq()
4343 ice_aq_dis_lan_txq(struct ice_hw *hw, u8 num_qgrps, in ice_aq_dis_lan_txq() argument
4362 if (num_qgrps > ICE_LAN_TXQ_MAX_QGRPS) in ice_aq_dis_lan_txq()
4365 cmd->num_entries = num_qgrps; in ice_aq_dis_lan_txq()
4399 for (i = 0, item = qg_list; i < num_qgrps; i++) { in ice_aq_dis_lan_txq()
5086 u8 num_qgrps, struct ice_aqc_add_tx_qgrp *buf, u16 buf_size, in ice_ena_vsi_txq() argument
5098 if (num_qgrps > 1 || buf->num_txqs > 1) in ice_ena_vsi_txq()
[all …]
H A Dice_common.h291 u8 num_qgrps, struct ice_aqc_add_tx_qgrp *buf, u16 buf_size,
H A Dice_adminq_cmd.h2565 u8 num_qgrps; member