Searched refs:HECI_MINOR_TO_INSTANCE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_main.c490 instance = HECI_MINOR_TO_INSTANCE(minor);
498 instance = HECI_MINOR_TO_INSTANCE(minor);
623 instance = HECI_MINOR_TO_INSTANCE(minor);
695 instance = HECI_MINOR_TO_INSTANCE(minor);
825 instance = HECI_MINOR_TO_INSTANCE(minor);
988 instance = HECI_MINOR_TO_INSTANCE(minor);
1258 instance = HECI_MINOR_TO_INSTANCE(minor);
1336 instance = HECI_MINOR_TO_INSTANCE(minor);
H A Dheci_data_structures.h136 #define HECI_MINOR_TO_INSTANCE(x) ((x) & 0xFF) macro

Completed in 62 milliseconds