Home
last modified time | relevance | path

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

/drivers/scsi/bnx2fc/
Dbnx2fc_io.c50 "req_flags = %lx\n", cmd_type, io_req->req_flags); in bnx2fc_cmd_timeout()
53 if (test_and_clear_bit(BNX2FC_FLAG_ISSUE_RRQ, &io_req->req_flags)) { in bnx2fc_cmd_timeout()
54 clear_bit(BNX2FC_FLAG_RETIRE_OXID, &io_req->req_flags); in bnx2fc_cmd_timeout()
63 if (test_and_clear_bit(BNX2FC_FLAG_RETIRE_OXID, &io_req->req_flags)) { in bnx2fc_cmd_timeout()
71 &io_req->req_flags)) { in bnx2fc_cmd_timeout()
76 &io_req->req_flags)) { in bnx2fc_cmd_timeout()
81 &io_req->req_flags))) { in bnx2fc_cmd_timeout()
107 &io_req->req_flags)) { in bnx2fc_cmd_timeout()
114 &io_req->req_flags)) { in bnx2fc_cmd_timeout()
149 if (test_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags)) { in bnx2fc_cmd_timeout()
[all …]
Dbnx2fc_els.c41 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rrq_req->req_flags)) { in bnx2fc_rrq_compl()
130 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &els_req->req_flags)) { in bnx2fc_l2_els_compl()
271 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &srr_req->req_flags)) { in bnx2fc_srr_compl()
282 if (test_bit(BNX2FC_FLAG_IO_COMPL, &orig_io_req->req_flags) || in bnx2fc_srr_compl()
283 test_bit(BNX2FC_FLAG_ISSUE_ABTS, &orig_io_req->req_flags)) { in bnx2fc_srr_compl()
285 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl()
309 if (test_bit(BNX2FC_FLAG_IO_COMPL, &orig_io_req->req_flags) || in bnx2fc_srr_compl()
310 test_bit(BNX2FC_FLAG_ISSUE_ABTS, &orig_io_req->req_flags)) { in bnx2fc_srr_compl()
312 orig_io_req->xid, orig_io_req->req_flags); in bnx2fc_srr_compl()
396 if (test_and_clear_bit(BNX2FC_FLAG_ELS_TIMEOUT, &rec_req->req_flags)) { in bnx2fc_rec_compl()
[all …]
Dbnx2fc_tgt.c185 &io_req->req_flags)) { in bnx2fc_flush_active_ios()
195 set_bit(BNX2FC_FLAG_IO_COMPL, &io_req->req_flags); in bnx2fc_flush_active_ios()
196 set_bit(BNX2FC_FLAG_IO_CLEANUP, &io_req->req_flags); in bnx2fc_flush_active_ios()
249 &io_req->req_flags)) { in bnx2fc_flush_active_ios()
259 clear_bit(BNX2FC_FLAG_ISSUE_RRQ, &io_req->req_flags); in bnx2fc_flush_active_ios()
Dbnx2fc_hwi.c726 &io_req->req_flags)) { in bnx2fc_process_unsol_compl()
749 if (test_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags)) { in bnx2fc_process_unsol_compl()
769 &io_req->req_flags)) { in bnx2fc_process_unsol_compl()
785 set_bit(BNX2FC_FLAG_ISSUE_ABTS, &io_req->req_flags); in bnx2fc_process_unsol_compl()
Dbnx2fc.h440 unsigned long req_flags; member
/drivers/input/misc/
Dgpio_input.c217 unsigned long req_flags = IRQF_TRIGGER_RISING | IRQF_TRIGGER_FALLING; in gpio_event_input_request_irqs() local
224 req_flags, "gpio_keys", &ds->key_state[i]); in gpio_event_input_request_irqs()
/drivers/scsi/libfc/
Dfc_fcp.c309 if ((fsp->req_flags & FC_SRB_READ) && in fc_fcp_ddp_setup()
1084 fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK; in fc_fcp_pkt_send()
1849 fsp->req_flags = FC_SRB_READ; in fc_queuecommand()
1853 fsp->req_flags = FC_SRB_WRITE; in fc_queuecommand()
1857 fsp->req_flags = 0; in fc_queuecommand()
1937 if ((fsp->cdb_status == 0) && !(fsp->req_flags & FC_SRB_READ)) { in fc_io_compl()
/drivers/video/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()
/drivers/infiniband/ulp/srpt/
Dib_srpt.c2477 if ((req->req_flags & SRP_MTCH_ACTION) == SRP_MULTICHAN_SINGLE) { in srpt_cm_req_recv()