Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf_lib.c988 adapter->num_alloc_vports--; in idpf_vport_rel()
1125 vport->default_vport = adapter->num_alloc_vports < in idpf_vport_alloc()
1156 adapter->num_alloc_vports++; in idpf_vport_alloc()
1475 if (adapter->num_alloc_vports < num_default_vports) in idpf_init_task()
1531 if (adapter->num_alloc_vports < num_default_vports) { in idpf_init_task()
Didpf.h564 u16 num_alloc_vports; member
Didpf_virtchnl.c934 if (adapter->num_alloc_vports < default_vports) { in idpf_vport_alloc_max_qs()