Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_init.c122 struct list_head *list_itr; in adf_dev_init() local
178 list_for_each(list_itr, &service_table) { in adf_dev_init()
179 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()
190 list_for_each(list_itr, &service_table) { in adf_dev_init()
191 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_init()
222 struct list_head *list_itr; in adf_dev_start() local
232 list_for_each(list_itr, &service_table) { in adf_dev_start()
233 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()
244 list_for_each(list_itr, &service_table) { in adf_dev_start()
245 service = list_entry(list_itr, struct service_hndl, list); in adf_dev_start()
[all …]