Searched refs:macstat (Results 1 – 1 of 1) sorted by relevance
5568 uint32_t macstat; in bwn_dma_rxeof() local5618 macstat = le32toh(rxhdr->ps4.r351.mac_status); in bwn_dma_rxeof()5625 if (macstat & BWN_RX_MAC_FCSERR) { in bwn_dma_rxeof()5673 uint32_t ctl32, macstat, v32; in bwn_pio_rxeof() local5731 macstat = le32toh(rxhdr.ps4.r351.mac_status); in bwn_pio_rxeof()5734 macstat = le32toh(rxhdr.ps4.r598.mac_status); in bwn_pio_rxeof()5738 if (macstat & BWN_RX_MAC_FCSERR) { in bwn_pio_rxeof()5982 uint32_t macstat; in bwn_rxeof() local6011 if (macstat & BWN_RX_MAC_FCSERR) in bwn_rxeof()6015 if (macstat & BWN_RX_MAC_DECERR) in bwn_rxeof()[all …]