Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c1047 static int (*dc_infoblock[])(struct net_device *dev, u_char, u_char *) = { variable
1057 #define COMPACT (ARRAY_SIZE(dc_infoblock) - 1)
4440 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21140_infoleaf()
4442 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21140_infoleaf()
4475 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21142_infoleaf()
4477 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21142_infoleaf()
4510 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21143_infoleaf()
4512 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21143_infoleaf()
4541 return dc_infoblock[COMPACT](dev, count, p+COMPACT_LEN); in compact_infoblock()
4543 return dc_infoblock[*(p+COMPACT_LEN+1)](dev, count, p+COMPACT_LEN); in compact_infoblock()
[all …]