Home
last modified time | relevance | path

Searched refs:macstat (Results 1 – 7 of 7) sorted by relevance

/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/
H A Ddebug.c97 struct macstat stats; in brcms_debugfs_macstat_read()
H A Dmain.h243 struct macstat *macstat_snapshot; /* mac hw prev read values */
H A Dampdu.c364 offsetof(struct macstat, txfunfl[fid])); in brcms_c_ffpld_check_txfunfl()
H A Dd11.h1677 struct macstat { struct
H A Dmain.c3062 struct macstat *macstats; in brcms_c_statsupd()
3130 memset(wlc->core->macstat_snapshot, 0, sizeof(struct macstat)); in brcms_c_reset()
/src/sys/dev/bwn/
H A Dif_bwn.c5562 uint32_t macstat; in bwn_dma_rxeof() local
5612 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() local
5725 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 …]
/src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c139 offsetof(struct macstat, txallfrm))