Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_lib.c1088 u16 num_max_q; in idpf_vport_alloc() local
1116 num_max_q = max(max_q->max_txq, max_q->max_rxq); in idpf_vport_alloc()
1117 vport->q_vector_idxs = kcalloc(num_max_q, sizeof(u16), GFP_KERNEL); in idpf_vport_alloc()