iwn_rx_desc
static void iwn_rx_phy(struct iwn_softc *, struct iwn_rx_desc *);
static void iwn_rx_done(struct iwn_softc *, struct iwn_rx_desc *,
static void iwn_rx_compressed_ba(struct iwn_softc *, struct iwn_rx_desc *);
struct iwn_rx_desc *);
static void iwn_rx_statistics(struct iwn_softc *, struct iwn_rx_desc *);
static void iwn4965_tx_done(struct iwn_softc *, struct iwn_rx_desc *,
static void iwn5000_tx_done(struct iwn_softc *, struct iwn_rx_desc *,
static void iwn_tx_done(struct iwn_softc *, struct iwn_rx_desc *, int, int,
static void iwn_cmd_done(struct iwn_softc *, struct iwn_rx_desc *);
iwn_rx_phy(struct iwn_softc *sc, struct iwn_rx_desc *desc)
iwn_rx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc,
iwn_rx_compressed_ba(struct iwn_softc *sc, struct iwn_rx_desc *desc)
iwn5000_rx_calib_results(struct iwn_softc *sc, struct iwn_rx_desc *desc)
iwn_rx_statistics(struct iwn_softc *sc, struct iwn_rx_desc *desc)
iwn4965_tx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc,
iwn5000_tx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc,
iwn_tx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc, int rtsfailcnt,
iwn_cmd_done(struct iwn_softc *sc, struct iwn_rx_desc *desc)
struct iwn_rx_desc *desc;
desc = mtod(data->m, struct iwn_rx_desc *);
void (*tx_done)(struct iwn_softc *, struct iwn_rx_desc *,