Searched refs:heci_hdr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_interface.c207 * @heci_hdr: header of message
401 struct heci_msg_hdr *heci_hdr; local
404 heci_hdr = (struct heci_msg_hdr *)&dev->wr_msg_buf[0];
405 heci_hdr->host_addr = 0;
406 heci_hdr->me_addr = 0;
407 heci_hdr->length = sizeof (struct hbm_flow_control);
408 heci_hdr->msg_complete = 1;
409 heci_hdr->reserved = 0;
420 if (!heci_write_message(dev, heci_hdr,
466 struct heci_msg_hdr *heci_hdr; local
501 struct heci_msg_hdr *heci_hdr; local
539 struct heci_msg_hdr *heci_hdr; local
[all...]
H A Dheci_intr.c78 struct heci_msg_hdr *heci_hdr);
81 struct heci_msg_hdr *heci_hdr);
84 struct heci_msg_hdr *heci_hdr);
365 struct heci_msg_hdr *heci_hdr; local
376 heci_hdr = (struct heci_msg_hdr *)&dev->rd_msg_hdr;
377 DBG("heci_hdr->length =%d\n", heci_hdr->length);
379 if ((heci_hdr->reserved) || !(dev->rd_msg_hdr)) {
385 if ((heci_hdr->host_addr) || (heci_hdr
457 heci_bh_read_bus_message(struct iamt_heci_device *dev, struct heci_msg_hdr *heci_hdr) argument
588 heci_bh_read_pthi_message(struct io_heci_list *complete_list, struct iamt_heci_device *dev, struct heci_msg_hdr *heci_hdr) argument
647 _heci_bh_state_ok(struct heci_file_private *file_ext, struct heci_msg_hdr *heci_hdr) argument
667 heci_bh_read_client_message(struct io_heci_list *complete_list, struct iamt_heci_device *dev, struct heci_msg_hdr *heci_hdr) argument
922 struct heci_msg_hdr *heci_hdr; local
1015 struct heci_msg_hdr *heci_hdr; local
1524 struct heci_msg_hdr *heci_hdr; local
[all...]
H A Dheci_init.c568 struct heci_msg_hdr *heci_hdr; local
576 heci_hdr = (struct heci_msg_hdr *)&dev->wr_msg_buf[0];
577 heci_hdr->host_addr = 0;
578 heci_hdr->me_addr = 0;
579 heci_hdr->length = sizeof (struct hbm_host_version_request);
580 heci_hdr->msg_complete = 1;
581 heci_hdr->reserved = 0;
591 if (!heci_write_message(dev, heci_hdr,
593 heci_hdr->length)) {
614 heci_hdr
650 struct heci_msg_hdr *heci_hdr; local
717 struct heci_msg_hdr *heci_hdr; local
[all...]
H A Dio_heci.c756 struct heci_msg_hdr heci_hdr; local
778 heci_hdr.length =
781 heci_hdr.msg_complete = 0;
783 heci_hdr.length = priv_cb->request_buffer.size;
784 heci_hdr.msg_complete = 1;
787 heci_hdr.host_addr = dev->iamthif_file_ext.host_client_id;
788 heci_hdr.me_addr = dev->iamthif_file_ext.me_client_id;
789 heci_hdr.reserved = 0;
790 dev->iamthif_msg_buf_index += heci_hdr.length;
791 if (!heci_write_message(dev, &heci_hdr,
[all...]
H A Dheci_main.c978 struct heci_msg_hdr heci_hdr; local
1182 heci_hdr.length =
1186 heci_hdr.msg_complete = 0;
1188 heci_hdr.length = (uint32_t)length;
1189 heci_hdr.msg_complete = 1;
1191 heci_hdr.host_addr = file_ext->host_client_id;
1192 heci_hdr.me_addr = file_ext->me_client_id;
1193 heci_hdr.reserved = 0;
1195 *((uint32_t *)(void *)&heci_hdr));
1197 if (!heci_write_message(dev, &heci_hdr,
[all...]

Completed in 83 milliseconds