Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf.h562 u32 *vport_ids; member
H A Didpf_virtchnl.c119 if (adapter->vport_ids[i] == v_id) in idpf_vid_to_vport()
2880 kfree(adapter->vport_ids); in idpf_vport_params_buf_rel()
2881 adapter->vport_ids = NULL; in idpf_vport_params_buf_rel()
2906 adapter->vport_ids = kcalloc(num_max_vports, sizeof(u32), GFP_KERNEL); in idpf_vport_params_buf_alloc()
2907 if (!adapter->vport_ids) in idpf_vport_params_buf_alloc()
H A Didpf_lib.c1138 adapter->vport_ids[idx] = idpf_get_vport_id(vport); in idpf_vport_alloc()