Lines Matching defs:rx_done
788 int i, rx_done[ET_RX_NRING];
823 rx_done[i] = ET_RX_NDESC;
824 et_dma_mbuf_destroy(sc, ET_TX_NDESC, rx_done);
831 int i, error, rx_done[ET_RX_NRING];
846 bzero(rx_done, sizeof(rx_done));
858 rx_done[i] = j;
859 et_dma_mbuf_destroy(sc, 0, rx_done);
863 rx_done[i] = ET_RX_NDESC;
878 et_dma_mbuf_destroy(sc, i, rx_done);
887 et_dma_mbuf_destroy(struct et_softc *sc, int tx_done, const int rx_done[])
899 for (j = 0; j < rx_done[i]; ++j) {