Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cxgbe/
H A Dadapter.h337 uint64_t fcs_base; member
H A Dt4_main.c1348 pi->fcs_base = 0; in t4_attach()
11981 pi->fcs_base = t4_read_reg64(sc, pi->fcs_reg); in clear_stats()
12218 pi->fcs_base = t4_read_reg64(sc, pi->fcs_reg); in t4_os_link_changed()
12225 MPASS(pi->fcs_base == 0); in t4_os_link_changed()
/freebsd-13.1/sys/dev/cxgbe/common/
H A Dt4_hw.c7001 p->rx_fcs_err = t4_read_reg64(adap, pi->fcs_reg) - pi->fcs_base; in t4_get_port_stats()