Home
last modified time | relevance | path

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

/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h296 } __packed r598; member
813 } __packed r598; member
H A Dif_bwn.c5613 macstat = le32toh(rxhdr->ps4.r598.mac_status); in bwn_dma_rxeof()
5726 macstat = le32toh(rxhdr.ps4.r598.mac_status); in bwn_pio_rxeof()
5996 macstat = le32toh(rxhdr->ps4.r598.mac_status); in bwn_rxeof()
5997 chanstat = le16toh(rxhdr->ps4.r598.channel); in bwn_rxeof()
6461 bwn_plcp_genhdr((struct bwn_plcp4 *)(&txhdr->body.r598.plcp), in bwn_set_txhdr()
6539 prot_ptr = txhdr->body.r598.rts_frame; in bwn_set_txhdr()
6566 &txhdr->body.r598.rts_plcp, len, rts_rate); in bwn_set_txhdr()
6584 &txhdr->body.r598.rts_frame; in bwn_set_txhdr()
6619 txhdr->body.r598.cookie = htole16(cookie); in bwn_set_txhdr()
7078 mt = le16toh(rxhdr->ps4.r598.mac_time); in bwn_rx_radiotap()