Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
Dde4x5.h591 #define COMPACT_LEN 0x04 /* Length */ macro
Dde4x5.c4359 p += COMPACT_LEN; in srom_init()
4537 if (*(p+COMPACT_LEN) < 128) { in compact_infoblock()
4538 return dc_infoblock[COMPACT](dev, count, p+COMPACT_LEN); in compact_infoblock()
4540 return dc_infoblock[*(p+COMPACT_LEN+1)](dev, count, p+COMPACT_LEN); in compact_infoblock()