Searched defs:flow_ctrl_creds (Results 1 - 2 of 2) 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_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

Completed in 60 milliseconds