Lines Matching defs:rxhdr
3507 struct bwn_rxhdr4 *rxhdr;
3510 rxhdr = mtod(m, struct bwn_rxhdr4 *);
3511 rxhdr->frame_len = 0;
5558 struct bwn_rxhdr4 *rxhdr;
5575 rxhdr = mtod(m, struct bwn_rxhdr4 *);
5576 len = le16toh(rxhdr->frame_len);
5610 macstat = le32toh(rxhdr->ps4.r351.mac_status);
5613 macstat = le32toh(rxhdr->ps4.r598.mac_status);
5627 bwn_rxeof(dr->dr_mac, m, rxhdr);
5663 struct bwn_rxhdr4 rxhdr;
5671 memset(&rxhdr, 0, sizeof(rxhdr));
5703 prq->prq_base + BWN_PIO8_RXDATA, (void *)&rxhdr,
5704 sizeof(rxhdr));
5707 prq->prq_base + BWN_PIO_RXDATA, (void *)&rxhdr,
5708 sizeof(rxhdr));
5710 len = le16toh(rxhdr.frame_len);
5723 macstat = le32toh(rxhdr.ps4.r351.mac_status);
5726 macstat = le32toh(rxhdr.ps4.r598.mac_status);
5774 bwn_rxeof(prq->prq_mac, m, &rxhdr);
5968 const struct bwn_rxhdr4 *rxhdr = _rxhdr;
5981 phystat0 = le16toh(rxhdr->phy_status0);
5987 phystat3 = le16toh(rxhdr->ps3.lp.phy_status3);
5992 macstat = le32toh(rxhdr->ps4.r351.mac_status);
5993 chanstat = le16toh(rxhdr->ps4.r351.channel);
5996 macstat = le32toh(rxhdr->ps4.r598.mac_status);
5997 chanstat = le16toh(rxhdr->ps4.r598.channel);
6049 rssi = bwn_rx_rssi_calc(mac, rxhdr->phy.abg.rssi,
6056 if (rxhdr->phy.n.power0 == 16 || rxhdr->phy.n.power0 == 32)
6057 rssi = max(rxhdr->phy.n.power1, rxhdr->ps2.n.power2);
6059 rssi = max(rxhdr->phy.n.power0, rxhdr->phy.n.power1);
6064 rxhdr->phy.n.power0,
6065 rxhdr->phy.n.power1,
6066 rxhdr->ps2.n.power2);
6082 bwn_rx_radiotap(mac, m, rxhdr, plcp, rate, rssi, noise);
7056 const struct bwn_rxhdr4 *rxhdr, struct bwn_plcp6 *plcp, int rate,
7065 if (htole16(rxhdr->phy_status0) & BWN_RX_PHYST0_SHORTPRMBL)
7079 mt = le16toh(rxhdr->ps4.r351.mac_time);
7082 mt = le16toh(rxhdr->ps4.r598.mac_time);