Home
last modified time | relevance | path

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

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