Lines Matching refs:bwn_plcp6
344 static int bwn_plcp_get_ofdmrate(struct bwn_mac *, struct bwn_plcp6 *,
346 static int bwn_plcp_get_cckrate(struct bwn_mac *, struct bwn_plcp6 *);
348 const struct bwn_rxhdr4 *, struct bwn_plcp6 *, int,
3514 sizeof(struct bwn_plcp6) + 2, in bwn_dma_set_redzone()
3517 memset(frame, 0xff, sizeof(struct bwn_plcp6) + 2 /* padding */); in bwn_dma_set_redzone()
5969 struct bwn_plcp6 *plcp; in bwn_rxeof()
6011 if (m->m_pkthdr.len < (sizeof(struct bwn_plcp6) + padding)) { in bwn_rxeof()
6016 plcp = (struct bwn_plcp6 *)(mp + padding); in bwn_rxeof()
6017 m_adj(m, sizeof(struct bwn_plcp6) + padding); in bwn_rxeof()
7002 bwn_plcp_get_ofdmrate(struct bwn_mac *mac, struct bwn_plcp6 *plcp, uint8_t a) in bwn_plcp_get_ofdmrate()
7032 bwn_plcp_get_cckrate(struct bwn_mac *mac, struct bwn_plcp6 *plcp) in bwn_plcp_get_cckrate()
7052 const struct bwn_rxhdr4 *rxhdr, struct bwn_plcp6 *plcp, int rate, in bwn_rx_radiotap()