Searched refs:vf_id_map (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
H A D | adf_dev_mgr.c | 14 struct vf_id_map { struct 34 static struct vf_id_map *adf_find_vf(u32 bdf) in adf_find_vf() 39 struct vf_id_map *ptr = in adf_find_vf() 40 list_entry(itr, struct vf_id_map, list); in adf_find_vf() 53 struct vf_id_map *ptr = in adf_get_vf_real_id() 54 list_entry(itr, struct vf_id_map, list); in adf_get_vf_real_id() 70 struct vf_id_map *map; in adf_clean_vf_map() 75 map = list_entry(ptr, struct vf_id_map, list); in adf_clean_vf_map() 156 struct vf_id_map *map; in adf_devmgr_add_dev() 187 struct vf_id_map *ma in adf_devmgr_add_dev() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_dev_mgr.c | 14 struct vf_id_map { struct 34 static struct vf_id_map *adf_find_vf(u32 bdf) in adf_find_vf() 39 struct vf_id_map *ptr = in adf_find_vf() 40 list_entry(itr, struct vf_id_map, list); in adf_find_vf() 53 struct vf_id_map *ptr = in adf_get_vf_real_id() 54 list_entry(itr, struct vf_id_map, list); in adf_get_vf_real_id() 70 struct vf_id_map *map; in adf_clean_vf_map() 75 map = list_entry(ptr, struct vf_id_map, list); in adf_clean_vf_map() 156 struct vf_id_map *map; in adf_devmgr_add_dev() 187 struct vf_id_map *ma in adf_devmgr_add_dev() [all...] |
Completed in 2 milliseconds