Home
last modified time | relevance | path

Searched refs:HECI_MAX_OPEN_HANDLE_COUNT (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/intel/io/heci/
H A Dheci_data_structures.h139 #define HECI_MAX_OPEN_HANDLE_COUNT 253 macro
H A Dheci_main.c642 if (dev->open_handle_count >= HECI_MAX_OPEN_HANDLE_COUNT) { in heci_open()
654 dev->current_host_client_id %= HECI_MAX_OPEN_HANDLE_COUNT; in heci_open()