Searched refs:num_txq_grps (Results 1 – 1 of 1) sorted by relevance
1584 u16 num_txq_grps, num_rxq_grps; in idpf_vport_calc_total_qs() local1601 num_txq_grps = num_req_tx_qs ? num_req_tx_qs : dflt_splitq_txq_grps; in idpf_vport_calc_total_qs()1602 vport_msg->num_tx_complq = cpu_to_le16(num_txq_grps * in idpf_vport_calc_total_qs()1604 vport_msg->num_tx_q = cpu_to_le16(num_txq_grps * in idpf_vport_calc_total_qs()1607 num_txq_grps = IDPF_DFLT_SINGLEQ_TX_Q_GROUPS; in idpf_vport_calc_total_qs()1608 num_qs = num_txq_grps * (num_req_tx_qs ? num_req_tx_qs : in idpf_vport_calc_total_qs()