Searched refs:ti_stats (Results 1 – 3 of 3) sorted by relevance
74 struct ti_stats { struct316 #define TIIOCGETSTATS _IOR('T', 1, struct ti_stats)
552 struct ti_stats ti_stats; member
2220 bzero(&sc->ti_rdata.ti_info->ti_stats, sizeof(struct ti_stats)); in ti_gibinit()2222 sc->ti_rdata.ti_info_paddr + offsetof(struct ti_gib, ti_stats)); in ti_gibinit()3005 struct ti_stats *s; in ti_get_counter()3009 s = &sc->ti_rdata.ti_info->ti_stats; in ti_get_counter()3642 struct ti_stats *outstats; in ti_ioctl2()3644 outstats = (struct ti_stats *)addr; in ti_ioctl2()3649 bcopy(&sc->ti_rdata.ti_info->ti_stats, outstats, in ti_ioctl2()3650 sizeof(struct ti_stats)); in ti_ioctl2()