Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/heci/
H A Dio_heci.c282 dev->me_clients[i].props.max_msg_length; in heci_ioctl_connect_client()
312 client->max_message_length = dev->me_clients[i].props.max_msg_length; in heci_ioctl_connect_client()
706 priv_cb->response_buffer.size = dev->me_clients[i].props.max_msg_length; in heci_start_read()
H A Dheci_data_structures.h405 uint32_t max_msg_length; member
H A Dheci_main.c1101 dev->me_clients[i].props.max_msg_length) || in heci_write()
1170 if (length > dev->me_clients[i].props.max_msg_length || length == 0) { in heci_write()
H A Dheci_init.c1033 ASSERT(dev->me_clients[i].props.max_msg_length == IAMTHIF_MTU); in host_init_iamthif()