Home
last modified time | relevance | path

Searched refs:HFI1_HAS_SEND_DMA (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dqp.c174 dd->flags & HFI1_HAS_SEND_DMA) in hfi1_check_modify_qp()
187 dd->flags & HFI1_HAS_SEND_DMA) in hfi1_check_modify_qp()
544 if (!(dd->flags & HFI1_HAS_SEND_DMA)) in qp_to_sdma_engine()
H A Dsdma.c1167 if (!(dd->flags & HFI1_HAS_SEND_DMA)) in sdma_map_init()
1476 dd->flags |= HFI1_HAS_SEND_DMA; in sdma_init()
H A Dhfi.h2030 #define HFI1_HAS_SEND_DMA 0x10 /* Supports Send DMA */ macro
H A Ddriver.c1417 if (dd->flags & HFI1_HAS_SEND_DMA) in hfi1_reset_device()
H A Dverbs.c1180 if (unlikely(!(dd->flags & HFI1_HAS_SEND_DMA))) in get_send_routine()
H A Drc.c1853 if (ppd->dd->flags & HFI1_HAS_SEND_DMA) { in do_rc_completion()