Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf_txrx.c1225 int dflt_splitq_txq_grps = 0, dflt_singleq_txqs = 0; in idpf_vport_calc_total_qs() local
1245 dflt_splitq_txq_grps = min_t(int, max_q->max_txq, num_cpus); in idpf_vport_calc_total_qs()
1252 num_txq_grps = num_req_tx_qs ? num_req_tx_qs : dflt_splitq_txq_grps; in idpf_vport_calc_total_qs()