Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_sli4.h128 struct lpfc_queue { struct
521 struct lpfc_queue **hba_eq;/* Event queues for HBA */
522 struct lpfc_queue **fcp_cq;/* Fast-path FCP compl queue */
523 struct lpfc_queue **fcp_wq;/* Fast-path FCP work queue */
526 struct lpfc_queue *mbx_cq; /* Slow-path mailbox complete queue */
527 struct lpfc_queue *els_cq; /* Slow-path ELS response complete queue */
528 struct lpfc_queue *mbx_wq; /* Slow-path MBOX work queue */
529 struct lpfc_queue *els_wq; /* Slow-path ELS work queue */
530 struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */
531 struct lpfc_queue *dat_rq; /* Slow-path Data Receive queue */
[all …]
Dlpfc_debugfs.h290 lpfc_debug_dump_qe(struct lpfc_queue *q, uint32_t idx) in lpfc_debug_dump_qe()
338 lpfc_debug_dump_q(struct lpfc_queue *q) in lpfc_debug_dump_q()
426 struct lpfc_queue *qdesc; in lpfc_debug_dump_hba_eq()
Dlpfc_sli.c68 static int lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *, struct lpfc_queue *,
96 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe *wqe) in lpfc_sli4_wq_put()
160 lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index) in lpfc_sli4_wq_release()
190 lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe) in lpfc_sli4_mq_put()
229 lpfc_sli4_mq_release(struct lpfc_queue *q) in lpfc_sli4_mq_release()
251 lpfc_sli4_eq_get(struct lpfc_queue *q) in lpfc_sli4_eq_get()
289 lpfc_sli4_eq_clr_intr(struct lpfc_queue *q) in lpfc_sli4_eq_clr_intr()
318 lpfc_sli4_eq_release(struct lpfc_queue *q, bool arm) in lpfc_sli4_eq_release()
366 lpfc_sli4_cq_get(struct lpfc_queue *q) in lpfc_sli4_cq_get()
415 lpfc_sli4_cq_release(struct lpfc_queue *q, bool arm) in lpfc_sli4_cq_release()
[all …]
Dlpfc_sli.h186 struct lpfc_queue *wqp; /* Pointer to associated WQ */
Dlpfc_debugfs.c2002 struct lpfc_queue *qp = NULL; in lpfc_idiag_queinfo_read()
2405 lpfc_idiag_que_param_check(struct lpfc_queue *q, int index, int count) in lpfc_idiag_que_param_check()
2430 lpfc_idiag_queacc_read_qe(char *pbuffer, int len, struct lpfc_queue *pque, in lpfc_idiag_queacc_read_qe()
2483 struct lpfc_queue *pque = NULL; in lpfc_idiag_queacc_read()
2502 pque = (struct lpfc_queue *)idiag.ptr_private; in lpfc_idiag_queacc_read()
2562 struct lpfc_queue *pque; in lpfc_idiag_queacc_write()
2750 pque = (struct lpfc_queue *)idiag.ptr_private; in lpfc_idiag_queacc_write()
Dlpfc_init.c7178 struct lpfc_queue *qdesc; in lpfc_sli4_queue_create()
7194 phba->sli4_hba.hba_eq = kzalloc((sizeof(struct lpfc_queue *) * in lpfc_sli4_queue_create()
7203 phba->sli4_hba.fcp_cq = kzalloc((sizeof(struct lpfc_queue *) * in lpfc_sli4_queue_create()
7212 phba->sli4_hba.fcp_wq = kzalloc((sizeof(struct lpfc_queue *) * in lpfc_sli4_queue_create()
11211 struct lpfc_queue *qdesc; in lpfc_fof_queue_create()