Searched refs:dc_infoblock (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/tulip/ |
D | de4x5.c | 1048 static int (*dc_infoblock[])(struct net_device *dev, u_char, u_char *) = { variable 1058 #define COMPACT (ARRAY_SIZE(dc_infoblock) - 1) 4457 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21140_infoleaf() 4459 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21140_infoleaf() 4492 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21142_infoleaf() 4494 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21142_infoleaf() 4527 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21143_infoleaf() 4529 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21143_infoleaf() 4558 return dc_infoblock[COMPACT](dev, count, p+COMPACT_LEN); in compact_infoblock() 4560 return dc_infoblock[*(p+COMPACT_LEN+1)](dev, count, p+COMPACT_LEN); in compact_infoblock() [all …]
|