Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c156 if (ixgbe_check_dma_handle(current_rcb->rx_buf.dma_handle) != in ixgbe_rx_copy()
230 if (ixgbe_check_dma_handle(current_rcb->rx_buf.dma_handle) != in ixgbe_rx_bind()
304 if (ixgbe_check_dma_handle(current_rcb->rx_buf.dma_handle) != in ixgbe_lro_bind()
419 if (ixgbe_check_dma_handle(current_rcb->rx_buf.dma_handle) != in ixgbe_lro_copy()
579 if (ixgbe_check_dma_handle(rx_data->rbd_area.dma_handle) != DDI_FM_OK) { in ixgbe_ring_rx()
H A Dixgbe_tx.c1232 if (ixgbe_check_dma_handle(tx_ring->tbd_area.dma_handle) != DDI_FM_OK) { in ixgbe_tx_recycle_legacy()
1404 if (ixgbe_check_dma_handle(tx_ring->tbd_area.dma_handle) != DDI_FM_OK) { in ixgbe_tx_recycle_head_wb()
H A Dixgbe_sw.h844 int ixgbe_check_dma_handle(ddi_dma_handle_t handle);
H A Dixgbe_main.c5430 ixgbe_check_dma_handle(ddi_dma_handle_t handle) in ixgbe_check_dma_handle() function