Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dadapter.h335 uint64_t fcs_base; member
H A Dt4_main.c1410 pi->fcs_base = 0; in t4_attach()
11961 pi->fcs_base = t4_read_reg64(sc, pi->fcs_reg); in clear_stats()
12206 pi->fcs_base = t4_read_reg64(sc, pi->fcs_reg); in t4_os_link_changed()
12213 MPASS(pi->fcs_base == 0); in t4_os_link_changed()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c6929 p->rx_fcs_err = t4_read_reg64(adap, pi->fcs_reg) - pi->fcs_base; in t4_get_port_stats()