Searched refs:ixgbe_check_dma_handle (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c156 if (ixgbe_check_dma_handle(current_rcb->rx_buf.dma_handle) !=
230 if (ixgbe_check_dma_handle(current_rcb->rx_buf.dma_handle) !=
304 if (ixgbe_check_dma_handle(current_rcb->rx_buf.dma_handle) !=
419 if (ixgbe_check_dma_handle(current_rcb->rx_buf.dma_handle) !=
579 if (ixgbe_check_dma_handle(rx_data->rbd_area.dma_handle) != DDI_FM_OK) {
H A Dixgbe_tx.c1235 if (ixgbe_check_dma_handle(tx_ring->tbd_area.dma_handle) != DDI_FM_OK) {
1407 if (ixgbe_check_dma_handle(tx_ring->tbd_area.dma_handle) != DDI_FM_OK) {
H A Dixgbe_sw.h854 int ixgbe_check_dma_handle(ddi_dma_handle_t handle);
H A Dixgbe_main.c5894 ixgbe_check_dma_handle(ddi_dma_handle_t handle) function

Completed in 93 milliseconds