Home
last modified time | relevance | path

Searched refs:mystat (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_alloc.c268 int mystat; in e1000g_alloc_tx_descriptors() local
310 mystat = ddi_dma_alloc_handle(devinfo, &dma_attr, in e1000g_alloc_tx_descriptors()
314 if (mystat != DDI_SUCCESS) { in e1000g_alloc_tx_descriptors()
316 "Could not allocate tbd dma handle: %d", mystat); in e1000g_alloc_tx_descriptors()
325 mystat = ddi_dma_mem_alloc(tx_ring->tbd_dma_handle, in e1000g_alloc_tx_descriptors()
332 if ((mystat != DDI_SUCCESS) || in e1000g_alloc_tx_descriptors()
334 if (mystat == DDI_SUCCESS) { in e1000g_alloc_tx_descriptors()
371 mystat = ddi_dma_alloc_handle(devinfo, &dma_attr, in e1000g_alloc_tx_descriptors()
375 if (mystat != DDI_SUCCESS) { in e1000g_alloc_tx_descriptors()
377 "Could not re-allocate tbd dma handle: %d", mystat); in e1000g_alloc_tx_descriptors()
[all …]
H A De1000g_tx.c1345 int mystat; in e1000g_tx_bind() local
1383 if ((mystat = ddi_dma_addr_bind_handle( in e1000g_tx_bind()
1393 mystat, packet); in e1000g_tx_bind()