Searched refs:rqtype (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/dma/ |
D | pl330.c | 533 enum dma_transfer_direction rqtype; member 1187 off += _emit_load(dry_run, &buf[off], cond, pxs->desc->rqtype, in _ldst_peripheral() 1189 off += _emit_store(dry_run, &buf[off], cond, pxs->desc->rqtype, in _ldst_peripheral() 1202 switch (pxs->desc->rqtype) { in _bursts() 1236 switch (pxs->desc->rqtype) { in _dregs() 1460 switch (desc->rqtype) { in pl330_submit_req() 1482 if (desc->rqtype != DMA_MEM_TO_MEM && in pl330_submit_req() 2708 desc->rqtype = direction; in pl330_prep_dma_cyclic() 2751 desc->rqtype = DMA_MEM_TO_MEM; in pl330_prep_dma_memcpy() 2856 desc->rqtype = direction; in pl330_prep_slave_sg()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 535 int rqtype = 0; in build_term_codes() local 541 rqtype = RQ_TYPE(rsp_msg->cqe); in build_term_codes() 545 (rqtype && (opcode == T3_READ_RESP)); in build_term_codes()
|
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 1449 int rqtype; in build_term_codes() local 1460 rqtype = RQ_TYPE(err_cqe); in build_term_codes() 1464 (rqtype && (opcode == FW_RI_READ_RESP)); in build_term_codes()
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 3230 char *rqtype, char *pbuffer, int len) in __lpfc_idiag_print_rqpair() argument 3236 "\t\t%s RQ info: ", rqtype); in __lpfc_idiag_print_rqpair()
|