Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_intr.c810 &dev->ctrl_rd_list.heci_cb.cb_list); in _heci_bh_close()
893 &dev->ctrl_rd_list.heci_cb.cb_list); in _heci_bh_ioctl()
1342 if (dev->ctrl_rd_list.status == 0 && in heci_client_connect_response()
1343 !list_empty(&dev->ctrl_rd_list.heci_cb.cb_list)) { in heci_client_connect_response()
1346 &dev->ctrl_rd_list.heci_cb.cb_list, in heci_client_connect_response()
1379 if (dev->ctrl_rd_list.status == 0 && in heci_client_disconnect_response()
1380 !list_empty(&dev->ctrl_rd_list.heci_cb.cb_list)) { in heci_client_disconnect_response()
1383 &dev->ctrl_rd_list.heci_cb.cb_list, in heci_client_disconnect_response()
H A Dheci_init.c234 device->io_list_array[4] = &device->ctrl_rd_list; in init_heci_device()
1113 &dev->ctrl_rd_list.heci_cb.cb_list); in heci_disconnect_host_client()
1156 heci_flush_list(&dev->ctrl_rd_list, file_ext); in heci_disconnect_host_client()
H A Dio_heci.c325 &dev->ctrl_rd_list.heci_cb. in heci_ioctl_connect_client()
377 heci_flush_list(&dev->ctrl_rd_list, file_ext); in heci_ioctl_connect_client()
H A Dheci_data_structures.h498 struct io_heci_list ctrl_rd_list; /* managed read IOCTL list */ member
H A Dheci_main.c575 (void) heci_clear_list(dev, file, &dev->ctrl_rd_list.heci_cb.cb_list); in heci_clear_lists()