Searched refs:macstat (Results 1 – 7 of 7) sorted by relevance
97 struct macstat stats; in brcms_debugfs_macstat_read()
243 struct macstat *macstat_snapshot; /* mac hw prev read values */
364 offsetof(struct macstat, txfunfl[fid])); in brcms_c_ffpld_check_txfunfl()
1677 struct macstat { struct
3062 struct macstat *macstats; in brcms_c_statsupd()3130 memset(wlc->core->macstat_snapshot, 0, sizeof(struct macstat)); in brcms_c_reset()
5562 uint32_t macstat; in bwn_dma_rxeof() local5612 macstat = le32toh(rxhdr->ps4.r351.mac_status); in bwn_dma_rxeof()5615 macstat = le32toh(rxhdr->ps4.r598.mac_status); in bwn_dma_rxeof()5619 if (macstat & BWN_RX_MAC_FCSERR) { in bwn_dma_rxeof()5667 uint32_t ctl32, macstat, v32; in bwn_pio_rxeof() local5725 macstat = le32toh(rxhdr.ps4.r351.mac_status); in bwn_pio_rxeof()5728 macstat = le32toh(rxhdr.ps4.r598.mac_status); in bwn_pio_rxeof()5732 if (macstat & BWN_RX_MAC_FCSERR) { in bwn_pio_rxeof()5739 padding = (macstat & BWN_RX_MAC_PADDING) ? 2 : 0; in bwn_pio_rxeof()5976 uint32_t macstat; in bwn_rxeof() local[all …]
139 offsetof(struct macstat, txallfrm))