Searched refs:num_txq_grps (Results 1 – 1 of 1) sorted by relevance
1229 u16 num_txq_grps, num_rxq_grps; in idpf_vport_calc_total_qs() local1252 num_txq_grps = num_req_tx_qs ? num_req_tx_qs : dflt_splitq_txq_grps; in idpf_vport_calc_total_qs()1253 vport_msg->num_tx_complq = cpu_to_le16(num_txq_grps * in idpf_vport_calc_total_qs()1255 vport_msg->num_tx_q = cpu_to_le16(num_txq_grps * in idpf_vport_calc_total_qs()1258 num_txq_grps = IDPF_DFLT_SINGLEQ_TX_Q_GROUPS; in idpf_vport_calc_total_qs()1259 num_qs = num_txq_grps * (num_req_tx_qs ? num_req_tx_qs : in idpf_vport_calc_total_qs()