Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_interface.c402 struct hbm_flow_control *heci_flow_control; in heci_send_flow_control() local
411 heci_flow_control = (struct hbm_flow_control *)&dev->wr_msg_buf[1]; in heci_send_flow_control()
412 (void) memset(heci_flow_control, 0, sizeof (heci_flow_control)); in heci_send_flow_control()
413 heci_flow_control->host_addr = file_ext->host_client_id; in heci_send_flow_control()
414 heci_flow_control->me_addr = file_ext->me_client_id; in heci_send_flow_control()
415 heci_flow_control->cmd.cmd = HECI_FLOW_CONTROL_CMD; in heci_send_flow_control()
416 (void) memset(heci_flow_control->reserved, 0, in heci_send_flow_control()
417 sizeof (heci_flow_control->reserved)); in heci_send_flow_control()
421 (unsigned char *)heci_flow_control, in heci_send_flow_control()