Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_idc.c298 for (i = 0; i < adapter->num_alloc_vports; i++) { in idpf_idc_vport_dev_up()
322 for (i = 0; i < adapter->num_alloc_vports; i++) { in idpf_idc_vport_dev_down()
H A Didpf_lib.c1116 adapter->num_alloc_vports--; in idpf_vport_rel()
1277 vport->default_vport = adapter->num_alloc_vports < in idpf_vport_alloc()
1313 adapter->num_alloc_vports++; in idpf_vport_alloc()
1659 if (adapter->num_alloc_vports < num_default_vports) in idpf_init_task()
1705 if (adapter->num_alloc_vports < num_default_vports) { in idpf_init_task()
H A Didpf.h709 u16 num_alloc_vports; member
H A Didpf_virtchnl.c1202 if (adapter->num_alloc_vports >= default_vports) { in idpf_vport_alloc_max_qs()