Home
last modified time | relevance | path

Searched refs:lpfc_queue (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_sli4.h119 struct lpfc_queue { struct
419 struct lpfc_queue **fp_eq; /* Fast-path event queue */
420 struct lpfc_queue *sp_eq; /* Slow-path event queue */
421 struct lpfc_queue **fcp_wq;/* Fast-path FCP work queue */
422 struct lpfc_queue *mbx_wq; /* Slow-path MBOX work queue */
423 struct lpfc_queue *els_wq; /* Slow-path ELS work queue */
424 struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */
425 struct lpfc_queue *dat_rq; /* Slow-path Data Receive queue */
426 struct lpfc_queue **fcp_cq;/* Fast-path FCP compl queue */
427 struct lpfc_queue *mbx_cq; /* Slow-path mailbox complete queue */
[all …]
Dlpfc_sli.c87 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe *wqe) in lpfc_sli4_wq_put()
130 lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index) in lpfc_sli4_wq_release()
156 lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe) in lpfc_sli4_mq_put()
193 lpfc_sli4_mq_release(struct lpfc_queue *q) in lpfc_sli4_mq_release()
211 lpfc_sli4_eq_get(struct lpfc_queue *q) in lpfc_sli4_eq_get()
242 lpfc_sli4_eq_release(struct lpfc_queue *q, bool arm) in lpfc_sli4_eq_release()
284 lpfc_sli4_cq_get(struct lpfc_queue *q) in lpfc_sli4_cq_get()
316 lpfc_sli4_cq_release(struct lpfc_queue *q, bool arm) in lpfc_sli4_cq_release()
356 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, in lpfc_sli4_rq_put()
400 lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq) in lpfc_sli4_rq_release()
[all …]
Dlpfc_init.c5903 struct lpfc_queue *qdesc; in lpfc_sli4_queue_create()
5996 phba->sli4_hba.fp_eq = kzalloc((sizeof(struct lpfc_queue *) * in lpfc_sli4_queue_create()
6045 phba->sli4_hba.fcp_cq = kzalloc((sizeof(struct lpfc_queue *) * in lpfc_sli4_queue_create()
6095 phba->sli4_hba.fcp_wq = kzalloc((sizeof(struct lpfc_queue *) * in lpfc_sli4_queue_create()