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

/opensolaris-onvv-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];
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c74 tstruct->tb_max_node = TLABEL_RANGE - 1;
190 * tlabel. There are a total of TLABEL_RANGE tlabels. The alloc
194 for (index = 0; index < TLABEL_RANGE; index++) {
212 * TLABEL_RANGE since we only have TLABEL_RANGE tlabels.
215 if (last >= TLABEL_RANGE) {
235 * rollover at TLABEL_RANGE since we only have TLABEL_RANGE
239 if (last >= TLABEL_RANGE) {
459 for (index2 = 0; index2 < TLABEL_RANGE; index
[all...]

Completed in 101 milliseconds