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

  /src/sys/dev/pci/
if_ena.c 184 static int ena_tx_cleanup(struct ena_ring *);
1380 * ena_tx_cleanup - clear sent packets and corresponding descriptors
1391 ena_tx_cleanup(struct ena_ring *tx_ring) function in typeref:typename:int
1898 /* Protection from calling ena_tx_cleanup from ena_start_xmit */
1904 txc = ena_tx_cleanup(tx_ring);
2995 ena_tx_cleanup(tx_ring);

Completed in 70 milliseconds