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

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

Completed in 74 milliseconds