Searched refs:rl_stats (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/rl/ |
H A D | if_rlreg.h | 737 struct rl_stats { struct 850 struct rl_stats *rl_stats; member
|
/freebsd/sys/dev/re/ |
H A D | if_re.c | 1179 sizeof(struct rl_stats), 1, sizeof(struct rl_stats), 0, NULL, NULL, in re_allocmem() 1187 (void **)&sc->rl_ldata.rl_stats, in re_allocmem() 1198 sc->rl_ldata.rl_stats, sizeof(struct rl_stats), re_dma_map_addr, in re_allocmem() 1905 if (sc->rl_ldata.rl_stats) in re_detach() 1907 sc->rl_ldata.rl_stats, sc->rl_ldata.rl_smap); in re_detach() 4003 struct rl_stats *stats; in re_sysctl_stats() 4042 stats = sc->rl_ldata.rl_stats; in re_sysctl_stats()
|