Searched refs:ESI_LEN (Results 1 - 9 of 9) sorted by relevance

/linux-master/net/atm/
H A Dresources.c250 size = ESI_LEN;
260 for (i = 0; i < ESI_LEN; i++)
269 unsigned char esi[ESI_LEN];
275 if (copy_from_user(esi, buf, ESI_LEN)) {
279 memcpy(dev->esi, esi, ESI_LEN);
280 error = ESI_LEN;
H A Dproc.c58 for (i = 0; i < ESI_LEN; i++)
/linux-master/include/uapi/linux/
H A Datmdev.h16 #define ESI_LEN 6 macro
/linux-master/include/linux/
H A Datmdev.h158 unsigned char esi[ESI_LEN]; /* ESI ("MAC" addr) */
/linux-master/drivers/atm/
H A Dfore200e.h846 unsigned char esi[ ESI_LEN ]; /* end system identifier */
H A Deni.c1608 for (i = 0; i < ESI_LEN && !error && !pci_error; i++) {
1695 for (i = 0; i < ESI_LEN; i++) dev->esi[i] = readb(mac_base+(i^3));
1777 for (i = 0; i < ESI_LEN; i++)
H A Dlanai.c2214 memcpy(atmdev->esi, eeprom_mac(lanai), ESI_LEN);
H A Diphase.c2415 for (i=0; i < ESI_LEN; i++)
H A Dfore200e.c1972 for (i = 0; i < ESI_LEN; i++) {

Completed in 156 milliseconds