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
3061 struct macstat *macstats; in brcms_c_statsupd()3129 memset(wlc->core->macstat_snapshot, 0, sizeof(struct macstat)); in brcms_c_reset()
5569 uint32_t macstat; in bwn_dma_rxeof() local5619 macstat = le32toh(rxhdr->ps4.r351.mac_status); in bwn_dma_rxeof()5622 macstat = le32toh(rxhdr->ps4.r598.mac_status); in bwn_dma_rxeof()5626 if (macstat & BWN_RX_MAC_FCSERR) { in bwn_dma_rxeof()5674 uint32_t ctl32, macstat, v32; in bwn_pio_rxeof() local5732 macstat = le32toh(rxhdr.ps4.r351.mac_status); in bwn_pio_rxeof()5735 macstat = le32toh(rxhdr.ps4.r598.mac_status); in bwn_pio_rxeof()5739 if (macstat & BWN_RX_MAC_FCSERR) { in bwn_pio_rxeof()5746 padding = (macstat & BWN_RX_MAC_PADDING) ? 2 : 0; in bwn_pio_rxeof()5983 uint32_t macstat; in bwn_rxeof() local[all …]
139 offsetof(struct macstat, txallfrm))