Searched refs:nxge_txdma_reclaim (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_txdma.h | 247 boolean_t nxge_txdma_reclaim(p_nxge_t, p_tx_ring_t, int);
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 901 nxge_txdma_reclaim(p_nxge_t nxgep, p_tx_ring_t tx_ring_p, int nmblks) function 922 NXGE_DEBUG_MSG((nxgep, TX_CTL, "==> nxge_txdma_reclaim")); 927 "==> nxge_txdma_reclaim: pending %d reclaim %d nmblks %d", 951 "==> nxge_txdma_reclaim: tdc %d tx_rd_index %d " 964 "==> nxge_txdma_reclaim: " 975 "==> nxge_txdma_reclaim: EMPTY")); 980 "==> nxge_txdma_reclaim: Checking " 985 "==> nxge_txdma_reclaim: full")); 991 "==> nxge_txdma_reclaim: tx_rd_index and head_index")); 998 "==> nxge_txdma_reclaim [all...] |
H A D | nxge_send.c | 68 (void) nxge_txdma_reclaim(ring->nxgep, ring, 0); 357 if (!nxge_txdma_reclaim(nxgep, tx_ring_p,
|
Completed in 62 milliseconds