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 *, struct iwn_rx_data *);
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,
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 ackfailcnt,
iwn_cmd_done(struct iwn_softc *sc, struct iwn_rx_desc *desc)
struct iwn_rx_desc *desc;
desc = (struct iwn_rx_desc *)data->dma_data.vaddr;
DTRACE_PROBE1(notification__intr, struct iwn_rx_desc *, desc);
void (*tx_done)(struct iwn_softc *, struct iwn_rx_desc *,