Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_intr.c182 &dev->pthi_read_complete_list.heci_cb.cb_list); in _heci_cmpl_iamthif()
325 list_empty(&complete_list.heci_cb.cb_list)) { in heci_bh_process_device()
333 &complete_list.heci_cb.cb_list, cb_list, struct heci_cb_private) { in heci_bh_process_device()
632 &complete_list->heci_cb.cb_list); in heci_bh_read_pthi_message()
677 !list_empty(&dev->read_list.heci_cb.cb_list))) in heci_bh_read_client_message()
681 &dev->read_list.heci_cb.cb_list, cb_list, struct heci_cb_private) { in heci_bh_read_client_message()
722 &complete_list->heci_cb.cb_list); in heci_bh_read_client_message()
803 &cmpl_list->heci_cb.cb_list); in _heci_bh_close()
810 &dev->ctrl_rd_list.heci_cb.cb_list); in _heci_bh_close()
846 &cmpl_list->heci_cb.cb_list); in _heci_bh_read()
[all …]
H A Dio_heci.c325 &dev->ctrl_rd_list.heci_cb. in heci_ioctl_connect_client()
334 &dev->ctrl_wr_list.heci_cb.cb_list); in heci_ioctl_connect_client()
537 !list_empty(&dev->pthi_read_complete_list.heci_cb.cb_list)) { in find_pthi_read_list_entry()
540 &dev->pthi_read_complete_list.heci_cb.cb_list, cb_list, in find_pthi_read_list_entry()
728 &dev->read_list.heci_cb.cb_list); in heci_start_read()
732 &dev->ctrl_wr_list.heci_cb.cb_list); in heci_start_read()
804 &dev->write_waiting_list.heci_cb.cb_list); in pthi_write()
809 &dev->write_list.heci_cb.cb_list); in pthi_write()
818 &dev->write_list.heci_cb.cb_list); in pthi_write()
850 !list_empty(&dev->pthi_cmd_list.heci_cb.cb_list)) { in run_next_iamthif_cmd()
[all …]
H A Dheci_main.c570 (void) heci_clear_list(dev, file, &dev->pthi_cmd_list.heci_cb.cb_list); in heci_clear_lists()
572 &dev->pthi_read_complete_list.heci_cb.cb_list)) in heci_clear_lists()
575 (void) heci_clear_list(dev, file, &dev->ctrl_rd_list.heci_cb.cb_list); in heci_clear_lists()
577 if (heci_clear_list(dev, file, &dev->ctrl_wr_list.heci_cb.cb_list)) in heci_clear_lists()
581 &dev->write_waiting_list.heci_cb.cb_list)) in heci_clear_lists()
584 if (heci_clear_list(dev, file, &dev->write_list.heci_cb.cb_list)) in heci_clear_lists()
785 !list_empty(&dev->read_list.heci_cb.cb_list)) { in find_read_list_entry()
790 &dev->read_list.heci_cb.cb_list, cb_list, in find_read_list_entry()
1119 if (!list_empty(&dev->pthi_cmd_list.heci_cb.cb_list) || in heci_write()
1124 &dev->pthi_cmd_list.heci_cb.cb_list); in heci_write()
[all …]
H A Dheci_init.c118 LIST_INIT_HEAD(&list->heci_cb.cb_list); in heci_initialize_list()
167 if (list_empty(&list->heci_cb.cb_list)) in heci_flush_list()
171 &list->heci_cb.cb_list, cb_list, struct heci_cb_private) { in heci_flush_list()
459 !list_empty(&dev->write_list.heci_cb.cb_list)) { in heci_reset()
461 &dev->write_list.heci_cb.cb_list, cb_list, in heci_reset()
1113 &dev->ctrl_rd_list.heci_cb.cb_list); in heci_disconnect_host_client()
1123 &dev->ctrl_wr_list.heci_cb.cb_list); in heci_disconnect_host_client()
H A Dheci_data_structures.h314 struct heci_cb_private heci_cb; member