/Linux-v5.4/drivers/scsi/bnx2fc/ |
D | bnx2fc_io.c | 49 "req_flags = %lx\n", cmd_type, io_req->req_flags); in bnx2fc_cmd_timeout() 52 if (test_and_clear_bit(BNX2FC_FLAG_ISSUE_RRQ, &io_req->req_flags)) { in bnx2fc_cmd_timeout() 53 clear_bit(BNX2FC_FLAG_RETIRE_OXID, &io_req->req_flags); in bnx2fc_cmd_timeout() 62 if (test_and_clear_bit(BNX2FC_FLAG_RETIRE_OXID, &io_req->req_flags)) { in bnx2fc_cmd_timeout() 70 &io_req->req_flags)) { in bnx2fc_cmd_timeout() 75 &io_req->req_flags)) { in bnx2fc_cmd_timeout() 80 &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() 119 if (test_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags)) { in bnx2fc_cmd_timeout() [all …]
|
D | bnx2fc_els.c | 43 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rrq_req->req_flags)) { in bnx2fc_rrq_compl() 139 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &els_req->req_flags)) { in bnx2fc_l2_els_compl() 280 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &srr_req->req_flags)) { in bnx2fc_srr_compl() 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() 405 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rec_req->req_flags)) { in bnx2fc_rec_compl() [all …]
|
D | bnx2fc_tgt.c | 186 &io_req->req_flags)) { in bnx2fc_flush_active_ios() 196 set_bit(BNX2FC_FLAG_IO_COMPL, &io_req->req_flags); in bnx2fc_flush_active_ios() 197 set_bit(BNX2FC_FLAG_IO_CLEANUP, &io_req->req_flags); in bnx2fc_flush_active_ios() 250 &io_req->req_flags)) { in bnx2fc_flush_active_ios() 260 clear_bit(BNX2FC_FLAG_ISSUE_RRQ, &io_req->req_flags); in bnx2fc_flush_active_ios()
|
D | bnx2fc_hwi.c | 724 &io_req->req_flags)) { in bnx2fc_process_unsol_compl() 747 if (test_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags)) { in bnx2fc_process_unsol_compl() 767 &io_req->req_flags)) { in bnx2fc_process_unsol_compl() 783 set_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags); in bnx2fc_process_unsol_compl()
|
D | bnx2fc.h | 447 unsigned long req_flags; member
|
/Linux-v5.4/drivers/scsi/device_handler/ |
D | scsi_dh_hp_sw.c | 86 u64 req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in hp_sw_tur() local 91 HP_SW_TIMEOUT, HP_SW_RETRIES, req_flags, 0, NULL); in hp_sw_tur() 124 u64 req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in hp_sw_start_stop() local 129 HP_SW_TIMEOUT, HP_SW_RETRIES, req_flags, 0, NULL); in hp_sw_start_stop()
|
D | scsi_dh_emc.c | 242 u64 req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in send_trespass_cmd() local 268 req_flags, 0, NULL); in send_trespass_cmd()
|
D | scsi_dh_alua.c | 129 int req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in submit_rtpg() local 143 ALUA_FAILOVER_RETRIES, req_flags, 0, NULL); in submit_rtpg() 159 int req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in submit_stpg() local 175 ALUA_FAILOVER_RETRIES, req_flags, 0, NULL); in submit_stpg()
|
D | scsi_dh_rdac.c | 539 u64 req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in send_mode_select() local 560 RDAC_RETRIES, req_flags, 0, NULL)) { in send_mode_select()
|
/Linux-v5.4/arch/x86/boot/ |
D | cpucheck.c | 35 static const u32 req_flags[NCAPINTS] = variable 94 err_flags[i] = req_flags[i] & ~cpu.flags[i]; in check_cpuflags()
|
/Linux-v5.4/include/scsi/ |
D | srp.h | 134 u8 req_flags; member 152 u8 req_flags; member
|
D | libfc.h | 331 u32 req_flags; member
|
/Linux-v5.4/net/ncsi/ |
D | ncsi-cmd.c | 279 nr = ncsi_alloc_request(ndp, nca->req_flags); in ncsi_alloc_command() 319 if (nca->req_flags == NCSI_REQ_FLAG_NETLINK_DRIVEN) in ncsi_xmit_cmd() 354 if (nca->req_flags == NCSI_REQ_FLAG_NETLINK_DRIVEN) { in ncsi_xmit_cmd()
|
D | internal.h | 324 unsigned int req_flags; /* NCSI request properties */ member 364 unsigned int req_flags);
|
D | ncsi-manage.c | 123 nca.req_flags = 0; in ncsi_channel_monitor() 346 unsigned int req_flags) in ncsi_alloc_request() argument 360 nr->flags = req_flags; in ncsi_alloc_request() 372 nr->flags = req_flags; in ncsi_alloc_request() 471 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_suspend_channel() 833 nca.req_flags = 0; in ncsi_update_tx_channel() 920 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_configure_channel() 1274 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_probe_channel()
|
/Linux-v5.4/drivers/mmc/host/ |
D | cqhci.c | 405 u32 req_flags = mrq->data->flags; in cqhci_prep_task_desc() local 411 CQHCI_FORCED_PROG(!!(req_flags & MMC_DATA_FORCED_PRG)) | in cqhci_prep_task_desc() 412 CQHCI_DATA_TAG(!!(req_flags & MMC_DATA_DAT_TAG)) | in cqhci_prep_task_desc() 413 CQHCI_DATA_DIR(!!(req_flags & MMC_DATA_READ)) | in cqhci_prep_task_desc() 414 CQHCI_PRIORITY(!!(req_flags & MMC_DATA_PRIO)) | in cqhci_prep_task_desc() 415 CQHCI_QBAR(!!(req_flags & MMC_DATA_QBR)) | in cqhci_prep_task_desc() 416 CQHCI_REL_WRITE(!!(req_flags & MMC_DATA_REL_WR)) | in cqhci_prep_task_desc()
|
/Linux-v5.4/crypto/ |
D | testmgr.c | 268 u32 req_flags; member 319 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP, 380 .req_flags = CRYPTO_TFM_REQ_MAY_SLEEP, 485 (cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP)) in valid_testvec_config() 831 bool gen_flushes, u32 req_flags) in generate_random_sgl_divisions() argument 868 !(req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_sgl_divisions() 922 cfg->req_flags |= CRYPTO_TFM_REQ_MAY_SLEEP; in generate_random_testvec_config() 941 if (!(cfg->req_flags & CRYPTO_TFM_REQ_MAY_SLEEP) && in generate_random_testvec_config() 952 cfg->req_flags); in generate_random_testvec_config() 960 cfg->req_flags); in generate_random_testvec_config() [all …]
|
/Linux-v5.4/drivers/scsi/cxlflash/ |
D | main.c | 503 cmd->rcb.req_flags = (SISL_REQ_FLAGS_PORT_LUN_ID | in send_tmf() 574 u16 req_flags = SISL_REQ_FLAGS_SUP_UNDERRUN; in cxlflash_queuecommand() local 633 req_flags |= SISL_REQ_FLAGS_HOST_WRITE; in cxlflash_queuecommand() 635 cmd->rcb.req_flags = req_flags; in cxlflash_queuecommand() 2407 rcb.req_flags = SISL_REQ_FLAGS_AFU_CMD; in cxlflash_afu_sync() 3363 rcb.req_flags = SISL_REQ_FLAGS_AFU_CMD; in cxlflash_lun_provision() 3410 u16 req_flags = SISL_REQ_FLAGS_AFU_CMD; in cxlflash_afu_debug() local 3421 req_flags |= SISL_REQ_FLAGS_SUP_UNDERRUN; in cxlflash_afu_debug() 3437 req_flags |= SISL_REQ_FLAGS_HOST_WRITE; in cxlflash_afu_debug() 3449 rcb.req_flags = req_flags; in cxlflash_afu_debug()
|
D | sislite.h | 28 u16 req_flags; member
|
/Linux-v5.4/drivers/tee/ |
D | tee_shm.c | 226 const u32 req_flags = TEE_SHM_DMA_BUF | TEE_SHM_USER_MAPPED; in tee_shm_register() local 233 if (flags != req_flags) in tee_shm_register()
|
/Linux-v5.4/drivers/scsi/libfc/ |
D | fc_fcp.c | 321 if ((fsp->req_flags & FC_SRB_READ) && in fc_fcp_ddp_setup() 1141 fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK; in fc_fcp_pkt_send() 1919 fsp->req_flags = FC_SRB_READ; in fc_queuecommand() 1923 fsp->req_flags = FC_SRB_WRITE; in fc_queuecommand() 1927 fsp->req_flags = 0; in fc_queuecommand() 2007 if ((fsp->cdb_status == 0) && !(fsp->req_flags & FC_SRB_READ)) { in fc_io_compl()
|
/Linux-v5.4/drivers/video/fbdev/omap/ |
D | hwa742.c | 231 int req_flags = 0; in alloc_req() local 236 req_flags = REQ_FROM_IRQ_POOL; in alloc_req() 246 req->flags = req_flags; in alloc_req()
|
/Linux-v5.4/include/net/bluetooth/ |
D | bluetooth.h | 311 u8 req_flags; member
|
/Linux-v5.4/drivers/char/ipmi/ |
D | ipmi_ssif.c | 249 bool req_flags; member 383 ssif_info->req_flags = false; in start_flag_fetch() 591 ssif_info->req_flags = true; in watch_timeout() 897 else if (ssif_info->req_flags) in msg_done_handler()
|
/Linux-v5.4/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 2249 u16 imm_data_offset = req->req_flags & SRP_IMMED_REQUESTED ? in srpt_cm_req_recv() 2254 if (req->req_flags & SRP_IMMED_REQUESTED) in srpt_cm_req_recv() 2330 if ((req->req_flags & SRP_MTCH_ACTION) == SRP_MULTICHAN_SINGLE) { in srpt_cm_req_recv() 2524 req.req_flags = req_rdma->req_flags; in srpt_rdma_cm_req_recv()
|