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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dde4x5.c1048 static int (*dc_infoblock[])(struct net_device *dev, u_char, u_char *) = { variable
1058 #define COMPACT (ARRAY_SIZE(dc_infoblock) - 1)
4460 next_tick = dc_infoblock[COMPACT](dev, count, p);
4462 next_tick = dc_infoblock[*(p+1)](dev, count, p);
4495 next_tick = dc_infoblock[COMPACT](dev, count, p);
4497 next_tick = dc_infoblock[*(p+1)](dev, count, p);
4530 next_tick = dc_infoblock[COMPACT](dev, count, p);
4532 next_tick = dc_infoblock[*(p+1)](dev, count, p);
4561 return dc_infoblock[COMPACT](dev, count, p+COMPACT_LEN);
4563 return dc_infoblock[*(
[all...]

Completed in 69 milliseconds