Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c602 hxge_txdma_reclaim(p_hxge_t hxgep, p_tx_ring_t tx_ring_p, int nmblks) in hxge_txdma_reclaim() function
869 (void) hxge_txdma_reclaim(hxgep, tx_rings[vindex], 0); in hxge_tx_intr()
1139 (void) hxge_txdma_reclaim(hxgep, ring_p, 0); in hxge_txdma_fixup_channel()
1311 (void) hxge_txdma_reclaim(hxgep, tx_ring_p, 0); in hxge_txdma_channel_hung()
1441 (void) hxge_txdma_reclaim(hxgep, ring_p, 0); in hxge_txdma_fixup_hung_channel()
1508 (void) hxge_txdma_reclaim(hxgep, tx_ring_p, channel); in hxge_reclaim_rings()
2755 (void) hxge_txdma_reclaim(hxgep, tx_ring_p, 0); in hxge_txdma_fatal_err_recover()
2902 (void) hxge_txdma_reclaim(hxgep, tx_ring_p, 0); in hxge_tx_port_fatal_err_recover()
H A Dhxge_txdma.h217 boolean_t hxge_txdma_reclaim(p_hxge_t hxgep,
H A Dhxge_send.c47 (void) hxge_txdma_reclaim(ring->hxgep, ring, 0); in hxge_tx_ring_task()
217 if (!hxge_txdma_reclaim(hxgep, tx_ring_p, hxge_tx_minfree)) { in hxge_start()