Searched refs:dc_infoblock (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
D | de4x5.c | 1047 static int (*dc_infoblock[])(struct net_device *dev, u_char, u_char *) = { variable 1057 #define COMPACT (ARRAY_SIZE(dc_infoblock) - 1) 4433 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21140_infoleaf() 4435 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21140_infoleaf() 4468 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21142_infoleaf() 4470 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21142_infoleaf() 4503 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21143_infoleaf() 4505 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21143_infoleaf() 4534 return dc_infoblock[COMPACT](dev, count, p+COMPACT_LEN); in compact_infoblock() 4536 return dc_infoblock[*(p+COMPACT_LEN+1)](dev, count, p+COMPACT_LEN); in compact_infoblock() [all …]
|