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.c22 u16 num_max_vports = idpf_get_max_vports(adapter); in idpf_vid_to_vport() local
25 for (i = 0; i < num_max_vports; i++) in idpf_vid_to_vport()
2988 u16 num_max_vports = idpf_get_max_vports(adapter); in idpf_vport_params_buf_alloc() local
2991 num_max_vports); in idpf_vport_params_buf_alloc()
2995 adapter->vport_ids = kcalloc(num_max_vports, sizeof(u32), GFP_KERNEL); in idpf_vport_params_buf_alloc()
3003 num_max_vports); in idpf_vport_params_buf_alloc()
3031 u16 num_max_vports; in idpf_vc_core_init() local
3089 num_max_vports = idpf_get_max_vports(adapter); in idpf_vc_core_init()
3090 adapter->vports = kzalloc_objs(*adapter->vports, num_max_vports); in idpf_vc_core_init()
3098 num_max_vports); in idpf_vc_core_init()
[all …]