Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_intr.c148 struct heci_cb_private *priv_cb_pos) in _heci_cmpl() argument
150 if (priv_cb_pos->major_file_operations == HECI_WRITE) { in _heci_cmpl()
151 heci_free_cb_private(priv_cb_pos); in _heci_cmpl()
156 } else if (priv_cb_pos->major_file_operations == HECI_READ && in _heci_cmpl()
159 priv_cb_pos->information); in _heci_cmpl()
173 struct heci_cb_private *priv_cb_pos) in _heci_cmpl_iamthif() argument
178 (void) memcpy(priv_cb_pos->response_buffer.data, in _heci_cmpl_iamthif()
181 list_add_tail(&priv_cb_pos->cb_list, in _heci_cmpl_iamthif()
672 struct heci_cb_private *priv_cb_pos = NULL, *priv_cb_next = NULL; in heci_bh_read_client_message() local
680 list_for_each_entry_safe(priv_cb_pos, priv_cb_next, in heci_bh_read_client_message()
[all …]
H A Dio_heci.c533 struct heci_cb_private *priv_cb_pos = NULL; in find_pthi_read_list_entry() local
539 list_for_each_entry_safe(priv_cb_pos, priv_cb_next, in find_pthi_read_list_entry()
544 priv_cb_pos->file_private; in find_pthi_read_list_entry()
547 (priv_cb_pos->file_object == file)) in find_pthi_read_list_entry()
548 return (priv_cb_pos); in find_pthi_read_list_entry()
834 struct heci_cb_private *priv_cb_pos = NULL; in run_next_iamthif_cmd() local
853 list_for_each_entry_safe(priv_cb_pos, priv_cb_next, in run_next_iamthif_cmd()
857 list_del(&priv_cb_pos->cb_list); in run_next_iamthif_cmd()
859 priv_cb_pos->file_private; in run_next_iamthif_cmd()
863 status = pthi_write(dev, priv_cb_pos); in run_next_iamthif_cmd()
H A Dheci_init.c158 struct heci_cb_private *priv_cb_pos = NULL; in heci_flush_list() local
170 list_for_each_entry_safe(priv_cb_pos, priv_cb_next, in heci_flush_list()
172 if (priv_cb_pos) { in heci_flush_list()
174 priv_cb_pos->file_private; in heci_flush_list()
177 list_del(&priv_cb_pos->cb_list); in heci_flush_list()
372 struct heci_cb_private *priv_cb_pos = NULL; in heci_reset() local
460 list_for_each_entry_safe(priv_cb_pos, priv_cb_next, in heci_reset()
463 if (priv_cb_pos) { in heci_reset()
464 list_del(&priv_cb_pos->cb_list); in heci_reset()
465 heci_free_cb_private(priv_cb_pos); in heci_reset()
H A Dheci_main.c523 struct heci_cb_private *priv_cb_pos = NULL; in heci_clear_list() local
529 list_for_each_entry_safe(priv_cb_pos, priv_cb_next, in heci_clear_list()
531 file_temp = (struct heci_file *)priv_cb_pos->file_object; in heci_clear_list()
535 list_del(&priv_cb_pos->cb_list); in heci_clear_list()
537 if (dev->iamthif_current_cb == priv_cb_pos) { in heci_clear_list()
546 heci_free_cb_private(priv_cb_pos); in heci_clear_list()
780 struct heci_cb_private *priv_cb_pos = NULL; in find_read_list_entry() local
788 list_for_each_entry_safe(priv_cb_pos, in find_read_list_entry()
794 priv_cb_pos->file_private; in find_read_list_entry()
798 return (priv_cb_pos); in find_read_list_entry()
[all …]