HomeSort by: relevance | last modified time | path
    Searched defs:iwn_tx_done (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
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:

Completed in 33 milliseconds