Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bwn/
H A Dif_bwn.c5568 uint32_t macstat; in bwn_dma_rxeof() local
5618 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() local
5731 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() local
6011 if (macstat & BWN_RX_MAC_FCSERR) in bwn_rxeof()
6015 if (macstat & BWN_RX_MAC_DECERR) in bwn_rxeof()
[all …]