Searched refs:heci_file_private (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/intel/io/heci/ |
H A D | heci.h | 99 struct heci_file_private *heci_alloc_file_private(struct heci_file *file); 101 struct heci_file_private *file_ext); 105 struct heci_file_private *file_ext); 107 struct heci_file_private *file_ext); 124 struct heci_file_private *file_ext, 133 struct heci_file_private *file_ext, int mode); 137 struct heci_file_private *file_ext, int mode); 140 struct heci_file_private *file_ext); 155 void heci_free_file_private(struct heci_file_private *priv);
|
H A D | heci_interface.h | 148 struct heci_file_private *file_ext); 153 struct heci_file_private *file_ext); 156 struct heci_file_private *file_ext); 159 struct heci_file_private *file_ext); 161 struct heci_file_private *file_ext); 163 struct heci_file_private *file_ext);
|
H A D | heci_intr.c | 147 static void _heci_cmpl(struct heci_file_private *file_ext, in _heci_cmpl() 232 struct heci_file_private *file_ext; in heci_bh_process_device() 334 file_ext = (struct heci_file_private *)cb_pos->file_private; in heci_bh_process_device() 367 struct heci_file_private *file_pos = NULL; in heci_bh_read_handler() 368 struct heci_file_private *file_next = NULL; in heci_bh_read_handler() 387 &dev->file_list, link, struct heci_file_private) { in heci_bh_read_handler() 592 struct heci_file_private *file_ext; in heci_bh_read_pthi_message() 619 file_ext = (struct heci_file_private *)priv_cb->file_private; in heci_bh_read_pthi_message() 647 _heci_bh_state_ok(struct heci_file_private *file_ext, in _heci_bh_state_ok() 671 struct heci_file_private *file_ext; in heci_bh_read_client_message() [all …]
|
H A D | heci_init.c | 102 static inline int heci_fe_same_id(struct heci_file_private *fe1, 103 struct heci_file_private *fe2); 132 struct heci_file_private *file_ext) in heci_flush_queues() 155 struct heci_file_private *file_ext) in heci_flush_list() 157 struct heci_file_private *file_ext_tmp; in heci_flush_list() 173 file_ext_tmp = (struct heci_file_private *) in heci_flush_list() 370 struct heci_file_private *file_pos = NULL; in heci_reset() 371 struct heci_file_private *file_next = NULL; in heci_reset() 417 struct heci_file_private) { in heci_reset() 453 struct heci_file_private) { in heci_reset() [all …]
|
H A D | heci_interface.c | 332 struct heci_file_private *file_ext) in flow_ctrl_creds() 367 struct heci_file_private *file_ext) in flow_ctrl_reduce() 399 struct heci_file_private *file_ext) in heci_send_flow_control() 440 struct heci_file_private *file_ext) in other_client_is_connecting() 443 struct heci_file_private *file_pos = NULL; in other_client_is_connecting() 444 struct heci_file_private *file_next = NULL; in other_client_is_connecting() 446 struct heci_file_private) { in other_client_is_connecting() 499 struct heci_file_private *file_ext) in heci_disconnect() 537 struct heci_file_private *file_ext) in heci_connect()
|
H A D | io_heci.c | 68 static inline int heci_fe_same_id(struct heci_file_private *fe1, 69 struct heci_file_private *fe2); 85 struct heci_file_private *file_ext, int mode) in heci_ioctl_get_version() 155 struct heci_file_private *file_ext; in heci_ioctl_connect_client() 156 struct heci_file_private *file_pos = NULL; in heci_ioctl_connect_client() 157 struct heci_file_private *file_next = NULL; in heci_ioctl_connect_client() 266 struct heci_file_private) { in heci_ioctl_connect_client() 277 kmem_free(file_ext, sizeof (struct heci_file_private)); in heci_ioctl_connect_client() 407 struct heci_file_private *file_ext, int mode) in heci_ioctl_wd() 491 struct heci_file_private *file_ext, int mode) in heci_ioctl_bypass_wd() [all …]
|
H A D | heci_main.c | 118 struct heci_file_private *file_ext); 119 static inline int heci_fe_same_id(struct heci_file_private *fe1, 120 struct heci_file_private *fe2); 607 struct heci_file_private *file_ext = NULL; in heci_open() 638 kmem_free(file_ext, sizeof (struct heci_file_private)); in heci_open() 644 kmem_free(file_ext, sizeof (struct heci_file_private)); in heci_open() 686 struct heci_file_private *file_ext; in heci_close() 778 struct heci_file_private *file_ext) in find_read_list_entry() 782 struct heci_file_private *file_ext_list_temp; in find_read_list_entry() 793 file_ext_list_temp = (struct heci_file_private *) in find_read_list_entry() [all …]
|
H A D | heci_data_structures.h | 459 struct heci_file_private { struct 545 struct heci_file_private wd_file_ext; 563 struct heci_file_private iamthif_file_ext;
|