Home
last modified time | relevance | path

Searched refs:ext_msg_buf (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_intr.c553 heci_hdr = (struct heci_msg_hdr *)&dev->ext_msg_buf[0]; in heci_bh_read_bus_message()
560 (struct hbm_host_stop_request *)&dev->ext_msg_buf[1]; in heci_bh_read_bus_message()
1157 (struct heci_msg_hdr *)&dev->ext_msg_buf[0], in heci_bh_write_handler()
1158 (unsigned char *)&dev->ext_msg_buf[1], in heci_bh_write_handler()
1546 (struct heci_msg_hdr *)&dev->ext_msg_buf[0]; in heci_client_disconnect_request()
1556 &dev->ext_msg_buf[1]; in heci_client_disconnect_request()
H A Dheci_data_structures.h539 uint32_t ext_msg_buf[8]; /* for control responses */ member