Searched refs:host_client_id (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/intel/io/heci/ |
H A D | heci_init.c | 426 dev->wd_file_ext.host_client_id); in heci_reset() 429 dev->iamthif_file_ext.host_client_id); in heci_reset() 871 priv->host_client_id = client_id; in heci_find_me_client() 930 priv->host_client_id); in heci_connect_me_client() 931 heci_remove_client_from_file_list(dev, priv->host_client_id); in heci_connect_me_client() 943 heci_remove_client_from_file_list(dev, priv->host_client_id); in heci_connect_me_client() 945 priv->host_client_id, priv->state); in heci_connect_me_client() 952 priv->host_client_id); in heci_connect_me_client() 1140 file_ext->host_client_id); in heci_disconnect_host_client() 1152 file_ext->host_client_id); in heci_disconnect_host_client() [all …]
|
H A D | heci_intr.c | 390 file_pos->host_client_id, in heci_bh_read_handler() 392 if ((file_pos->host_client_id == heci_hdr->host_addr) && in heci_bh_read_handler() 416 dev->iamthif_file_ext.host_client_id) && in heci_bh_read_handler() 650 return ((file_ext->host_client_id == heci_hdr->host_addr) && in _heci_bh_state_ok() 715 file_ext->host_client_id, in heci_bh_read_client_message() 928 heci_hdr->host_addr = file_ext->host_client_id; in _heci_bh_cmpl() 962 heci_hdr->host_addr = file_ext->host_client_id; in _heci_bh_cmpl() 1023 heci_hdr->host_addr = file_ext->host_client_id; in _heci_bh_cmpl_iamthif() 1057 heci_hdr->host_addr = file_ext->host_client_id; in _heci_bh_cmpl_iamthif() 1257 file_ext->host_client_id); in heci_bh_write_handler() [all …]
|
H A D | heci_interface.c | 413 heci_flow_control->host_addr = file_ext->host_client_id; in heci_send_flow_control() 419 file_ext->host_client_id, file_ext->me_client_id); in heci_send_flow_control() 469 heci_hdr->host_addr = dev->wd_file_ext.host_client_id; in heci_send_wd() 514 heci_cli_disconnect->host_addr = file_ext->host_client_id; in heci_disconnect() 551 heci_cli_connect->host_addr = file_ext->host_client_id; in heci_connect()
|
H A D | io_heci.c | 262 dev->heci_host_clients[file_ext->host_client_id / 8] &= in heci_ioctl_connect_client() 263 ~(1 << (file_ext->host_client_id % 8)); in heci_ioctl_connect_client() 270 file_pos->host_client_id, in heci_ioctl_connect_client() 348 file_ext->host_client_id); in heci_ioctl_connect_client() 365 file_ext->host_client_id); in heci_ioctl_connect_client() 692 file_ext->host_client_id, file_ext->me_client_id); in heci_start_read() 787 heci_hdr.host_addr = dev->iamthif_file_ext.host_client_id; in pthi_write() 902 return ((fe1->host_client_id == fe2->host_client_id) && in heci_fe_same_id()
|
H A D | heci_main.c | 443 host_client_id); in heci_detach() 445 dev->iamthif_file_ext.host_client_id); in heci_detach() 661 file_ext->host_client_id = dev->current_host_client_id; in heci_open() 665 dev->heci_host_clients[file_ext->host_client_id / 8] |= in heci_open() 666 (1 << (file_ext->host_client_id % 8)); in heci_open() 713 file_ext->host_client_id, in heci_close() 721 file_ext->host_client_id, in heci_close() 725 dev->heci_host_clients[file_ext->host_client_id / 8] &= in heci_close() 726 ~(1 << (file_ext->host_client_id % 8)); in heci_close() 730 file_ext->host_client_id); in heci_close() [all …]
|
H A D | heci.h | 110 uint8_t host_client_id);
|
H A D | heci_data_structures.h | 472 uint8_t host_client_id; member
|