Searched refs:bstp (Results 1 – 2 of 2) sorted by relevance
159 rge_hw_stats_t *bstp; in rge_m_stat() local164 bstp = rgep->hw_stats; in rge_m_stat()172 *val = RGE_BSWAP_32(bstp->multi_rcv); in rge_m_stat()176 *val = RGE_BSWAP_64(bstp->brdcst_rcv); in rge_m_stat()180 *val = RGE_BSWAP_16(bstp->in_discards); in rge_m_stat()184 *val = RGE_BSWAP_32(bstp->rcv_err); in rge_m_stat()188 *val = RGE_BSWAP_64(bstp->xmt_err); in rge_m_stat()192 *val = RGE_BSWAP_32(bstp->xmt_1col + bstp->xmt_mcol); in rge_m_stat()200 *val = RGE_BSWAP_64(bstp->rcv_ok); in rge_m_stat()208 *val = RGE_BSWAP_64(bstp->xmt_ok); in rge_m_stat()[all …]
198 bge_statistics_t *bstp; in bge_statistics_update() local208 bstp = DMA_VPTR(bgep->statistics); in bge_statistics_update()222 knp->value.ui64 = bstp->a[ksip->index]; in bge_statistics_update()690 bge_statistics_t *bstp; in bge_m_stat() local698 bstp = DMA_VPTR(bgep->statistics); in bge_m_stat()771 *val = bstp->s.ifHCInMulticastPkts; in bge_m_stat()778 *val = bstp->s.ifHCInBroadcastPkts; in bge_m_stat()785 *val = bstp->s.ifHCOutMulticastPkts; in bge_m_stat()792 *val = bstp->s.ifHCOutBroadcastPkts; in bge_m_stat()799 *val = bstp->s.ifInDiscards; in bge_m_stat()[all …]