Searched refs:tx_done (Results 1 – 3 of 3) sorted by relevance
788 et_dma_mbuf_destroy(struct et_softc *sc, int tx_done, const int rx_done[]) in et_dma_mbuf_destroy() argument812 for (i = 0; i < tx_done; ++i) { in et_dma_mbuf_destroy()1877 uint32_t tx_done; in et_txeof() local1883 tx_done = CSR_READ_4(sc, ET_TX_DONE_POS); in et_txeof()1884 end = __SHIFTOUT(tx_done, ET_TX_DONE_POS_INDEX); in et_txeof()1885 wrap = (tx_done & ET_TX_DONE_POS_WRAP) ? 1 : 0; in et_txeof()
182 void (*tx_done)(struct iwn_softc *, struct iwn_rx_desc *, member
601 ops->tx_done = iwn4965_tx_done; in iwn4965_attach()641 ops->tx_done = iwn5000_tx_done; in iwn5000_attach()2903 ops->tx_done(sc, desc, data); in iwn_notif_intr()