Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_intr.c231 struct heci_cb_private *cb_pos = NULL, *cb_next = NULL; in heci_bh_process_device() local
332 list_for_each_entry_safe(cb_pos, cb_next, in heci_bh_process_device()
334 file_ext = (struct heci_file_private *)cb_pos->file_private; in heci_bh_process_device()
335 list_del(&cb_pos->cb_list); in heci_bh_process_device()
339 _heci_cmpl(file_ext, cb_pos); in heci_bh_process_device()
340 cb_pos = NULL; in heci_bh_process_device()
342 _heci_cmpl_iamthif(dev, cb_pos); in heci_bh_process_device()