Searched refs:bwi_rxbuf_hdr (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dbwirf.h96 bwi_rf_calc_rssi(struct bwi_mac *_mac, const struct bwi_rxbuf_hdr *_hdr)
H A Dif_bwivar.h148 struct bwi_rxbuf_hdr { struct
150 uint16_t rxh_buflen; /* exclude bwi_rxbuf_hdr */
424 const struct bwi_rxbuf_hdr *);
H A Dbwirf.c139 const struct bwi_rxbuf_hdr *);
141 const struct bwi_rxbuf_hdr *);
143 const struct bwi_rxbuf_hdr *);
2409 bwi_rf_calc_rssi_bcm2050(struct bwi_mac *mac, const struct bwi_rxbuf_hdr *hdr)
2479 bwi_rf_calc_rssi_bcm2053(struct bwi_mac *mac, const struct bwi_rxbuf_hdr *hdr)
2495 bwi_rf_calc_rssi_bcm2060(struct bwi_mac *mac, const struct bwi_rxbuf_hdr *hdr)
H A Dif_bwi.c124 static int bwi_calc_rssi(struct bwi_softc *, const struct bwi_rxbuf_hdr *);
128 struct bwi_rxbuf_hdr *, const void *, int, int, int);
2402 sizeof(struct bwi_rxbuf_hdr), BWI_RX_NDESC);
2502 struct bwi_rxbuf_hdr *hdr;
2559 hdr = mtod(rxbuf->rb_mbuf, struct bwi_rxbuf_hdr *);
2600 struct bwi_rxbuf_hdr *hdr;
2617 hdr = mtod(m, struct bwi_rxbuf_hdr *);
3738 bwi_calc_rssi(struct bwi_softc *sc, const struct bwi_rxbuf_hdr *hdr)
3770 struct bwi_rxbuf_hdr *hdr, const void *plcp, int rate, int rssi, int noise)

Completed in 104 milliseconds