HomeSort by: relevance | last modified time | path
    Searched refs:tx_done (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
if_iwnvar.h 192 void (*tx_done)(struct iwn_softc *, struct iwn_rx_desc *, member in struct:iwn_ops
if_et.c 887 et_dma_mbuf_destroy(struct et_softc *sc, int tx_done, const int rx_done[])
911 for (i = 0; i < tx_done; ++i) {
1969 uint32_t tx_done; local in function:et_txeof
1978 tx_done = CSR_READ_4(sc, ET_TX_DONE_POS);
1979 end = __SHIFTOUT(tx_done, ET_TX_DONE_POS_INDEX);
1980 wrap = (tx_done & ET_TX_DONE_POS_WRAP) ? 1 : 0;
if_iwn.c 754 ops->tx_done = iwn4965_tx_done;
794 ops->tx_done = iwn5000_tx_done;
2444 * Process a TX_DONE firmware notification. Unfortunately, the 4965AGN
2475 * Adapter-independent backend for TX_DONE firmware notifications.
2595 ops->tx_done(sc, desc, data);
if_wm.c 8115 int i, error, tx_done, rx_done; local in function:wm_alloc_txrx_queues
8127 tx_done = 0;
8187 tx_done++;
8240 for (i = 0; i < tx_done; i++) {

Completed in 30 milliseconds