Home
last modified time | relevance | path

Searched refs:me_client_id (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_interface.c346 if (dev->me_clients[i].client_id == file_ext->me_client_id) { in flow_ctrl_creds()
375 if (dev->me_clients[i].client_id == file_ext->me_client_id) { in flow_ctrl_reduce()
414 heci_flow_control->me_addr = file_ext->me_client_id; in heci_send_flow_control()
419 file_ext->host_client_id, file_ext->me_client_id); in heci_send_flow_control()
449 file_ext->me_client_id == file_pos->me_client_id) in other_client_is_connecting()
470 heci_hdr->me_addr = dev->wd_file_ext.me_client_id; in heci_send_wd()
515 heci_cli_disconnect->me_addr = file_ext->me_client_id; in heci_disconnect()
552 heci_cli_connect->me_addr = file_ext->me_client_id; in heci_connect()
H A Dio_heci.c244 file_ext->me_client_id = in heci_ioctl_connect_client()
271 file_pos->me_client_id); in heci_ioctl_connect_client()
347 file_ext->me_client_id, in heci_ioctl_connect_client()
364 file_ext->state, file_ext->me_client_id, in heci_ioctl_connect_client()
589 dev->iamthif_file_ext.me_client_id) in pthi_read()
592 ASSERT(dev->me_clients[i].client_id == file_ext->me_client_id); in pthi_read()
595 dev->iamthif_file_ext.me_client_id)) { in pthi_read()
692 file_ext->host_client_id, file_ext->me_client_id); in heci_start_read()
695 if (dev->me_clients[i].client_id == file_ext->me_client_id) in heci_start_read()
700 ASSERT(dev->me_clients[i].client_id == file_ext->me_client_id); in heci_start_read()
[all …]
H A Dheci_intr.c391 file_pos->me_client_id); in heci_bh_read_handler()
393 (file_pos->me_client_id == heci_hdr->me_addr)) in heci_bh_read_handler()
596 ASSERT(heci_hdr->me_addr == dev->iamthif_file_ext.me_client_id); in heci_bh_read_pthi_message()
651 (file_ext->me_client_id == heci_hdr->me_addr) && in _heci_bh_state_ok()
716 file_ext->me_client_id, in heci_bh_read_client_message()
929 heci_hdr->me_addr = file_ext->me_client_id; in _heci_bh_cmpl()
963 heci_hdr->me_addr = file_ext->me_client_id; in _heci_bh_cmpl()
1024 heci_hdr->me_addr = file_ext->me_client_id; in _heci_bh_cmpl_iamthif()
1058 heci_hdr->me_addr = file_ext->me_client_id; in _heci_bh_cmpl_iamthif()
1306 (file_ext->me_client_id == rs->me_addr)) { in is_treat_specially_client()
[all …]
H A Dheci_main.c714 file_ext->me_client_id); in heci_close()
722 file_ext->me_client_id); in heci_close()
853 if (file_ext->me_client_id == in heci_read()
1088 dev->iamthif_file_ext.me_client_id) in heci_write()
1092 ASSERT(dev->me_clients[i].client_id == file_ext->me_client_id); in heci_write()
1095 dev->iamthif_file_ext.me_client_id)) { in heci_write()
1151 file_ext->host_client_id, file_ext->me_client_id); in heci_write()
1156 file_ext->me_client_id); in heci_write()
1162 file_ext->me_client_id) in heci_write()
1165 ASSERT(dev->me_clients[i].client_id == file_ext->me_client_id); in heci_write()
[all …]
H A Dheci_init.c869 priv->me_client_id = dev->me_clients[i].client_id; in heci_find_me_client()
1139 file_ext->me_client_id, in heci_disconnect_host_client()
1151 file_ext->me_client_id, in heci_disconnect_host_client()
1183 file_pos->me_client_id); in heci_remove_client_from_file_list()
1202 (fe1->me_client_id == fe2->me_client_id)); in heci_fe_same_id()
H A Dheci_data_structures.h473 uint8_t me_client_id; member