Home
last modified time | relevance | path

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

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