Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A 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 …]
H A 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 …]
H A Dbnx2fc_tgt.c184 &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()
H A Dbnx2fc_hwi.c720 &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()
/linux/include/scsi/
H A Dsrp.h134 u8 req_flags; member
152 u8 req_flags; member
H A Dscsi_device.h555 blk_mq_req_flags_t req_flags; /* BLK_MQ_REQ flags */ member
/linux/net/ncsi/
H A Dncsi-cmd.c289 nr = ncsi_alloc_request(ndp, nca->req_flags); in ncsi_alloc_command()
329 if (nca->req_flags == NCSI_REQ_FLAG_NETLINK_DRIVEN) in ncsi_xmit_cmd()
364 if (nca->req_flags == NCSI_REQ_FLAG_NETLINK_DRIVEN) { in ncsi_xmit_cmd()
H A Dinternal.h358 unsigned int req_flags; /* NCSI request properties */ member
398 unsigned int req_flags);
H A Dncsi-manage.c132 nca.req_flags = 0; in ncsi_channel_monitor()
354 unsigned int req_flags) in ncsi_alloc_request() argument
368 nr->flags = req_flags; in ncsi_alloc_request()
380 nr->flags = req_flags; in ncsi_alloc_request()
479 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_suspend_channel()
912 nca.req_flags = 0; in ncsi_update_tx_channel()
999 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_configure_channel()
1367 nca.req_flags = NCSI_REQ_FLAG_EVENT_DRIVEN; in ncsi_probe_channel()
H A Dncsi-netlink.c461 nca.req_flags = NCSI_REQ_FLAG_NETLINK_DRIVEN; in ncsi_send_cmd_nl()
/linux/drivers/mmc/host/
H A Dcqhci-core.c431 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()
/linux/drivers/scsi/libfc/
H A Dfc_fcp.c321 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()
1917 fsp->req_flags = FC_SRB_READ; in fc_queuecommand()
1921 fsp->req_flags = FC_SRB_WRITE; in fc_queuecommand()
1925 fsp->req_flags = 0; in fc_queuecommand()
2004 if ((fsp->cdb_status == 0) && !(fsp->req_flags & FC_SRB_READ)) { in fc_io_compl()
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py1388 (op, vals, req_msg, req_flags) = reqs_by_seq[nl_msg.nl_seq]
1394 req_flags = []
1403 if Netlink.NLM_F_DUMP in req_flags:
1435 req_flags = flags or []
1437 req_flags.append(Netlink.NLM_F_DUMP)
1439 ops = [(method, vals, req_flags)]
/linux/drivers/char/ipmi/
H A Dipmi_ssif.c251 bool req_flags; member
381 ssif_info->req_flags = false; in start_flag_fetch()
591 ssif_info->req_flags = true; in watch_timeout()
916 else if (ssif_info->req_flags) in msg_done_handler()
/linux/net/bluetooth/
H A Dhci_core.c3072 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_send_cmd()
3899 return (bt_cb(skb)->hci.req_flags & HCI_REQ_START); in hci_req_is_complete()
3964 if (skb && bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
3977 if (bt_cb(skb)->hci.req_flags & HCI_REQ_START) { in hci_req_cmd_complete()
3982 if (bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) in hci_req_cmd_complete()
H A Dhci_sync.c108 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_cmd_sync_add()
137 bt_cb(skb)->hci.req_flags |= HCI_REQ_SKB; in hci_req_sync_run()
/linux/drivers/scsi/
H A Dsd.c844 .req_flags = BLK_MQ_REQ_PM, in sd_sec_submit()
1883 .req_flags = BLK_MQ_REQ_PM, in sd_sync_cache()
4174 .req_flags = BLK_MQ_REQ_PM, in sd_start_stop_device()
4391 .req_flags = BLK_MQ_REQ_PM, in sd_resume_runtime()
H A Dscsi_transport_spi.c128 .req_flags = BLK_MQ_REQ_PM, in spi_execute()
H A Dscsi_lib.c313 req = scsi_alloc_request(sdev->request_queue, opf, args->req_flags); in scsi_execute_cmd()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c2180 u8 req_flags) in hws_action_setter_find_first() argument
2183 while (setter->flags & req_flags) in hws_action_setter_find_first()
/linux/drivers/ufs/core/
H A Dufshcd.c9976 .req_flags = BLK_MQ_REQ_PM, in ufshcd_execute_start_stop()