Home
last modified time | relevance | path

Searched refs:rqtype (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/dma/
Dpl330.c513 enum dma_transfer_direction rqtype; member
1175 switch (pxs->desc->rqtype) { in _bursts()
1396 if (desc->rqtype != DMA_MEM_TO_MEM && in pl330_submit_req()
2561 desc->rqtype = direction; in pl330_prep_dma_cyclic()
2604 desc->rqtype = DMA_MEM_TO_MEM; in pl330_prep_dma_memcpy()
2709 desc->rqtype = direction; in pl330_prep_slave_sg()
/linux-4.4.14/drivers/infiniband/hw/cxgb3/
Diwch_qp.c617 int rqtype = 0; in build_term_codes() local
623 rqtype = RQ_TYPE(rsp_msg->cqe); in build_term_codes()
627 (rqtype && (opcode == T3_READ_RESP)); in build_term_codes()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dqp.c951 int rqtype; in build_term_codes() local
962 rqtype = RQ_TYPE(err_cqe); in build_term_codes()
966 (rqtype && (opcode == FW_RI_READ_RESP)); in build_term_codes()