Lines Matching refs:lpfc_queue

68 static int lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *, struct lpfc_queue *,
96 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe *wqe) in lpfc_sli4_wq_put()
156 lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index) in lpfc_sli4_wq_release()
186 lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe) in lpfc_sli4_mq_put()
225 lpfc_sli4_mq_release(struct lpfc_queue *q) in lpfc_sli4_mq_release()
247 lpfc_sli4_eq_get(struct lpfc_queue *q) in lpfc_sli4_eq_get()
285 lpfc_sli4_eq_clr_intr(struct lpfc_queue *q) in lpfc_sli4_eq_clr_intr()
314 lpfc_sli4_eq_release(struct lpfc_queue *q, bool arm) in lpfc_sli4_eq_release()
362 lpfc_sli4_cq_get(struct lpfc_queue *q) in lpfc_sli4_cq_get()
411 lpfc_sli4_cq_release(struct lpfc_queue *q, bool arm) in lpfc_sli4_cq_release()
456 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, in lpfc_sli4_rq_put()
517 lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq) in lpfc_sli4_rq_release()
6704 struct lpfc_queue *mcq; in lpfc_sli4_mbox_completions_pending()
6746 struct lpfc_queue *fpeq = NULL; in lpfc_sli4_process_missed_mbox_completions()
8642 struct lpfc_queue *wq; in __lpfc_sli_issue_iocb_s4()
8827 struct lpfc_queue *fpeq; in lpfc_sli_issue_iocb()
11791 lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_els_wcqe()
11869 struct lpfc_queue *cq, in lpfc_sli4_sp_handle_abort_xri_wcqe()
11928 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe()
11929 struct lpfc_queue *drq = phba->sli4_hba.dat_rq; in lpfc_sli4_sp_handle_rcqe()
11996 lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_cqe()
12055 struct lpfc_queue *speq) in lpfc_sli4_sp_handle_eqe()
12057 struct lpfc_queue *cq = NULL, *childq; in lpfc_sli4_sp_handle_eqe()
12137 lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_fcp_wcqe()
12211 lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_rel_wcqe()
12214 struct lpfc_queue *childwq; in lpfc_sli4_fp_handle_rel_wcqe()
12244 lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_wcqe()
12300 struct lpfc_queue *cq; in lpfc_sli4_hba_handle_eqe()
12374 lpfc_sli4_eq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_sli4_eq_flush()
12403 struct lpfc_queue *cq; in lpfc_sli4_fof_handle_eqe()
12490 struct lpfc_queue *eq; in lpfc_sli4_fof_intr_handler()
12584 struct lpfc_queue *fpeq; in lpfc_sli4_hba_intr_handler()
12730 lpfc_sli4_queue_free(struct lpfc_queue *queue) in lpfc_sli4_queue_free()
12758 struct lpfc_queue *
12762 struct lpfc_queue *queue; in lpfc_sli4_queue_alloc()
12771 queue = kzalloc(sizeof(struct lpfc_queue) + in lpfc_sli4_queue_alloc()
12869 struct lpfc_queue *eq; in lpfc_modify_fcp_eq_delay()
12951 lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax) in lpfc_eq_create()
13070 lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_cq_create()
13071 struct lpfc_queue *eq, uint32_t type, uint32_t subtype) in lpfc_cq_create()
13190 lpfc_mq_create_fb_init(struct lpfc_hba *phba, struct lpfc_queue *mq, in lpfc_mq_create_fb_init()
13191 LPFC_MBOXQ_t *mbox, struct lpfc_queue *cq) in lpfc_mq_create_fb_init()
13256 lpfc_mq_create(struct lpfc_hba *phba, struct lpfc_queue *mq, in lpfc_mq_create()
13257 struct lpfc_queue *cq, uint32_t subtype) in lpfc_mq_create()
13411 lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq, in lpfc_wq_create()
13412 struct lpfc_queue *cq, uint32_t subtype) in lpfc_wq_create()
13606 lpfc_rq_adjust_repost(struct lpfc_hba *phba, struct lpfc_queue *rq, int qno) in lpfc_rq_adjust_repost()
13647 lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_rq_create()
13648 struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype) in lpfc_rq_create()
13912 lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_eq_destroy()
13968 lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq) in lpfc_cq_destroy()
14022 lpfc_mq_destroy(struct lpfc_hba *phba, struct lpfc_queue *mq) in lpfc_mq_destroy()
14076 lpfc_wq_destroy(struct lpfc_hba *phba, struct lpfc_queue *wq) in lpfc_wq_destroy()
14129 lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_rq_destroy()
14130 struct lpfc_queue *drq) in lpfc_rq_destroy()