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

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_interface.c323 * flow_ctrl_creds - check flow_control credentials.
328 * @return 1 if flow_ctrl_creds >0, 0 - otherwise.
331 flow_ctrl_creds(struct iamt_heci_device *dev, function
342 if (file_ext->flow_ctrl_creds > 0)
347 if (dev->me_clients[i].flow_ctrl_creds > 0) {
377 ASSERT(dev->me_clients[i].flow_ctrl_creds > 0);
378 dev->me_clients[i].flow_ctrl_creds--;
380 ASSERT(file_ext->flow_ctrl_creds > 0);
381 file_ext->flow_ctrl_creds--;
H A Dheci_interface.h147 int flow_ctrl_creds(struct iamt_heci_device *dev,
H A Dheci_data_structures.h454 uint8_t flow_ctrl_creds; member in struct:heci_me_client
474 uint8_t flow_ctrl_creds; member in struct:heci_file_private
H A Dheci_intr.c1167 flow_ctrl_creds(dev, &dev->wd_file_ext)) {
1253 if (!flow_ctrl_creds(dev, file_ext)) {
1268 if (!flow_ctrl_creds(dev, file_ext)) {
1446 client->flow_ctrl_creds++;
1450 client->flow_ctrl_creds);
1489 file_pos->flow_ctrl_creds++;
1491 file_pos->flow_ctrl_creds);
1596 flow_ctrl_creds(dev, &dev->wd_file_ext)) {
H A Dheci_main.c398 flow_ctrl_creds(dev, &dev->wd_file_ext)) {
1176 if (flow_ctrl_creds(dev, file_ext) &&
1466 flow_ctrl_creds(device, &device->wd_file_ext)) {
H A Dheci_init.c419 file_pos->flow_ctrl_creds = 0;
802 client->flow_ctrl_creds = 0;
H A Dio_heci.c772 if (flow_ctrl_creds(dev, &dev->iamthif_file_ext) &&

Completed in 88 milliseconds