Searched refs:utopia_update (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/utopia/
H A Dutopia_priv.h43 uint32_t utopia_update(struct utopia *, u_int, u_int, uint32_t);
H A Dsuni.c279 utp->stats.rx_sbip += utopia_update(utp,
281 utp->stats.rx_lbip += utopia_update(utp,
283 utp->stats.rx_lfebe += utopia_update(utp,
285 utp->stats.rx_pbip += utopia_update(utp,
287 utp->stats.rx_pfebe += utopia_update(utp,
289 utp->stats.rx_corr += utopia_update(utp,
291 utp->stats.rx_uncorr += utopia_update(utp,
293 utp->stats.rx_cells += utopia_update(utp,
295 utp->stats.tx_cells += utopia_update(utp,
513 utp->stats.rx_sbip += utopia_update(ut
[all...]
H A Didtphy.c462 utp->stats.rx_sbip += utopia_update(utp,
464 utp->stats.rx_lbip += utopia_update(utp,
466 utp->stats.rx_lfebe += utopia_update(utp,
468 utp->stats.rx_pbip += utopia_update(utp,
470 utp->stats.rx_pfebe += utopia_update(utp,
472 utp->stats.rx_corr += utopia_update(utp,
474 utp->stats.rx_uncorr += utopia_update(utp,
476 utp->stats.rx_cells += utopia_update(utp,
478 utp->stats.tx_cells += utopia_update(utp,
H A Dutopia.c87 utopia_update(struct utopia *utp, u_int reg, u_int nreg, uint32_t mask) function

Completed in 149 milliseconds