Lines Matching refs:itr
36 struct list_head *itr; in adf_find_vf() local
38 list_for_each(itr, &vfs_table) { in adf_find_vf()
40 list_entry(itr, struct vf_id_map, list); in adf_find_vf()
50 struct list_head *itr; in adf_get_vf_real_id() local
52 list_for_each(itr, &vfs_table) { in adf_get_vf_real_id()
54 list_entry(itr, struct vf_id_map, list); in adf_get_vf_real_id()
100 struct list_head *itr; in adf_devmgr_update_class_index() local
103 list_for_each(itr, &accel_table) { in adf_devmgr_update_class_index()
105 list_entry(itr, struct adf_accel_dev, list); in adf_devmgr_update_class_index()
142 struct list_head *itr; in adf_devmgr_add_dev() local
158 list_for_each(itr, &accel_table) { in adf_devmgr_add_dev()
160 list_entry(itr, struct adf_accel_dev, list); in adf_devmgr_add_dev()
297 struct list_head *itr; in adf_devmgr_pci_to_accel_dev() local
300 list_for_each(itr, &accel_table) { in adf_devmgr_pci_to_accel_dev()
302 list_entry(itr, struct adf_accel_dev, list); in adf_devmgr_pci_to_accel_dev()
316 struct list_head *itr; in adf_devmgr_get_dev_by_id() local
326 list_for_each(itr, &accel_table) { in adf_devmgr_get_dev_by_id()
328 list_entry(itr, struct adf_accel_dev, list); in adf_devmgr_get_dev_by_id()
352 struct list_head *itr; in adf_get_num_dettached_vfs() local
356 list_for_each(itr, &vfs_table) { in adf_get_num_dettached_vfs()
358 list_entry(itr, struct vf_id_map, list); in adf_get_num_dettached_vfs()