dc_infoblock 1047 drivers/net/ethernet/dec/tulip/de4x5.c static int (*dc_infoblock[])(struct net_device *dev, u_char, u_char *) = { dc_infoblock 1057 drivers/net/ethernet/dec/tulip/de4x5.c #define COMPACT (ARRAY_SIZE(dc_infoblock) - 1) dc_infoblock 4439 drivers/net/ethernet/dec/tulip/de4x5.c next_tick = dc_infoblock[COMPACT](dev, count, p); dc_infoblock 4441 drivers/net/ethernet/dec/tulip/de4x5.c next_tick = dc_infoblock[*(p+1)](dev, count, p); dc_infoblock 4474 drivers/net/ethernet/dec/tulip/de4x5.c next_tick = dc_infoblock[COMPACT](dev, count, p); dc_infoblock 4476 drivers/net/ethernet/dec/tulip/de4x5.c next_tick = dc_infoblock[*(p+1)](dev, count, p); dc_infoblock 4509 drivers/net/ethernet/dec/tulip/de4x5.c next_tick = dc_infoblock[COMPACT](dev, count, p); dc_infoblock 4511 drivers/net/ethernet/dec/tulip/de4x5.c next_tick = dc_infoblock[*(p+1)](dev, count, p); dc_infoblock 4540 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[COMPACT](dev, count, p+COMPACT_LEN); dc_infoblock 4542 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[*(p+COMPACT_LEN+1)](dev, count, p+COMPACT_LEN); dc_infoblock 4580 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[COMPACT](dev, count, p+len); dc_infoblock 4582 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[*(p+len+1)](dev, count, p+len); dc_infoblock 4620 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[COMPACT](dev, count, p+len); dc_infoblock 4622 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[*(p+len+1)](dev, count, p+len); dc_infoblock 4659 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[COMPACT](dev, count, p+len); dc_infoblock 4661 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[*(p+len+1)](dev, count, p+len); dc_infoblock 4700 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[COMPACT](dev, count, p+len); dc_infoblock 4702 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[*(p+len+1)](dev, count, p+len); dc_infoblock 4742 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[COMPACT](dev, count, p+len); dc_infoblock 4744 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[*(p+len+1)](dev, count, p+len); dc_infoblock 4787 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[COMPACT](dev, count, p+len); dc_infoblock 4789 drivers/net/ethernet/dec/tulip/de4x5.c return dc_infoblock[*(p+len+1)](dev, count, p+len);