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.c5610 macstat = le32toh(rxhdr->ps4.r351.mac_status); in bwn_dma_rxeof()
5723 macstat = le32toh(rxhdr.ps4.r351.mac_status); in bwn_pio_rxeof()
5992 macstat = le32toh(rxhdr->ps4.r351.mac_status); in bwn_rxeof()
5993 chanstat = le16toh(rxhdr->ps4.r351.channel); in bwn_rxeof()
6453 bwn_plcp_genhdr((struct bwn_plcp4 *)(&txhdr->body.r351.plcp), in bwn_set_txhdr()
6533 prot_ptr = txhdr->body.r351.rts_frame; in bwn_set_txhdr()
6558 &txhdr->body.r351.rts_plcp, len, rts_rate); in bwn_set_txhdr()
6576 &txhdr->body.r351.rts_frame; in bwn_set_txhdr()
6613 txhdr->body.r351.cookie = htole16(cookie); in bwn_set_txhdr()
7075 mt = le16toh(rxhdr->ps4.r351.mac_time); in bwn_rx_radiotap()