Searched defs:TLABEL_RANGE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_tlabel.h50 * TLABEL_RANGE specifies the number of tlabels that will be allocated for a
52 * (TLABEL_RANGE - 1).
54 * e.g. if TLABEL_RANGE was set to 4, each node could have at most 4 outstanding
58 * NOTE: the maximum value of TLABEL_RANGE is 64.
60 #define TLABEL_RANGE 64 macro
72 * 0 - (TLABEL_RANGE - 1)
134 void *tb_lookup[IEEE1394_MAX_NODES][TLABEL_RANGE];

Completed in 57 milliseconds