Lines Matching refs:iwn_rx_desc
197 static void iwn_rx_phy(struct iwn_softc *, struct iwn_rx_desc *);
198 static void iwn_rx_done(struct iwn_softc *, struct iwn_rx_desc *,
202 static void iwn_rx_compressed_ba(struct iwn_softc *, struct iwn_rx_desc *);
204 struct iwn_rx_desc *);
205 static void iwn_rx_statistics(struct iwn_softc *, struct iwn_rx_desc *);
206 static void iwn4965_tx_done(struct iwn_softc *, struct iwn_rx_desc *,
208 static void iwn5000_tx_done(struct iwn_softc *, struct iwn_rx_desc *,
211 static void iwn_tx_done(struct iwn_softc *, struct iwn_rx_desc *, int, int,
217 static void iwn_cmd_done(struct iwn_softc *, struct iwn_rx_desc *);
2998 iwn_rx_phy(struct iwn_softc *sc, struct iwn_rx_desc *desc) in iwn_rx_phy()
3014 iwn_rx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc, in iwn_rx_done()
3239 iwn_rx_compressed_ba(struct iwn_softc *sc, struct iwn_rx_desc *desc) in iwn_rx_compressed_ba()
3323 iwn5000_rx_calib_results(struct iwn_softc *sc, struct iwn_rx_desc *desc) in iwn5000_rx_calib_results()
3445 iwn_rx_statistics(struct iwn_softc *sc, struct iwn_rx_desc *desc) in iwn_rx_statistics()
3548 iwn4965_tx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc, in iwn4965_tx_done()
3573 iwn5000_tx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc, in iwn5000_tx_done()
3623 iwn_tx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc, int rtsfailcnt, in iwn_tx_done()
3722 iwn_cmd_done(struct iwn_softc *sc, struct iwn_rx_desc *desc) in iwn_cmd_done()
3984 struct iwn_rx_desc *desc; in iwn_notif_intr()
3988 desc = mtod(data->m, struct iwn_rx_desc *); in iwn_notif_intr()