Searched refs:lpfc_queue (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 145 struct lpfc_queue { struct 220 struct lpfc_queue *assoc_qp; argument 600 void (*sli4_eq_clr_intr)(struct lpfc_queue *q); 601 uint32_t (*sli4_eq_release)(struct lpfc_queue *q, bool arm); 602 uint32_t (*sli4_cq_release)(struct lpfc_queue *q, bool arm); 605 struct lpfc_queue **hba_eq; /* Event queues for HBA */ 606 struct lpfc_queue **fcp_cq; /* Fast-path FCP compl queue */ 607 struct lpfc_queue **nvme_cq; /* Fast-path NVME compl queue */ 608 struct lpfc_queue **nvmet_cqset; /* Fast-path NVMET CQ Set queues */ 609 struct lpfc_queue **nvmet_mrq_hdr; /* Fast-path NVMET hdr MRQs */ [all …]
|
D | lpfc_debugfs.h | 328 lpfc_debug_dump_qe(struct lpfc_queue *q, uint32_t idx) in lpfc_debug_dump_qe() 376 lpfc_debug_dump_q(struct lpfc_queue *q) in lpfc_debug_dump_q() 409 struct lpfc_queue *wq; in lpfc_debug_dump_wq() 452 struct lpfc_queue *wq, *cq, *eq; in lpfc_debug_dump_cq() 517 struct lpfc_queue *qp; in lpfc_debug_dump_hba_eq()
|
D | lpfc_crtn.h | 80 int lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq, 81 struct lpfc_queue *drq, int count, int idx); 257 void lpfc_nvmet_wqfull_process(struct lpfc_hba *phba, struct lpfc_queue *wq); 262 int lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, 264 int lpfc_free_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hq);
|
D | lpfc_sli.c | 81 static int lpfc_sli4_fp_handle_cqe(struct lpfc_hba *, struct lpfc_queue *, 140 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe128 *wqe) in lpfc_sli4_wq_put() 235 lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index) in lpfc_sli4_wq_release() 265 lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe) in lpfc_sli4_mq_put() 304 lpfc_sli4_mq_release(struct lpfc_queue *q) in lpfc_sli4_mq_release() 326 lpfc_sli4_eq_get(struct lpfc_queue *q) in lpfc_sli4_eq_get() 371 lpfc_sli4_eq_clr_intr(struct lpfc_queue *q) in lpfc_sli4_eq_clr_intr() 390 lpfc_sli4_if6_eq_clr_intr(struct lpfc_queue *q) in lpfc_sli4_if6_eq_clr_intr() 419 lpfc_sli4_eq_release(struct lpfc_queue *q, bool arm) in lpfc_sli4_eq_release() 477 lpfc_sli4_if6_eq_release(struct lpfc_queue *q, bool arm) in lpfc_sli4_if6_eq_release() [all …]
|
D | lpfc_sli.h | 210 struct lpfc_queue *wqp; /* Pointer to associated WQ */
|
D | lpfc_debugfs.c | 3153 __lpfc_idiag_print_wq(struct lpfc_queue *qp, char *wqtype, in __lpfc_idiag_print_wq() 3180 struct lpfc_queue *qp; in lpfc_idiag_wqs_for_cq() 3203 __lpfc_idiag_print_cq(struct lpfc_queue *qp, char *cqtype, in __lpfc_idiag_print_cq() 3229 __lpfc_idiag_print_rqpair(struct lpfc_queue *qp, struct lpfc_queue *datqp, in __lpfc_idiag_print_rqpair() 3260 struct lpfc_queue *qp; in lpfc_idiag_cqs_for_eq() 3326 __lpfc_idiag_print_eq(struct lpfc_queue *qp, char *eqtype, in __lpfc_idiag_print_eq() 3373 struct lpfc_queue *qp = NULL; in lpfc_idiag_queinfo_read() 3534 lpfc_idiag_que_param_check(struct lpfc_queue *q, int index, int count) in lpfc_idiag_que_param_check() 3559 lpfc_idiag_queacc_read_qe(char *pbuffer, int len, struct lpfc_queue *pque, in lpfc_idiag_queacc_read_qe() 3612 struct lpfc_queue *pque = NULL; in lpfc_idiag_queacc_read() [all …]
|
D | lpfc_init.c | 959 struct lpfc_queue *qp = NULL; in lpfc_hba_clean_txcmplq() 1263 struct lpfc_queue *qp; in lpfc_hb_timeout_handler() 8114 struct lpfc_queue *qdesc; in lpfc_alloc_nvme_wq_cq() 8144 struct lpfc_queue *qdesc; in lpfc_alloc_fcp_wq_cq() 8207 struct lpfc_queue *qdesc; in lpfc_sli4_queue_create() 8230 sizeof(struct lpfc_queue *), in lpfc_sli4_queue_create() 8241 sizeof(struct lpfc_queue *), in lpfc_sli4_queue_create() 8250 sizeof(struct lpfc_queue *), in lpfc_sli4_queue_create() 8276 sizeof(struct lpfc_queue *), in lpfc_sli4_queue_create() 8286 sizeof(struct lpfc_queue *), in lpfc_sli4_queue_create() [all …]
|
D | lpfc.h | 174 struct lpfc_queue *hrq; /* ptr to associated Header RQ */ 175 struct lpfc_queue *drq; /* ptr to associated Data RQ */
|
D | lpfc_nvmet.c | 74 static void lpfc_nvmet_wqfull_flush(struct lpfc_hba *, struct lpfc_queue *, 888 struct lpfc_queue *wq; in lpfc_nvmet_xmt_fcp_op() 1017 struct lpfc_queue *wq; in lpfc_nvmet_xmt_fcp_abort() 1616 lpfc_nvmet_wqfull_flush(struct lpfc_hba *phba, struct lpfc_queue *wq, in lpfc_nvmet_wqfull_flush() 1663 struct lpfc_queue *wq) in lpfc_nvmet_wqfull_process() 1701 struct lpfc_queue *wq; in lpfc_nvmet_destroy_targetport()
|
D | lpfc_attr.c | 1104 struct lpfc_queue *qp = NULL; in lpfc_do_offline()
|
D | lpfc_bsg.c | 1709 struct lpfc_queue *qp = NULL; in lpfc_bsg_diag_mode_enter()
|
D | lpfc_hbadisc.c | 4643 struct lpfc_queue *qp = NULL; in lpfc_sli4_dequeue_nport_iocbs()
|