Searched refs:num_max_vports (Results 1 – 1 of 1) sorted by relevance
35 u16 num_max_vports = idpf_get_max_vports(adapter); in idpf_vid_to_vport() local38 for (i = 0; i < num_max_vports; i++) in idpf_vid_to_vport()3359 u16 num_max_vports = idpf_get_max_vports(adapter); in idpf_vport_params_buf_alloc() local3361 adapter->vport_params_reqd = kcalloc(num_max_vports, in idpf_vport_params_buf_alloc()3367 adapter->vport_params_recvd = kcalloc(num_max_vports, in idpf_vport_params_buf_alloc()3373 adapter->vport_ids = kcalloc(num_max_vports, sizeof(u32), GFP_KERNEL); in idpf_vport_params_buf_alloc()3380 adapter->vport_config = kcalloc(num_max_vports, in idpf_vport_params_buf_alloc()3410 u16 num_max_vports; in idpf_vc_core_init() local3484 num_max_vports = idpf_get_max_vports(adapter); in idpf_vc_core_init()3485 adapter->max_vports = num_max_vports; in idpf_vc_core_init()[all …]