Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dbt8xx.h68 u_int fifo_errors; /* count of fifo errors since open */ member
/netbsd-src/sys/dev/pci/bktr/
H A Dbktr_reg.h494 u_int fifo_errors; /* number of fifo capture errors since open */ member
H A Dbktr_core.c1056 bktr->fifo_errors = 0; in video_open()
1481 bktr->fifo_errors = counts->fifo_errors;
1490 counts->fifo_errors = bktr->fifo_errors;
/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_common.h533 unsigned long fifo_errors; /* FIFO over/under-flows */ member
H A Dcxgb_t3_hw.c1644 p->phy.fifo_errors++; in t3_phy_intr_handler()