Searched defs:nxge_alloc_tx_buf_dma (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c261 extern nxge_status_t nxge_alloc_tx_buf_dma(p_nxge_t, uint16_t,
2944 status = nxge_alloc_tx_buf_dma(nxgep, channel, dma_buf_p,
2947 cmn_err(CE_NOTE, "nxge_alloc_tx_buf_dma failed!");
3098 nxge_alloc_tx_buf_dma(p_nxge_t nxgep, uint16_t dma_channel, function
3108 NXGE_DEBUG_MSG((nxgep, DMA_CTL, "==> nxge_alloc_tx_buf_dma"));
3162 "==> nxge_alloc_tx_buf_dma: not enough channel %d: "
3171 "==> nxge_alloc_tx_buf_dma: Allocated for channel %d: "
3179 "==> nxge_alloc_tx_buf_dma dmap 0x%016llx num chunks %d",
3188 "<== nxge_alloc_tx_buf_dma status 0x%08x", status));

Completed in 71 milliseconds