Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtiio.h74 struct ti_stats { struct
316 #define TIIOCGETSTATS _IOR('T', 1, struct ti_stats)
/freebsd/sys/dev/ti/
H A Dif_tireg.h552 struct ti_stats ti_stats; member
H A Dif_ti.c2220 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()