Home | History | Annotate | Download | only in pci

Lines Matching refs:iwn_rx_desc

251 static void	iwn_rx_phy(struct iwn_softc *, struct iwn_rx_desc *,
253 static void iwn_rx_done(struct iwn_softc *, struct iwn_rx_desc *,
256 static void iwn_rx_compressed_ba(struct iwn_softc *, struct iwn_rx_desc *,
260 struct iwn_rx_desc *, struct iwn_rx_data *);
261 static void iwn_rx_statistics(struct iwn_softc *, struct iwn_rx_desc *,
263 static void iwn4965_tx_done(struct iwn_softc *, struct iwn_rx_desc *,
265 static void iwn5000_tx_done(struct iwn_softc *, struct iwn_rx_desc *,
267 static void iwn_tx_done(struct iwn_softc *, struct iwn_rx_desc *, int,
269 static void iwn_cmd_done(struct iwn_softc *, struct iwn_rx_desc *);
2103 iwn_rx_phy(struct iwn_softc *sc, struct iwn_rx_desc *desc,
2122 iwn_rx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc,
2307 iwn_rx_compressed_ba(struct iwn_softc *sc, struct iwn_rx_desc *desc,
2326 iwn5000_rx_calib_results(struct iwn_softc *sc, struct iwn_rx_desc *desc,
2387 iwn_rx_statistics(struct iwn_softc *sc, struct iwn_rx_desc *desc,
2448 iwn4965_tx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc,
2459 iwn5000_tx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc,
2478 iwn_tx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc, int ackfailcnt,
2526 iwn_cmd_done(struct iwn_softc *sc, struct iwn_rx_desc *desc)
2565 struct iwn_rx_desc *desc;
2569 desc = mtod(data->m, struct iwn_rx_desc *);