Home
last modified time | relevance | path

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

/trueos/sys/dev/utopia/
HDsuni.c279 utp->stats.rx_sbip += utopia_update(utp, in suni_lite_update_stats()
281 utp->stats.rx_lbip += utopia_update(utp, in suni_lite_update_stats()
283 utp->stats.rx_lfebe += utopia_update(utp, in suni_lite_update_stats()
285 utp->stats.rx_pbip += utopia_update(utp, in suni_lite_update_stats()
287 utp->stats.rx_pfebe += utopia_update(utp, in suni_lite_update_stats()
289 utp->stats.rx_corr += utopia_update(utp, in suni_lite_update_stats()
291 utp->stats.rx_uncorr += utopia_update(utp, in suni_lite_update_stats()
293 utp->stats.rx_cells += utopia_update(utp, in suni_lite_update_stats()
295 utp->stats.tx_cells += utopia_update(utp, in suni_lite_update_stats()
513 utp->stats.rx_sbip += utopia_update(utp, in suni_622_update_stats()
[all …]
HDidtphy.c462 utp->stats.rx_sbip += utopia_update(utp, in idt77155_update_stats()
464 utp->stats.rx_lbip += utopia_update(utp, in idt77155_update_stats()
466 utp->stats.rx_lfebe += utopia_update(utp, in idt77155_update_stats()
468 utp->stats.rx_pbip += utopia_update(utp, in idt77155_update_stats()
470 utp->stats.rx_pfebe += utopia_update(utp, in idt77155_update_stats()
472 utp->stats.rx_corr += utopia_update(utp, in idt77155_update_stats()
474 utp->stats.rx_uncorr += utopia_update(utp, in idt77155_update_stats()
476 utp->stats.rx_cells += utopia_update(utp, in idt77155_update_stats()
478 utp->stats.tx_cells += utopia_update(utp, in idt77155_update_stats()
HDutopia_priv.h43 uint32_t utopia_update(struct utopia *, u_int, u_int, uint32_t);
HDutopia.c87 utopia_update(struct utopia *utp, u_int reg, u_int nreg, uint32_t mask) in utopia_update() function