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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde4x5.h591 #define COMPACT_LEN 0x04 /* Length */ macro
H A Dde4x5.c4453 p += COMPACT_LEN;
4635 if (*(p+COMPACT_LEN) < 128) {
4636 return dc_infoblock[COMPACT](dev, count, p+COMPACT_LEN);
4638 return dc_infoblock[*(p+COMPACT_LEN+1)](dev, count, p+COMPACT_LEN);

Completed in 149 milliseconds