Home
last modified time | relevance | path

Searched refs:rqe (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/scsi/bnx2i/
Dbnx2i.h443 struct rqe { struct
609 struct rqe *rq_virt;
613 struct rqe *rq_prod_qe;
614 struct rqe *rq_cons_qe;
615 struct rqe *rq_first_qe;
616 struct rqe *rq_last_qe;
/linux-3.4.99/drivers/block/
Dsunvdc.c219 struct vdc_req_entry *rqe = &port->rq_arr[index]; in vdc_end_one() local
229 req = rqe->req; in vdc_end_one()
235 rqe->req = NULL; in vdc_end_one()
367 struct vdc_req_entry *rqe; in __send_request() local
407 rqe = &port->rq_arr[dr->prod]; in __send_request()
408 rqe->req = req; in __send_request()
/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_sli4.h117 struct lpfc_rqe *rqe; member
Dlpfc_sli.c408 temp_hrqe = hq->qe[hq->host_index].rqe; in lpfc_sli4_rq_put()
409 temp_drqe = dq->qe[dq->host_index].rqe; in lpfc_sli4_rq_put()