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

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

Completed in 64 milliseconds