Searched defs:bstp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_kstats.c159 rge_hw_stats_t *bstp; local
164 bstp = rgep->hw_stats;
172 *val = RGE_BSWAP_32(bstp->multi_rcv);
176 *val = RGE_BSWAP_64(bstp->brdcst_rcv);
180 *val = RGE_BSWAP_16(bstp->in_discards);
184 *val = RGE_BSWAP_32(bstp->rcv_err);
188 *val = RGE_BSWAP_64(bstp->xmt_err);
192 *val = RGE_BSWAP_32(bstp->xmt_1col + bstp->xmt_mcol);
200 *val = RGE_BSWAP_64(bstp
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_kstats.c198 bge_statistics_t *bstp; local
208 bstp = DMA_VPTR(bgep->statistics);
222 knp->value.ui64 = bstp->a[ksip->index];
690 bge_statistics_t *bstp; local
698 bstp = DMA_VPTR(bgep->statistics);
771 *val = bstp->s.ifHCInMulticastPkts;
778 *val = bstp->s.ifHCInBroadcastPkts;
785 *val = bstp->s.ifHCOutMulticastPkts;
792 *val = bstp->s.ifHCOutBroadcastPkts;
799 *val = bstp
[all...]

Completed in 44 milliseconds