Lines Matching refs:lpfc_queue

82 				   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()
434 lpfc_sli4_if6_write_eq_db(struct lpfc_hba *phba, struct lpfc_queue *q, in lpfc_sli4_if6_write_eq_db()
456 __lpfc_sli4_consume_eqe(struct lpfc_hba *phba, struct lpfc_queue *eq, in __lpfc_sli4_consume_eqe()
470 lpfc_sli4_eq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_sli4_eq_flush()
488 lpfc_sli4_process_eq(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_sli4_process_eq()
538 lpfc_sli4_cq_get(struct lpfc_queue *q) in lpfc_sli4_cq_get()
564 __lpfc_sli4_consume_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in __lpfc_sli4_consume_cqe()
589 lpfc_sli4_write_cq_db(struct lpfc_hba *phba, struct lpfc_queue *q, in lpfc_sli4_write_cq_db()
622 lpfc_sli4_if6_write_cq_db(struct lpfc_hba *phba, struct lpfc_queue *q, in lpfc_sli4_if6_write_cq_db()
653 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, in lpfc_sli4_rq_put()
717 lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq) in lpfc_sli4_rq_release()
2078 struct lpfc_queue *hrq; in lpfc_sli_hbq_to_firmware_s4()
2079 struct lpfc_queue *drq; in lpfc_sli_hbq_to_firmware_s4()
2243 lpfc_sli_rqbuf_get(struct lpfc_hba *phba, struct lpfc_queue *hrq) in lpfc_sli_rqbuf_get()
5544 struct lpfc_queue *eq; in lpfc_sli4_arm_cqeq_intr()
7084 lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_post_rq_buffer()
7085 struct lpfc_queue *drq, int count, int idx) in lpfc_post_rq_buffer()
7809 struct lpfc_queue *mcq; in lpfc_sli4_mbox_completions_pending()
7858 struct lpfc_queue *fpeq = NULL; in lpfc_sli4_process_missed_mbox_completions()
7859 struct lpfc_queue *eq; in lpfc_sli4_process_missed_mbox_completions()
9876 struct lpfc_queue *wq; in __lpfc_sli_issue_iocb_s4()
10630 struct lpfc_queue *qp = NULL; in lpfc_sli_host_down()
10726 struct lpfc_queue *qp = NULL; in lpfc_sli_hba_down()
11280 struct lpfc_queue *qp = NULL; in lpfc_sli_hba_iocb_abort()
13182 lpfc_sli4_sp_handle_mcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_mcqe()
13212 lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_els_wcqe()
13299 struct lpfc_queue *cq, in lpfc_sli4_sp_handle_abort_xri_wcqe()
13359 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe()
13360 struct lpfc_queue *drq = phba->sli4_hba.dat_rq; in lpfc_sli4_sp_handle_rcqe()
13453 lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_cqe()
13512 struct lpfc_queue *speq) in lpfc_sli4_sp_handle_eqe()
13514 struct lpfc_queue *cq = NULL, *childq; in lpfc_sli4_sp_handle_eqe()
13565 __lpfc_sli4_process_cq(struct lpfc_hba *phba, struct lpfc_queue *cq, in __lpfc_sli4_process_cq() argument
13566 bool (*handler)(struct lpfc_hba *, struct lpfc_queue *, in __lpfc_sli4_process_cq()
13644 __lpfc_sli4_sp_process_cq(struct lpfc_queue *cq) in __lpfc_sli4_sp_process_cq()
13698 struct lpfc_queue *cq = container_of(work, struct lpfc_queue, spwork); in lpfc_sli4_sp_process_cq()
13712 struct lpfc_queue *cq = container_of(to_delayed_work(work), in lpfc_sli4_dly_sp_process_cq()
13713 struct lpfc_queue, sched_spwork); in lpfc_sli4_dly_sp_process_cq()
13728 lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_fcp_wcqe()
13814 lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_rel_wcqe()
13817 struct lpfc_queue *childwq; in lpfc_sli4_fp_handle_rel_wcqe()
13850 lpfc_sli4_nvmet_handle_rcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_nvmet_handle_rcqe()
13854 struct lpfc_queue *hrq; in lpfc_sli4_nvmet_handle_rcqe()
13855 struct lpfc_queue *drq; in lpfc_sli4_nvmet_handle_rcqe()
13959 lpfc_sli4_fp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_cqe()
14022 lpfc_sli4_hba_handle_eqe(struct lpfc_hba *phba, struct lpfc_queue *eq, in lpfc_sli4_hba_handle_eqe()
14025 struct lpfc_queue *cq = NULL; in lpfc_sli4_hba_handle_eqe()
14110 __lpfc_sli4_hba_process_cq(struct lpfc_queue *cq) in __lpfc_sli4_hba_process_cq()
14144 struct lpfc_queue *cq = container_of(work, struct lpfc_queue, irqwork); in lpfc_sli4_hba_process_cq()
14158 struct lpfc_queue *cq = container_of(to_delayed_work(work), in lpfc_sli4_dly_hba_process_cq()
14159 struct lpfc_queue, sched_irqwork); in lpfc_sli4_dly_hba_process_cq()
14195 struct lpfc_queue *fpeq; in lpfc_sli4_hba_intr_handler()
14309 lpfc_sli4_queue_free(struct lpfc_queue *queue) in lpfc_sli4_queue_free()
14350 struct lpfc_queue *
14354 struct lpfc_queue *queue; in lpfc_sli4_queue_alloc()
14478 struct lpfc_queue *eq; in lpfc_modify_hba_eq_delay()
14586 lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax) in lpfc_eq_create()
14718 lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_cq_create()
14719 struct lpfc_queue *eq, uint32_t type, uint32_t subtype) in lpfc_cq_create()
14863 lpfc_cq_create_set(struct lpfc_hba *phba, struct lpfc_queue **cqp, in lpfc_cq_create_set()
14867 struct lpfc_queue *cq; in lpfc_cq_create_set()
14868 struct lpfc_queue *eq; in lpfc_cq_create_set()
15106 lpfc_mq_create_fb_init(struct lpfc_hba *phba, struct lpfc_queue *mq, in lpfc_mq_create_fb_init()
15107 LPFC_MBOXQ_t *mbox, struct lpfc_queue *cq) in lpfc_mq_create_fb_init()
15172 lpfc_mq_create(struct lpfc_hba *phba, struct lpfc_queue *mq, in lpfc_mq_create()
15173 struct lpfc_queue *cq, uint32_t subtype) in lpfc_mq_create()
15327 lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq, in lpfc_wq_create()
15328 struct lpfc_queue *cq, uint32_t subtype) in lpfc_wq_create()
15594 lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_rq_create()
15595 struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype) in lpfc_rq_create()
15883 lpfc_mrq_create(struct lpfc_hba *phba, struct lpfc_queue **hrqp, in lpfc_mrq_create()
15884 struct lpfc_queue **drqp, struct lpfc_queue **cqp, in lpfc_mrq_create()
15887 struct lpfc_queue *hrq, *drq, *cq; in lpfc_mrq_create()
16065 lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_eq_destroy()
16122 lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq) in lpfc_cq_destroy()
16176 lpfc_mq_destroy(struct lpfc_hba *phba, struct lpfc_queue *mq) in lpfc_mq_destroy()
16230 lpfc_wq_destroy(struct lpfc_hba *phba, struct lpfc_queue *wq) in lpfc_wq_destroy()
16285 lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_rq_destroy()
16286 struct lpfc_queue *drq) in lpfc_rq_destroy()
19437 struct lpfc_queue *wq; in lpfc_drain_txq()
19654 struct lpfc_queue *wq; in lpfc_sli4_issue_wqe()