Searched refs:dc_infoblock (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/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) 4437 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21140_infoleaf() 4439 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21140_infoleaf() 4472 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21142_infoleaf() 4474 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21142_infoleaf() 4507 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21143_infoleaf() 4509 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21143_infoleaf() 4538 return dc_infoblock[COMPACT](dev, count, p+COMPACT_LEN); in compact_infoblock() 4540 return dc_infoblock[*(p+COMPACT_LEN+1)](dev, count, p+COMPACT_LEN); in compact_infoblock() [all …]
|