Home
last modified time | relevance | path

Searched refs:req_flags (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_io.c49 "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 …]
Dbnx2fc_els.c43 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 …]
Dbnx2fc_tgt.c186 &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()
Dbnx2fc.h444 unsigned long req_flags; member
Dbnx2fc_hwi.c728 &io_req->req_flags)) { in bnx2fc_process_unsol_compl()
751 if (test_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags)) { in bnx2fc_process_unsol_compl()
771 &io_req->req_flags)) { in bnx2fc_process_unsol_compl()
787 set_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags); in bnx2fc_process_unsol_compl()
/Linux-v4.19/drivers/scsi/device_handler/
Dscsi_dh_hp_sw.c99 u64 req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in hp_sw_tur() local
104 HP_SW_TIMEOUT, HP_SW_RETRIES, req_flags, 0, NULL); in hp_sw_tur()
137 u64 req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in hp_sw_start_stop() local
142 HP_SW_TIMEOUT, HP_SW_RETRIES, req_flags, 0, NULL); in hp_sw_start_stop()
Dscsi_dh_emc.c255 u64 req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in send_trespass_cmd() local
281 req_flags, 0, NULL); in send_trespass_cmd()
Dscsi_dh_alua.c142 int req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in submit_rtpg() local
156 ALUA_FAILOVER_RETRIES, req_flags, 0, NULL); in submit_rtpg()
172 int req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in submit_stpg() local
188 ALUA_FAILOVER_RETRIES, req_flags, 0, NULL); in submit_stpg()
Dscsi_dh_rdac.c539 u64 req_flags = REQ_FAILFAST_DEV | REQ_FAILFAST_TRANSPORT | in send_mode_select() local
558 RDAC_RETRIES, req_flags, 0, NULL)) { in send_mode_select()
/Linux-v4.19/arch/x86/boot/
Dcpucheck.c37 static const u32 req_flags[NCAPINTS] = variable
96 err_flags[i] = req_flags[i] & ~cpu.flags[i]; in check_cpuflags()
/Linux-v4.19/include/scsi/
Dsrp.h126 u8 req_flags; member
142 u8 req_flags; member
Dlibfc.h343 u32 req_flags; member
/Linux-v4.19/drivers/mmc/host/
Dcqhci.c404 u32 req_flags = mrq->data->flags; in cqhci_prep_task_desc() local
410 CQHCI_FORCED_PROG(!!(req_flags & MMC_DATA_FORCED_PRG)) | in cqhci_prep_task_desc()
411 CQHCI_DATA_TAG(!!(req_flags & MMC_DATA_DAT_TAG)) | in cqhci_prep_task_desc()
412 CQHCI_DATA_DIR(!!(req_flags & MMC_DATA_READ)) | in cqhci_prep_task_desc()
413 CQHCI_PRIORITY(!!(req_flags & MMC_DATA_PRIO)) | in cqhci_prep_task_desc()
414 CQHCI_QBAR(!!(req_flags & MMC_DATA_QBR)) | in cqhci_prep_task_desc()
415 CQHCI_REL_WRITE(!!(req_flags & MMC_DATA_REL_WR)) | in cqhci_prep_task_desc()
/Linux-v4.19/net/ncsi/
Dinternal.h302 unsigned int req_flags; /* NCSI request properties */ member
339 unsigned int req_flags);
Dncsi-manage.c104 nca.req_flags = 0; in ncsi_channel_monitor()
328 unsigned int req_flags) in ncsi_alloc_request() argument
342 nr->flags = req_flags; in ncsi_alloc_request()
354 nr->flags = req_flags; in ncsi_alloc_request()
436 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_suspend_channel()
651 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_configure_channel()
994 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_probe_channel()
1277 nca.req_flags = 0; in ncsi_inet6addr_event()
Dncsi-cmd.c263 nr = ncsi_alloc_request(ndp, nca->req_flags); in ncsi_alloc_command()
/Linux-v4.19/drivers/scsi/cxlflash/
Dmain.c507 cmd->rcb.req_flags = (SISL_REQ_FLAGS_PORT_LUN_ID | in send_tmf()
578 u16 req_flags = SISL_REQ_FLAGS_SUP_UNDERRUN; in cxlflash_queuecommand() local
637 req_flags |= SISL_REQ_FLAGS_HOST_WRITE; in cxlflash_queuecommand()
639 cmd->rcb.req_flags = req_flags; in cxlflash_queuecommand()
2404 rcb.req_flags = SISL_REQ_FLAGS_AFU_CMD; in cxlflash_afu_sync()
3366 rcb.req_flags = SISL_REQ_FLAGS_AFU_CMD; in cxlflash_lun_provision()
3413 u16 req_flags = SISL_REQ_FLAGS_AFU_CMD; in cxlflash_afu_debug() local
3424 req_flags |= SISL_REQ_FLAGS_SUP_UNDERRUN; in cxlflash_afu_debug()
3440 req_flags |= SISL_REQ_FLAGS_HOST_WRITE; in cxlflash_afu_debug()
3452 rcb.req_flags = req_flags; in cxlflash_afu_debug()
Dsislite.h32 u16 req_flags; member
/Linux-v4.19/drivers/tee/
Dtee_shm.c235 const u32 req_flags = TEE_SHM_DMA_BUF | TEE_SHM_USER_MAPPED; in tee_shm_register() local
242 if (flags != req_flags) in tee_shm_register()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_fcp.c333 if ((fsp->req_flags & FC_SRB_READ) && in fc_fcp_ddp_setup()
1153 fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK; in fc_fcp_pkt_send()
1934 fsp->req_flags = FC_SRB_READ; in fc_queuecommand()
1938 fsp->req_flags = FC_SRB_WRITE; in fc_queuecommand()
1942 fsp->req_flags = 0; in fc_queuecommand()
2022 if ((fsp->cdb_status == 0) && !(fsp->req_flags & FC_SRB_READ)) { in fc_io_compl()
/Linux-v4.19/drivers/video/fbdev/omap/
Dhwa742.c244 int req_flags = 0; in alloc_req() local
249 req_flags = REQ_FROM_IRQ_POOL; in alloc_req()
259 req->flags = req_flags; in alloc_req()
/Linux-v4.19/drivers/char/ipmi/
Dipmi_ssif.c241 bool req_flags; member
370 ssif_info->req_flags = false; in start_flag_fetch()
837 else if (ssif_info->req_flags) in msg_done_handler()
1085 ssif_info->req_flags = true; in request_events()
/Linux-v4.19/include/net/bluetooth/
Dbluetooth.h311 u8 req_flags; member
/Linux-v4.19/net/bluetooth/
Dhci_core.c3497 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_send_cmd()
4225 return (bt_cb(skb)->hci.req_flags & HCI_REQ_START); in hci_req_is_complete()
4285 if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
4298 if (bt_cb(skb)->hci.req_flags & HCI_REQ_START) { in hci_req_cmd_complete()
4303 if (bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) in hci_req_cmd_complete()
/Linux-v4.19/drivers/crypto/bcm/
Dcipher.c2683 u32 req_flags; in aead_do_fallback() local
2697 req_flags = aead_request_flags(req); in aead_do_fallback()
2698 aead_request_set_callback(req, req_flags, aead_complete, req); in aead_do_fallback()
2707 aead_request_set_callback(req, req_flags, in aead_do_fallback()

12