Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c1834 if ((tl = tp->len) >= (cisdata_t)MIN_LINKTARGET_LENGTH) {
1856 for (i = 0; i < MIN_LINKTARGET_LENGTH; i++) {
2092 uchar_t cb[MIN_LINKTARGET_LENGTH + LINKTARGET_AC_HEADER_LENGTH];
2104 for (tl = 0; tl < MIN_LINKTARGET_LENGTH +
2113 if ((cb[0] == CISTPL_LINKTARGET) && (cb[1] >= MIN_LINKTARGET_LENGTH)) {
2116 for (tl = 0; tl < MIN_LINKTARGET_LENGTH; tl++, ltm++) {
/titanic_44/usr/src/uts/common/pcmcia/sys/
H A Dcis_handlers.h905 #define MIN_LINKTARGET_LENGTH 3 macro