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.c5615 macstat = le32toh(rxhdr->ps4.r598.mac_status); in bwn_dma_rxeof()
5728 macstat = le32toh(rxhdr.ps4.r598.mac_status); in bwn_pio_rxeof()
5998 macstat = le32toh(rxhdr->ps4.r598.mac_status); in bwn_rxeof()
5999 chanstat = le16toh(rxhdr->ps4.r598.channel); in bwn_rxeof()
6463 bwn_plcp_genhdr((struct bwn_plcp4 *)(&txhdr->body.r598.plcp), in bwn_set_txhdr()
6541 prot_ptr = txhdr->body.r598.rts_frame; in bwn_set_txhdr()
6568 &txhdr->body.r598.rts_plcp, len, rts_rate); in bwn_set_txhdr()
6586 &txhdr->body.r598.rts_frame; in bwn_set_txhdr()
6621 txhdr->body.r598.cookie = htole16(cookie); in bwn_set_txhdr()
7080 mt = le16toh(rxhdr->ps4.r598.mac_time); in bwn_rx_radiotap()