Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h289 } __packed r351; member
786 } __packed r351; member
H A Dif_bwn.c5612 macstat = le32toh(rxhdr->ps4.r351.mac_status); in bwn_dma_rxeof()
5725 macstat = le32toh(rxhdr.ps4.r351.mac_status); in bwn_pio_rxeof()
5994 macstat = le32toh(rxhdr->ps4.r351.mac_status); in bwn_rxeof()
5995 chanstat = le16toh(rxhdr->ps4.r351.channel); in bwn_rxeof()
6455 bwn_plcp_genhdr((struct bwn_plcp4 *)(&txhdr->body.r351.plcp), in bwn_set_txhdr()
6535 prot_ptr = txhdr->body.r351.rts_frame; in bwn_set_txhdr()
6560 &txhdr->body.r351.rts_plcp, len, rts_rate); in bwn_set_txhdr()
6578 &txhdr->body.r351.rts_frame; in bwn_set_txhdr()
6615 txhdr->body.r351.cookie = htole16(cookie); in bwn_set_txhdr()
7077 mt = le16toh(rxhdr->ps4.r351.mac_time); in bwn_rx_radiotap()