Searched refs:mystat (Results 1 – 2 of 2) sorted by relevance
268 int mystat; in e1000g_alloc_tx_descriptors() local310 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 …]
1345 int mystat; in e1000g_tx_bind() local1383 if ((mystat = ddi_dma_addr_bind_handle( in e1000g_tx_bind()1393 mystat, packet); in e1000g_tx_bind()