Home
last modified time | relevance | path

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

/linux/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()
2888 u16 num_max_vports = idpf_get_max_vports(adapter); in idpf_vport_params_buf_alloc() local
2890 adapter->vport_params_reqd = kcalloc(num_max_vports, in idpf_vport_params_buf_alloc()
2896 adapter->vport_params_recvd = kcalloc(num_max_vports, in idpf_vport_params_buf_alloc()
2902 adapter->vport_ids = kcalloc(num_max_vports, sizeof(u32), GFP_KERNEL); in idpf_vport_params_buf_alloc()
2909 adapter->vport_config = kcalloc(num_max_vports, in idpf_vport_params_buf_alloc()
2939 u16 num_max_vports; in idpf_vc_core_init() local
2989 num_max_vports = idpf_get_max_vports(adapter); in idpf_vc_core_init()
2990 adapter->max_vports = num_max_vports; in idpf_vc_core_init()
[all …]