Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h151 struct lpfc_queue { struct
281 struct lpfc_queue *assoc_qp; argument
497 struct lpfc_queue *eq;
704 struct lpfc_queue *hba_eq; /* Event queues for HBA */
705 struct lpfc_queue *io_cq; /* Fast-path FCP & NVME compl queue */
706 struct lpfc_queue *io_wq; /* Fast-path FCP & NVME work queue */
849 void (*sli4_eq_clr_intr)(struct lpfc_queue *q);
850 void (*sli4_write_eq_db)(struct lpfc_hba *phba, struct lpfc_queue *eq,
852 void (*sli4_write_cq_db)(struct lpfc_hba *phba, struct lpfc_queue *cq,
860 struct lpfc_queue **nvmet_cqset; /* Fast-path NVMET CQ Set queues */
[all …]
H A Dlpfc_sli.c82 struct lpfc_queue *cq, struct lpfc_cqe *cqe);
86 struct lpfc_queue *eq,
91 static struct lpfc_cqe *lpfc_sli4_cq_get(struct lpfc_queue *q);
93 struct lpfc_queue *cq,
259 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe128 *wqe) in lpfc_sli4_wq_put()
354 lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index) in lpfc_sli4_wq_release()
376 lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe) in lpfc_sli4_mq_put()
415 lpfc_sli4_mq_release(struct lpfc_queue *q) in lpfc_sli4_mq_release()
437 lpfc_sli4_eq_get(struct lpfc_queue *q) in lpfc_sli4_eq_get()
469 lpfc_sli4_eq_clr_intr(struct lpfc_queue *q) in lpfc_sli4_eq_clr_intr()
[all …]
H A Dlpfc_debugfs.c3890 __lpfc_idiag_print_wq(struct lpfc_queue *qp, char *wqtype, in __lpfc_idiag_print_wq()
3917 struct lpfc_queue *qp; in lpfc_idiag_wqs_for_cq()
3932 __lpfc_idiag_print_cq(struct lpfc_queue *qp, char *cqtype, in __lpfc_idiag_print_cq()
3959 __lpfc_idiag_print_rqpair(struct lpfc_queue *qp, struct lpfc_queue *datqp, in __lpfc_idiag_print_rqpair()
3990 struct lpfc_queue *qp; in lpfc_idiag_cqs_for_eq()
4033 __lpfc_idiag_print_eq(struct lpfc_queue *qp, char *eqtype, in __lpfc_idiag_print_eq()
4082 struct lpfc_queue *qp = NULL; in lpfc_idiag_queinfo_read()
4210 lpfc_idiag_que_param_check(struct lpfc_queue *q, int index, int count) in lpfc_idiag_que_param_check()
4236 lpfc_idiag_queacc_read_qe(char *pbuffer, int len, struct lpfc_queue *pque, in lpfc_idiag_queacc_read_qe()
4289 struct lpfc_queue *pque = NULL; in lpfc_idiag_queacc_read()
[all …]
H A Dlpfc_sli.h267 struct lpfc_queue *wqp; /* Pointer to associated WQ */
H A Dlpfc_init.c1013 struct lpfc_queue *qp = NULL; in lpfc_hba_clean_txcmplq()
1290 struct lpfc_queue *eq; in lpfc_idle_stat_delay_work()
1352 struct lpfc_queue *eq, *eq_next; in lpfc_hb_eq_delay_work()
10353 struct lpfc_queue *qdesc; in lpfc_alloc_io_wq_cq()
10423 struct lpfc_queue *qdesc; in lpfc_sli4_queue_create()
10477 phba->sli4_hba.nvmet_cqset = kzalloc_objs(struct lpfc_queue *, in lpfc_sli4_queue_create()
10485 phba->sli4_hba.nvmet_mrq_hdr = kzalloc_objs(struct lpfc_queue *, in lpfc_sli4_queue_create()
10493 phba->sli4_hba.nvmet_mrq_data = kzalloc_objs(struct lpfc_queue *, in lpfc_sli4_queue_create()
10790 __lpfc_sli4_release_queue(struct lpfc_queue **qp) in __lpfc_sli4_release_queue()
10799 lpfc_sli4_release_queues(struct lpfc_queue ***qs, int max) in lpfc_sli4_release_queues()
[all …]
H A Dlpfc_bsg.c1665 struct lpfc_queue *qp = NULL; in lpfc_bsg_diag_mode_enter()