Home
last modified time | relevance | path

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

/NextBSD/sys/dev/bwn/
HDif_bwnvar.h62 ((BWN_ISOLDFMT(mac)) ? (100 + sizeof(struct bwn_plcp6)) : \
63 (104 + sizeof(struct bwn_plcp6)))
677 struct bwn_plcp6 { struct
700 struct bwn_plcp6 rts_plcp_fb; argument
702 struct bwn_plcp6 plcp_fb;
714 struct bwn_plcp6 rts_plcp;
717 struct bwn_plcp6 plcp;
726 struct bwn_plcp6 rts_plcp;
729 struct bwn_plcp6 plcp;
HDif_bwn.c432 static int bwn_plcp_get_ofdmrate(struct bwn_mac *, struct bwn_plcp6 *,
434 static int bwn_plcp_get_cckrate(struct bwn_mac *, struct bwn_plcp6 *);
436 const struct bwn_rxhdr4 *, struct bwn_plcp6 *, int,
4308 sizeof(struct bwn_plcp6) + 2, in bwn_dma_set_redzone()
4311 memset(frame, 0xff, sizeof(struct bwn_plcp6) + 2 /* padding */); in bwn_dma_set_redzone()
9185 struct bwn_plcp6 *plcp; in bwn_rxeof()
9212 if (m->m_pkthdr.len < (sizeof(struct bwn_plcp6) + padding)) { in bwn_rxeof()
9217 plcp = (struct bwn_plcp6 *)(mp + padding); in bwn_rxeof()
9218 m_adj(m, sizeof(struct bwn_plcp6) + padding); in bwn_rxeof()
10115 bwn_plcp_get_ofdmrate(struct bwn_mac *mac, struct bwn_plcp6 *plcp, uint8_t a) in bwn_plcp_get_ofdmrate()
[all …]