Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwn.c5978 uint16_t phytype, phystat0, phystat3, chanstat; in bwn_rxeof() local
5983 phystat0 = le16toh(rxhdr->phy_status0); in bwn_rxeof()
6007 if (phystat0 & (BWN_RX_PHYST0_PLCPHCF | BWN_RX_PHYST0_PLCPFV)) in bwn_rxeof()
6034 if (phystat0 & BWN_RX_PHYST0_OFDM) in bwn_rxeof()
6052 !! (phystat0 & BWN_RX_PHYST0_OFDM), in bwn_rxeof()
6053 !! (phystat0 & BWN_RX_PHYST0_GAINCTL), in bwn_rxeof()