Searched refs:dc_infoblock (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/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) 4439 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21140_infoleaf() 4441 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21140_infoleaf() 4474 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21142_infoleaf() 4476 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21142_infoleaf() 4509 next_tick = dc_infoblock[COMPACT](dev, count, p); in dc21143_infoleaf() 4511 next_tick = dc_infoblock[*(p+1)](dev, count, p); in dc21143_infoleaf() 4540 return dc_infoblock[COMPACT](dev, count, p+COMPACT_LEN); in compact_infoblock() 4542 return dc_infoblock[*(p+COMPACT_LEN+1)](dev, count, p+COMPACT_LEN); in compact_infoblock() [all …]
|