Home
last modified time | relevance | path

Searched refs:total_done (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ena/
H A Dena_datapath.c249 unsigned int total_done = 0; in ena_tx_cleanup() local
290 total_done += tx_info->tx_descs; in ena_tx_cleanup()
302 total_done); in ena_tx_cleanup()
303 total_done = 0; in ena_tx_cleanup()
316 total_done); in ena_tx_cleanup()
/freebsd/crypto/openssl/apps/
H A Dca.c292 int create_ser = 0, free_passin = 0, total = 0, total_done = 0; in ca_main() local
975 total_done++; in ca_main()
996 total_done++; in ca_main()
1016 total_done++; in ca_main()
1037 total_done++; in ca_main()
1059 total_done, total); in ca_main()
/freebsd/sys/dev/al_eth/
H A Dal_eth.c1146 unsigned int total_done; in al_eth_tx_do_cleanup() local
1150 total_done = al_eth_comp_tx_get(tx_ring->dma_q); in al_eth_tx_do_cleanup()
1152 "tx_poll: q %d total completed descs %x\n", qid, total_done); in al_eth_tx_do_cleanup()
1155 while (total_done != 0) { in al_eth_tx_do_cleanup()
1161 if (tx_info->tx_descs > total_done) in al_eth_tx_do_cleanup()
1175 total_done -= tx_info->tx_descs; in al_eth_tx_do_cleanup()