Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c157 if (ixgbe_check_dma_handle(current_rcb->rx_buf.dma_handle) != in ixgbe_rx_copy()
231 if (ixgbe_check_dma_handle(current_rcb->rx_buf.dma_handle) != in ixgbe_rx_bind()
305 if (ixgbe_check_dma_handle(current_rcb->rx_buf.dma_handle) != in ixgbe_lro_bind()
420 if (ixgbe_check_dma_handle(current_rcb->rx_buf.dma_handle) != in ixgbe_lro_copy()
580 if (ixgbe_check_dma_handle(rx_data->rbd_area.dma_handle) != DDI_FM_OK) { in ixgbe_ring_rx()
H A Dixgbe_tx.c1236 if (ixgbe_check_dma_handle(tx_ring->tbd_area.dma_handle) != DDI_FM_OK) { in ixgbe_tx_recycle_legacy()
1408 if (ixgbe_check_dma_handle(tx_ring->tbd_area.dma_handle) != DDI_FM_OK) { in ixgbe_tx_recycle_head_wb()
H A Dixgbe_sw.h850 int ixgbe_check_dma_handle(ddi_dma_handle_t handle);
H A Dixgbe_main.c5898 ixgbe_check_dma_handle(ddi_dma_handle_t handle) in ixgbe_check_dma_handle() function