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

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_data_structures.h549 uint8_t heci_host_clients[32]; /* list of existing clients */ member in struct:iamt_heci_device
H A Dheci_init.c529 (void) memset(dev->heci_host_clients, 0,
530 sizeof (dev->heci_host_clients));
532 dev->heci_host_clients[0] |= 7;
H A Dheci_main.c650 while ((dev->heci_host_clients[dev->current_host_client_id / 8]
665 dev->heci_host_clients[file_ext->host_client_id / 8] |=
725 dev->heci_host_clients[file_ext->host_client_id / 8] &=
H A Dio_heci.c262 dev->heci_host_clients[file_ext->host_client_id / 8] &=

Completed in 64 milliseconds