Home
last modified time | relevance | path

Searched refs:fifo_errors (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/dev/bktr/
H A Dioctl_meteor.h63 unsigned long fifo_errors; /* count of fifo errors since open */ member
H A Dbktr_reg.h602 u_long fifo_errors; /* number of fifo capture errors since open */ member
H A Dbktr_core.c1046 bktr->fifo_errors = 0; in video_open()
1495 bktr->fifo_errors = counts->fifo_errors;
1504 counts->fifo_errors = bktr->fifo_errors;
/freebsd-12.1/sys/dev/cxgb/common/
H A Dcxgb_common.h583 unsigned long fifo_errors; /* FIFO over/under-flows */ member
H A Dcxgb_t3_hw.c2227 p->phy.fifo_errors++; in phy_intr_handler()