Searched refs:req_flags (Results 1 – 17 of 17) sorted by relevance
| /drivers/scsi/bnx2fc/ |
| A D | bnx2fc_io.c | 70 &io_req->req_flags)) { in bnx2fc_cmd_timeout() 75 &io_req->req_flags)) { in bnx2fc_cmd_timeout() 95 &io_req->req_flags)) { in bnx2fc_cmd_timeout() 102 &io_req->req_flags)) { in bnx2fc_cmd_timeout() 123 &io_req->req_flags)) { in bnx2fc_cmd_timeout() 138 &io_req->req_flags)) in bnx2fc_cmd_timeout() 451 io_req->req_flags = 0; in bnx2fc_elstm_alloc() 505 io_req->req_flags = 0; in bnx2fc_cmd_alloc() 1334 &io_req->req_flags)) in bnx2fc_process_cleanup_compl() 1387 &io_req->req_flags)) in bnx2fc_process_abts_compl() [all …]
|
| A D | bnx2fc_els.c | 291 if (test_bit(BNX2FC_FLAG_IO_COMPL, &orig_io_req->req_flags) || in bnx2fc_srr_compl() 292 test_bit(BNX2FC_FLAG_ISSUE_ABTS, &orig_io_req->req_flags)) { in bnx2fc_srr_compl() 294 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl() 318 if (test_bit(BNX2FC_FLAG_IO_COMPL, &orig_io_req->req_flags) || in bnx2fc_srr_compl() 319 test_bit(BNX2FC_FLAG_ISSUE_ABTS, &orig_io_req->req_flags)) { in bnx2fc_srr_compl() 321 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl() 435 if (test_bit(BNX2FC_FLAG_IO_COMPL, &orig_io_req->req_flags)) { in bnx2fc_rec_compl() 441 if (test_bit(BNX2FC_FLAG_ISSUE_ABTS, &orig_io_req->req_flags)) { in bnx2fc_rec_compl() 487 &orig_io_req->req_flags); in bnx2fc_rec_compl() 664 set_bit(BNX2FC_FLAG_SRR_SENT, &orig_io_req->req_flags); in bnx2fc_send_srr() [all …]
|
| A D | bnx2fc_tgt.c | 184 &io_req->req_flags)) { in bnx2fc_flush_active_ios() 194 set_bit(BNX2FC_FLAG_IO_COMPL, &io_req->req_flags); in bnx2fc_flush_active_ios() 195 set_bit(BNX2FC_FLAG_IO_CLEANUP, &io_req->req_flags); in bnx2fc_flush_active_ios() 248 &io_req->req_flags)) { in bnx2fc_flush_active_ios() 258 clear_bit(BNX2FC_FLAG_ISSUE_RRQ, &io_req->req_flags); in bnx2fc_flush_active_ios()
|
| A D | bnx2fc_hwi.c | 720 &io_req->req_flags)) { in bnx2fc_process_unsol_compl() 743 if (test_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags)) { in bnx2fc_process_unsol_compl() 763 &io_req->req_flags)) { in bnx2fc_process_unsol_compl() 778 set_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags); in bnx2fc_process_unsol_compl()
|
| A D | bnx2fc.h | 439 unsigned long req_flags; member
|
| /drivers/mmc/host/ |
| A D | cqhci-core.c | 431 u32 req_flags = mrq->data->flags; in cqhci_prep_task_desc() local 438 CQHCI_FORCED_PROG(!!(req_flags & MMC_DATA_FORCED_PRG)) | in cqhci_prep_task_desc() 439 CQHCI_DATA_TAG(!!(req_flags & MMC_DATA_DAT_TAG)) | in cqhci_prep_task_desc() 440 CQHCI_DATA_DIR(!!(req_flags & MMC_DATA_READ)) | in cqhci_prep_task_desc() 441 CQHCI_PRIORITY(!!(req_flags & MMC_DATA_PRIO)) | in cqhci_prep_task_desc() 442 CQHCI_QBAR(!!(req_flags & MMC_DATA_QBR)) | in cqhci_prep_task_desc() 443 CQHCI_REL_WRITE(!!(req_flags & MMC_DATA_REL_WR)) | in cqhci_prep_task_desc()
|
| /drivers/scsi/libfc/ |
| A D | fc_fcp.c | 321 if ((fsp->req_flags & FC_SRB_READ) && in fc_fcp_ddp_setup() 1137 fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK; in fc_fcp_pkt_send() 1916 fsp->req_flags = FC_SRB_READ; in fc_queuecommand() 1920 fsp->req_flags = FC_SRB_WRITE; in fc_queuecommand() 1924 fsp->req_flags = 0; in fc_queuecommand() 2003 if ((fsp->cdb_status == 0) && !(fsp->req_flags & FC_SRB_READ)) { in fc_io_compl()
|
| /drivers/video/fbdev/omap/ |
| A D | hwa742.c | 239 int req_flags = 0; in alloc_req() local 244 req_flags = REQ_FROM_IRQ_POOL; in alloc_req() 254 req->flags = req_flags; in alloc_req()
|
| /drivers/char/ipmi/ |
| A D | ipmi_ssif.c | 248 bool req_flags; member 378 ssif_info->req_flags = false; in start_flag_fetch() 582 ssif_info->req_flags = true; in watch_timeout() 897 else if (ssif_info->req_flags) in msg_done_handler()
|
| /drivers/infiniband/ulp/srpt/ |
| A D | ib_srpt.c | 2324 u16 imm_data_offset = req->req_flags & SRP_IMMED_REQUESTED ? in srpt_cm_req_recv() 2329 if (req->req_flags & SRP_IMMED_REQUESTED) in srpt_cm_req_recv() 2429 if ((req->req_flags & SRP_MTCH_ACTION) == SRP_MULTICHAN_SINGLE) { in srpt_cm_req_recv() 2626 req.req_flags = req_rdma->req_flags; in srpt_rdma_cm_req_recv()
|
| /drivers/scsi/ |
| A D | sd.c | 722 .req_flags = BLK_MQ_REQ_PM, in sd_sec_submit() 1800 .req_flags = BLK_MQ_REQ_PM, in sd_sync_cache() 4119 .req_flags = BLK_MQ_REQ_PM, in sd_start_stop_device() 4304 .req_flags = BLK_MQ_REQ_PM, in sd_resume_runtime()
|
| A D | scsi_transport_spi.c | 128 .req_flags = BLK_MQ_REQ_PM, in spi_execute()
|
| A D | scsi_lib.c | 311 req = scsi_alloc_request(sdev->request_queue, opf, args->req_flags); in scsi_execute_cmd()
|
| /drivers/infiniband/ulp/srp/ |
| A D | ib_srp.c | 828 req->ib_req.req_flags = (multich ? SRP_MULTICHAN_MULTI : in srp_send_req() 831 req->ib_req.req_flags |= SRP_IMMED_REQUESTED; in srp_send_req() 849 req->rdma_req.req_flags = req->ib_req.req_flags; in srp_send_req()
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | action.c | 2180 u8 req_flags) in hws_action_setter_find_first() argument 2183 while (setter->flags & req_flags) in hws_action_setter_find_first()
|
| /drivers/scsi/ibmvscsi_tgt/ |
| A D | ibmvscsi_tgt.c | 2296 else if (req->req_flags & SRP_MULTICHAN_MULTI) in ibmvscsis_srp_login()
|
| /drivers/ufs/core/ |
| A D | ufshcd.c | 9577 .req_flags = BLK_MQ_REQ_PM, in ufshcd_execute_start_stop()
|
Completed in 99 milliseconds