Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl.c115 u16 num_max_vports = idpf_get_max_vports(adapter); in idpf_vid_to_vport() local
118 for (i = 0; i < num_max_vports; i++) in idpf_vid_to_vport()
2892 u16 num_max_vports = idpf_get_max_vports(adapter); in idpf_vport_params_buf_alloc() local
2894 adapter->vport_params_reqd = kcalloc(num_max_vports, in idpf_vport_params_buf_alloc()
2900 adapter->vport_params_recvd = kcalloc(num_max_vports, in idpf_vport_params_buf_alloc()
2913 adapter->vport_config = kcalloc(num_max_vports, in idpf_vport_params_buf_alloc()
2943 u16 num_max_vports; in idpf_vc_core_init() local
2993 num_max_vports = idpf_get_max_vports(adapter); in idpf_vc_core_init()
2994 adapter->max_vports = num_max_vports; in idpf_vc_core_init()
2995 adapter->vports = kcalloc(num_max_vports, sizeof(*adapter->vports), in idpf_vc_core_init()
[all …]