Searched refs:macstat (Results 1 – 1 of 1) sorted by relevance
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 …]