Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf.h702 u32 *vport_ids; member
H A Didpf_virtchnl.c39 if (adapter->vport_ids[i] == v_id) in idpf_vid_to_vport()
3423 kfree(adapter->vport_ids); in idpf_vport_params_buf_rel()
3424 adapter->vport_ids = NULL; in idpf_vport_params_buf_rel()
3447 adapter->vport_ids = kcalloc(num_max_vports, sizeof(u32), GFP_KERNEL); in idpf_vport_params_buf_alloc()
3448 if (!adapter->vport_ids) in idpf_vport_params_buf_alloc()
H A Didpf_lib.c1311 adapter->vport_ids[idx] = idpf_get_vport_id(vport); in idpf_vport_alloc()