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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli4.h113 struct lpfc_queue { struct
392 struct lpfc_queue **fp_eq; /* Fast-path event queue */
393 struct lpfc_queue *sp_eq; /* Slow-path event queue */
394 struct lpfc_queue **fcp_wq;/* Fast-path FCP work queue */
395 struct lpfc_queue *mbx_wq; /* Slow-path MBOX work queue */
396 struct lpfc_queue *els_wq; /* Slow-path ELS work queue */
397 struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */
398 struct lpfc_queue *dat_rq; /* Slow-path Data Receive queue */
399 struct lpfc_queue **fcp_cq;/* Fast-path FCP compl queue */
400 struct lpfc_queue *mbx_c
[all...]
H A Dlpfc_sli.c87 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe *wqe)
129 lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index)
155 lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe)
192 lpfc_sli4_mq_release(struct lpfc_queue *q)
210 lpfc_sli4_eq_get(struct lpfc_queue *q)
241 lpfc_sli4_eq_release(struct lpfc_queue *q, bool arm)
283 lpfc_sli4_cq_get(struct lpfc_queue *q)
315 lpfc_sli4_cq_release(struct lpfc_queue *q, bool arm)
355 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *d
[all...]
H A Dlpfc_init.c5680 struct lpfc_queue *qdesc;
5773 phba->sli4_hba.fp_eq = kzalloc((sizeof(struct lpfc_queue *) *
5822 phba->sli4_hba.fcp_cq = kzalloc((sizeof(struct lpfc_queue *) *
5872 phba->sli4_hba.fcp_wq = kzalloc((sizeof(struct lpfc_queue *) *

Completed in 93 milliseconds