Lines Matching refs:itr
79 struct list_head *itr; in adf_find_vf() local
81 list_for_each(itr, &vfs_table) { in adf_find_vf()
83 list_entry(itr, struct vf_id_map, list); in adf_find_vf()
93 struct list_head *itr; in adf_get_vf_real_id() local
95 list_for_each(itr, &vfs_table) { in adf_get_vf_real_id()
97 list_entry(itr, struct vf_id_map, list); in adf_get_vf_real_id()
141 struct list_head *itr; in adf_devmgr_update_class_index() local
144 list_for_each(itr, &accel_table) { in adf_devmgr_update_class_index()
146 list_entry(itr, struct adf_accel_dev, list); in adf_devmgr_update_class_index()
170 struct list_head *itr; in adf_devmgr_add_dev() local
186 list_for_each(itr, &accel_table) { in adf_devmgr_add_dev()
188 list_entry(itr, struct adf_accel_dev, list); in adf_devmgr_add_dev()
318 struct list_head *itr; in adf_devmgr_pci_to_accel_dev() local
321 list_for_each(itr, &accel_table) { in adf_devmgr_pci_to_accel_dev()
323 list_entry(itr, struct adf_accel_dev, list); in adf_devmgr_pci_to_accel_dev()
337 struct list_head *itr; in adf_devmgr_get_dev_by_id() local
347 list_for_each(itr, &accel_table) { in adf_devmgr_get_dev_by_id()
349 list_entry(itr, struct adf_accel_dev, list); in adf_devmgr_get_dev_by_id()
373 struct list_head *itr; in adf_get_num_dettached_vfs() local
377 list_for_each(itr, &vfs_table) { in adf_get_num_dettached_vfs()
379 list_entry(itr, struct vf_id_map, list); in adf_get_num_dettached_vfs()