Lines Matching refs:lpfc_queue
80 struct lpfc_queue *cq, struct lpfc_cqe *cqe);
84 struct lpfc_queue *eq,
88 static struct lpfc_cqe *lpfc_sli4_cq_get(struct lpfc_queue *q);
90 struct lpfc_queue *cq,
266 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe128 *wqe) in lpfc_sli4_wq_put()
361 lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index) in lpfc_sli4_wq_release()
383 lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe) in lpfc_sli4_mq_put()
422 lpfc_sli4_mq_release(struct lpfc_queue *q) in lpfc_sli4_mq_release()
444 lpfc_sli4_eq_get(struct lpfc_queue *q) in lpfc_sli4_eq_get()
476 lpfc_sli4_eq_clr_intr(struct lpfc_queue *q) in lpfc_sli4_eq_clr_intr()
495 lpfc_sli4_if6_eq_clr_intr(struct lpfc_queue *q) in lpfc_sli4_if6_eq_clr_intr()
516 lpfc_sli4_write_eq_db(struct lpfc_hba *phba, struct lpfc_queue *q, in lpfc_sli4_write_eq_db()
554 lpfc_sli4_if6_write_eq_db(struct lpfc_hba *phba, struct lpfc_queue *q, in lpfc_sli4_if6_write_eq_db()
576 __lpfc_sli4_consume_eqe(struct lpfc_hba *phba, struct lpfc_queue *eq, in __lpfc_sli4_consume_eqe()
590 lpfc_sli4_eqcq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_sli4_eqcq_flush()
595 struct lpfc_queue *cq = NULL, *childq = NULL; in lpfc_sli4_eqcq_flush()
634 lpfc_sli4_process_eq(struct lpfc_hba *phba, struct lpfc_queue *eq, in lpfc_sli4_process_eq()
685 lpfc_sli4_cq_get(struct lpfc_queue *q) in lpfc_sli4_cq_get()
711 __lpfc_sli4_consume_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in __lpfc_sli4_consume_cqe()
736 lpfc_sli4_write_cq_db(struct lpfc_hba *phba, struct lpfc_queue *q, in lpfc_sli4_write_cq_db()
769 lpfc_sli4_if6_write_cq_db(struct lpfc_hba *phba, struct lpfc_queue *q, in lpfc_sli4_if6_write_cq_db()
798 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, in lpfc_sli4_rq_put()
861 lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq) in lpfc_sli4_rq_release()
2469 struct lpfc_queue *hrq; in lpfc_sli_hbq_to_firmware_s4()
2470 struct lpfc_queue *drq; in lpfc_sli_hbq_to_firmware_s4()
2632 lpfc_sli_rqbuf_get(struct lpfc_hba *phba, struct lpfc_queue *hrq) in lpfc_sli_rqbuf_get()
6069 struct lpfc_queue *eq; in lpfc_sli4_arm_cqeq_intr()
7676 lpfc_post_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_post_rq_buffer()
7677 struct lpfc_queue *drq, int count, int idx) in lpfc_post_rq_buffer()
7834 struct lpfc_queue *cq; in lpfc_init_idle_stat_hb()
8841 struct lpfc_queue *mcq; in lpfc_sli4_mbox_completions_pending()
8890 struct lpfc_queue *fpeq = NULL; in lpfc_sli4_process_missed_mbox_completions()
8891 struct lpfc_queue *eq; in lpfc_sli4_process_missed_mbox_completions()
11041 struct lpfc_queue *wq; in __lpfc_sli_issue_iocb_s4()
11242 struct lpfc_queue *eq; in lpfc_sli_issue_iocb()
11845 struct lpfc_queue *qp = NULL; in lpfc_sli_host_down()
11946 struct lpfc_queue *qp = NULL; in lpfc_sli_hba_down()
12471 struct lpfc_queue *qp = NULL; in lpfc_sli_hba_iocb_abort()
14488 lpfc_sli4_sp_handle_mcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_mcqe()
14518 lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_els_wcqe()
14603 struct lpfc_queue *cq, in lpfc_sli4_sp_handle_abort_xri_wcqe()
14666 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe()
14667 struct lpfc_queue *drq = phba->sli4_hba.dat_rq; in lpfc_sli4_sp_handle_rcqe()
14764 lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_cqe()
14824 struct lpfc_queue *speq) in lpfc_sli4_sp_handle_eqe()
14826 struct lpfc_queue *cq = NULL, *childq; in lpfc_sli4_sp_handle_eqe()
14884 __lpfc_sli4_process_cq(struct lpfc_hba *phba, struct lpfc_queue *cq, in __lpfc_sli4_process_cq() argument
14885 bool (*handler)(struct lpfc_hba *, struct lpfc_queue *, in __lpfc_sli4_process_cq()
14969 __lpfc_sli4_sp_process_cq(struct lpfc_queue *cq) in __lpfc_sli4_sp_process_cq()
15029 struct lpfc_queue *cq = container_of(work, struct lpfc_queue, spwork); in lpfc_sli4_sp_process_cq()
15043 struct lpfc_queue *cq = container_of(to_delayed_work(work), in lpfc_sli4_dly_sp_process_cq()
15044 struct lpfc_queue, sched_spwork); in lpfc_sli4_dly_sp_process_cq()
15059 lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_fcp_wcqe()
15148 lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_rel_wcqe()
15151 struct lpfc_queue *childwq; in lpfc_sli4_fp_handle_rel_wcqe()
15185 lpfc_sli4_nvmet_handle_rcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_nvmet_handle_rcqe()
15189 struct lpfc_queue *hrq; in lpfc_sli4_nvmet_handle_rcqe()
15190 struct lpfc_queue *drq; in lpfc_sli4_nvmet_handle_rcqe()
15294 lpfc_sli4_fp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_cqe()
15359 struct lpfc_queue *cq, uint16_t cqid) in lpfc_sli4_sched_cq_work()
15400 lpfc_sli4_hba_handle_eqe(struct lpfc_hba *phba, struct lpfc_queue *eq, in lpfc_sli4_hba_handle_eqe()
15403 struct lpfc_queue *cq = NULL; in lpfc_sli4_hba_handle_eqe()
15485 __lpfc_sli4_hba_process_cq(struct lpfc_queue *cq, in __lpfc_sli4_hba_process_cq()
15526 struct lpfc_queue *cq = container_of(work, struct lpfc_queue, irqwork); in lpfc_sli4_hba_process_cq()
15540 struct lpfc_queue *cq = container_of(to_delayed_work(work), in lpfc_sli4_dly_hba_process_cq()
15541 struct lpfc_queue, sched_irqwork); in lpfc_sli4_dly_hba_process_cq()
15577 struct lpfc_queue *fpeq; in lpfc_sli4_hba_intr_handler()
15685 struct lpfc_queue *eq; in lpfc_sli4_poll_hbtimer()
15699 inline int lpfc_sli4_poll_eq(struct lpfc_queue *eq, uint8_t path) in lpfc_sli4_poll_eq()
15726 static inline void lpfc_sli4_add_to_poll_list(struct lpfc_queue *eq) in lpfc_sli4_add_to_poll_list()
15739 static inline void lpfc_sli4_remove_from_poll_list(struct lpfc_queue *eq) in lpfc_sli4_remove_from_poll_list()
15755 struct lpfc_queue *eq, *next; in lpfc_sli4_cleanup_poll_list()
15765 __lpfc_sli4_switch_eqmode(struct lpfc_queue *eq, uint8_t mode) in __lpfc_sli4_switch_eqmode()
15800 void lpfc_sli4_start_polling(struct lpfc_queue *eq) in lpfc_sli4_start_polling()
15805 void lpfc_sli4_stop_polling(struct lpfc_queue *eq) in lpfc_sli4_stop_polling()
15830 lpfc_sli4_queue_free(struct lpfc_queue *queue) in lpfc_sli4_queue_free()
15871 struct lpfc_queue *
15875 struct lpfc_queue *queue; in lpfc_sli4_queue_alloc()
16000 struct lpfc_queue *eq; in lpfc_modify_hba_eq_delay()
16108 lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax) in lpfc_eq_create()
16220 struct lpfc_queue *cq = container_of(iop, struct lpfc_queue, iop); in lpfc_cq_poll_hdler()
16251 lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_cq_create()
16252 struct lpfc_queue *eq, uint32_t type, uint32_t subtype) in lpfc_cq_create()
16400 lpfc_cq_create_set(struct lpfc_hba *phba, struct lpfc_queue **cqp, in lpfc_cq_create_set()
16404 struct lpfc_queue *cq; in lpfc_cq_create_set()
16405 struct lpfc_queue *eq; in lpfc_cq_create_set()
16643 lpfc_mq_create_fb_init(struct lpfc_hba *phba, struct lpfc_queue *mq, in lpfc_mq_create_fb_init()
16644 LPFC_MBOXQ_t *mbox, struct lpfc_queue *cq) in lpfc_mq_create_fb_init()
16709 lpfc_mq_create(struct lpfc_hba *phba, struct lpfc_queue *mq, in lpfc_mq_create()
16710 struct lpfc_queue *cq, uint32_t subtype) in lpfc_mq_create()
16864 lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq, in lpfc_wq_create()
16865 struct lpfc_queue *cq, uint32_t subtype) in lpfc_wq_create()
17128 lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_rq_create()
17129 struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype) in lpfc_rq_create()
17418 lpfc_mrq_create(struct lpfc_hba *phba, struct lpfc_queue **hrqp, in lpfc_mrq_create()
17419 struct lpfc_queue **drqp, struct lpfc_queue **cqp, in lpfc_mrq_create()
17422 struct lpfc_queue *hrq, *drq, *cq; in lpfc_mrq_create()
17601 lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_eq_destroy()
17659 lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq) in lpfc_cq_destroy()
17714 lpfc_mq_destroy(struct lpfc_hba *phba, struct lpfc_queue *mq) in lpfc_mq_destroy()
17769 lpfc_wq_destroy(struct lpfc_hba *phba, struct lpfc_queue *wq) in lpfc_wq_destroy()
17826 lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_rq_destroy()
17827 struct lpfc_queue *drq) in lpfc_rq_destroy()
21095 struct lpfc_queue *wq; in lpfc_drain_txq()
21313 struct lpfc_queue *wq; in lpfc_sli4_issue_wqe()