if_iwn.c | 267 static void iwn_tx_done(struct iwn_softc *, struct iwn_rx_desc *, int, 2455 iwn_tx_done(sc, desc, stat->ackfailcnt, le32toh(stat->status) & 0xff); 2471 iwn_tx_done(sc, desc, stat->ackfailcnt, le16toh(stat->status) & 0xff); 2478 iwn_tx_done(struct iwn_softc *sc, struct iwn_rx_desc *desc, int ackfailcnt, function in typeref:typename:void 2593 case IWN_TX_DONE:
|