Home
last modified time | relevance | path

Searched refs:last_rxerr (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/misc/musycc/
HDmusycc.c181 time_t last_rxerr; member
457 time_uptime - scp->last_recv, time_uptime - scp->last_rxerr); in status_chans()
735 sch->last_rxerr = time_uptime; in musycc_intr0_rx_eom()
738 sch->last_rxerr = time_uptime; in musycc_intr0_rx_eom()
741 sch->last_rxerr = time_uptime; in musycc_intr0_rx_eom()
744 sch->last_rxerr = time_uptime; in musycc_intr0_rx_eom()
747 sch->last_rxerr = time_uptime; in musycc_intr0_rx_eom()
820 sc->chan[ch]->last_rxerr = time_uptime; in musycc_intr0()
/dragonfly/sys/dev/netif/mn/
HDif_mn.c219 time_t last_rxerr; member
416 if (sch->last_rxerr) in ngmn_rcvmsg()
417 pos += ksprintf(r + pos, "%lu s", time_uptime - sch->last_rxerr); in ngmn_rcvmsg()
1145 sch->last_rxerr = time_uptime; in mn_rx_intr()