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()
8672 struct lpfc_queue *wq; in __lpfc_sli_issue_iocb_s4()
8845 struct lpfc_queue *fpeq; in lpfc_sli_issue_iocb()
11809 lpfc_sli4_sp_handle_els_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_els_wcqe()
11887 struct lpfc_queue *cq, in lpfc_sli4_sp_handle_abort_xri_wcqe()
11946 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe()
11947 struct lpfc_queue *drq = phba->sli4_hba.dat_rq; in lpfc_sli4_sp_handle_rcqe()
12014 lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_sp_handle_cqe()
12073 struct lpfc_queue *speq) in lpfc_sli4_sp_handle_eqe()
12075 struct lpfc_queue *cq = NULL, *childq; in lpfc_sli4_sp_handle_eqe()
12155 lpfc_sli4_fp_handle_fcp_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_fcp_wcqe()
12229 lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_rel_wcqe()
12232 struct lpfc_queue *childwq; in lpfc_sli4_fp_handle_rel_wcqe()
12262 lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_sli4_fp_handle_wcqe()
12318 struct lpfc_queue *cq; in lpfc_sli4_hba_handle_eqe()
12392 lpfc_sli4_eq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_sli4_eq_flush()
12421 struct lpfc_queue *cq; in lpfc_sli4_fof_handle_eqe()
12508 struct lpfc_queue *eq; in lpfc_sli4_fof_intr_handler()
12604 struct lpfc_queue *fpeq; in lpfc_sli4_hba_intr_handler()
12750 lpfc_sli4_queue_free(struct lpfc_queue *queue) in lpfc_sli4_queue_free()
12778 struct lpfc_queue *
12782 struct lpfc_queue *queue; in lpfc_sli4_queue_alloc()
12791 queue = kzalloc(sizeof(struct lpfc_queue) + in lpfc_sli4_queue_alloc()
12893 struct lpfc_queue *eq; in lpfc_modify_fcp_eq_delay()
12975 lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint32_t imax) in lpfc_eq_create()
13094 lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq, in lpfc_cq_create()
13095 struct lpfc_queue *eq, uint32_t type, uint32_t subtype) in lpfc_cq_create()
13214 lpfc_mq_create_fb_init(struct lpfc_hba *phba, struct lpfc_queue *mq, in lpfc_mq_create_fb_init()
13215 LPFC_MBOXQ_t *mbox, struct lpfc_queue *cq) in lpfc_mq_create_fb_init()
13280 lpfc_mq_create(struct lpfc_hba *phba, struct lpfc_queue *mq, in lpfc_mq_create()
13281 struct lpfc_queue *cq, uint32_t subtype) in lpfc_mq_create()
13435 lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq, in lpfc_wq_create()
13436 struct lpfc_queue *cq, uint32_t subtype) in lpfc_wq_create()
13630 lpfc_rq_adjust_repost(struct lpfc_hba *phba, struct lpfc_queue *rq, int qno) in lpfc_rq_adjust_repost()
13671 lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_rq_create()
13672 struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype) in lpfc_rq_create()
13936 lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq) in lpfc_eq_destroy()
13992 lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq) in lpfc_cq_destroy()
14046 lpfc_mq_destroy(struct lpfc_hba *phba, struct lpfc_queue *mq) in lpfc_mq_destroy()
14100 lpfc_wq_destroy(struct lpfc_hba *phba, struct lpfc_queue *wq) in lpfc_wq_destroy()
14153 lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_rq_destroy()
14154 struct lpfc_queue *drq) in lpfc_rq_destroy()