Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_sli4.h133 struct lpfc_queue { struct
245 struct lpfc_queue *assoc_qp; argument
456 struct lpfc_queue *eq;
644 struct lpfc_queue *hba_eq; /* Event queues for HBA */
645 struct lpfc_queue *io_cq; /* Fast-path FCP & NVME compl queue */
646 struct lpfc_queue *io_wq; /* Fast-path FCP & NVME work queue */
783 void (*sli4_eq_clr_intr)(struct lpfc_queue *q);
784 void (*sli4_write_eq_db)(struct lpfc_hba *phba, struct lpfc_queue *eq,
786 void (*sli4_write_cq_db)(struct lpfc_hba *phba, struct lpfc_queue *cq,
794 struct lpfc_queue **nvmet_cqset; /* Fast-path NVMET CQ Set queues */
[all …]
Dlpfc_debugfs.h333 lpfc_debug_dump_qe(struct lpfc_queue *q, uint32_t idx) in lpfc_debug_dump_qe()
381 lpfc_debug_dump_q(struct lpfc_queue *q) in lpfc_debug_dump_q()
414 struct lpfc_queue *wq; in lpfc_debug_dump_wq()
454 struct lpfc_queue *wq, *cq, *eq; in lpfc_debug_dump_cq()
516 struct lpfc_queue *qp; in lpfc_debug_dump_hba_eq()
Dlpfc_crtn.h79 int lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq,
80 struct lpfc_queue *drq, int count, int idx);
253 void lpfc_nvmet_wqfull_process(struct lpfc_hba *phba, struct lpfc_queue *wq);
258 int lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq,
260 int lpfc_free_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hq);
Dlpfc_sli.c82 struct lpfc_queue *cq, struct lpfc_cqe *cqe);
86 struct lpfc_queue *eq,
138 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe128 *wqe) in lpfc_sli4_wq_put()
233 lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index) in lpfc_sli4_wq_release()
263 lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe) in lpfc_sli4_mq_put()
302 lpfc_sli4_mq_release(struct lpfc_queue *q) in lpfc_sli4_mq_release()
324 lpfc_sli4_eq_get(struct lpfc_queue *q) in lpfc_sli4_eq_get()
356 lpfc_sli4_eq_clr_intr(struct lpfc_queue *q) in lpfc_sli4_eq_clr_intr()
375 lpfc_sli4_if6_eq_clr_intr(struct lpfc_queue *q) in lpfc_sli4_if6_eq_clr_intr()
396 lpfc_sli4_write_eq_db(struct lpfc_hba *phba, struct lpfc_queue *q, in lpfc_sli4_write_eq_db()
[all …]
Dlpfc.h175 struct lpfc_queue *hrq; /* ptr to associated Header RQ */
176 struct lpfc_queue *drq; /* ptr to associated Data RQ */
1309 lpfc_sli4_mod_hba_eq_delay(struct lpfc_hba *phba, struct lpfc_queue *eq, in lpfc_sli4_mod_hba_eq_delay()
Dlpfc_debugfs.c3660 __lpfc_idiag_print_wq(struct lpfc_queue *qp, char *wqtype, in __lpfc_idiag_print_wq()
3687 struct lpfc_queue *qp; in lpfc_idiag_wqs_for_cq()
3702 __lpfc_idiag_print_cq(struct lpfc_queue *qp, char *cqtype, in __lpfc_idiag_print_cq()
3729 __lpfc_idiag_print_rqpair(struct lpfc_queue *qp, struct lpfc_queue *datqp, in __lpfc_idiag_print_rqpair()
3760 struct lpfc_queue *qp; in lpfc_idiag_cqs_for_eq()
3803 __lpfc_idiag_print_eq(struct lpfc_queue *qp, char *eqtype, in __lpfc_idiag_print_eq()
3852 struct lpfc_queue *qp = NULL; in lpfc_idiag_queinfo_read()
3980 lpfc_idiag_que_param_check(struct lpfc_queue *q, int index, int count) in lpfc_idiag_que_param_check()
4005 lpfc_idiag_queacc_read_qe(char *pbuffer, int len, struct lpfc_queue *pque, in lpfc_idiag_queacc_read_qe()
4058 struct lpfc_queue *pque = NULL; in lpfc_idiag_queacc_read()
[all …]
Dlpfc_sli.h215 struct lpfc_queue *wqp; /* Pointer to associated WQ */
Dlpfc_init.c960 struct lpfc_queue *qp = NULL; in lpfc_hba_clean_txcmplq()
1237 struct lpfc_queue *eq, *eq_next; in lpfc_hb_eq_delay_work()
8646 struct lpfc_queue *qdesc; in lpfc_alloc_io_wq_cq()
8715 struct lpfc_queue *qdesc; in lpfc_sli4_queue_create()
8771 sizeof(struct lpfc_queue *), in lpfc_sli4_queue_create()
8781 sizeof(struct lpfc_queue *), in lpfc_sli4_queue_create()
8791 sizeof(struct lpfc_queue *), in lpfc_sli4_queue_create()
9082 __lpfc_sli4_release_queue(struct lpfc_queue **qp) in __lpfc_sli4_release_queue()
9091 lpfc_sli4_release_queues(struct lpfc_queue ***qs, int max) in lpfc_sli4_release_queues()
9109 struct lpfc_queue *eq; in lpfc_sli4_release_hdwq()
[all …]
Dlpfc_nvmet.c74 static void lpfc_nvmet_wqfull_flush(struct lpfc_hba *, struct lpfc_queue *,
937 struct lpfc_queue *wq; in lpfc_nvmet_xmt_fcp_op()
1071 struct lpfc_queue *wq; in lpfc_nvmet_xmt_fcp_abort()
1813 lpfc_nvmet_wqfull_flush(struct lpfc_hba *phba, struct lpfc_queue *wq, in lpfc_nvmet_wqfull_flush()
1860 struct lpfc_queue *wq) in lpfc_nvmet_wqfull_process()
1912 struct lpfc_queue *wq; in lpfc_nvmet_destroy_targetport()
Dlpfc_attr.c1216 struct lpfc_queue *qp = NULL; in lpfc_do_offline()
5163 struct lpfc_queue *eq, *cq; in lpfc_cq_max_proc_limit_store()
Dlpfc_bsg.c1707 struct lpfc_queue *qp = NULL; in lpfc_bsg_diag_mode_enter()
Dlpfc_hbadisc.c4759 struct lpfc_queue *qp = NULL; in lpfc_sli4_dequeue_nport_iocbs()