Searched defs:drq (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
H A Dconrpc.c640 srpc_debug_reqst_t *drq; local
647 drq = &(*crpc)->crp_rpc->crpc_reqstmsg.msg_body.dbg_reqst;
649 drq->dbg_sid = console_session.ses_id;
650 drq->dbg_flags = 0;
1172 srpc_debug_reqst_t *drq; local
1259 drq = &crpc->crp_rpc->crpc_reqstmsg.msg_body.dbg_reqst;
1261 drq->dbg_sid = console_session.ses_id;
1262 drq->dbg_flags = 0;
/drivers/scsi/
H A Deata_generic.h187 __u8 drq:1; /* data request active */ member in struct:reg_bit
H A Dgdth.h867 u8 drq; /* DRQ (ISA controllers) */ member in struct:__anon5421
/drivers/scsi/lpfc/
H A Dlpfc_sli.c11903 struct lpfc_queue *drq = phba->sli4_hba.dat_rq; local
11909 if (unlikely(!hrq) || unlikely(!drq))
11926 lpfc_sli4_rq_release(hrq, drq);
13610 * @drq: The queue structure to use to create the data receive queue.
13614 * @drq, on a port, described by @phba by sending a RQ_CREATE mailbox command
13617 * The @phba struct is used to send mailbox command to HBA. The @drq and @hrq
13631 struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype)
13645 if (!hrq || !drq || !cq)
13650 if (hrq->entry_count != drq->entry_count)
13807 switch (drq
13630 lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq, struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype) argument
14112 lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq, struct lpfc_queue *drq) argument
[all...]

Completed in 130 milliseconds