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

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_init.c718 struct hbm_props_request *host_cli_req; local
730 host_cli_req = (struct hbm_props_request *)&dev->wr_msg_buf[1];
731 (void) memset(host_cli_req, 0, sizeof (struct hbm_props_request));
732 host_cli_req->cmd.cmd = HOST_CLIENT_PROPERTEIS_REQ_CMD;
733 host_cli_req->address = client->client_id;
735 (unsigned char *)(host_cli_req), heci_hdr->length)) {

Completed in 45 milliseconds