• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/

Lines Matching refs:lpfc_queue

87 lpfc_sli4_wq_put(struct lpfc_queue *q, union lpfc_wqe *wqe)
129 lpfc_sli4_wq_release(struct lpfc_queue *q, uint32_t index)
155 lpfc_sli4_mq_put(struct lpfc_queue *q, struct lpfc_mqe *mqe)
192 lpfc_sli4_mq_release(struct lpfc_queue *q)
210 lpfc_sli4_eq_get(struct lpfc_queue *q)
241 lpfc_sli4_eq_release(struct lpfc_queue *q, bool arm)
283 lpfc_sli4_cq_get(struct lpfc_queue *q)
315 lpfc_sli4_cq_release(struct lpfc_queue *q, bool arm)
355 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq,
399 lpfc_sli4_rq_release(struct lpfc_queue *hq, struct lpfc_queue *dq)
8930 struct lpfc_queue *cq,
8989 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq;
8990 struct lpfc_queue *drq = phba->sli4_hba.dat_rq;
9045 lpfc_sli4_sp_handle_cqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
9104 struct lpfc_queue *cq = NULL, *childq, *speq;
9259 lpfc_sli4_fp_handle_rel_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
9262 struct lpfc_queue *childwq;
9292 lpfc_sli4_fp_handle_wcqe(struct lpfc_hba *phba, struct lpfc_queue *cq,
9345 struct lpfc_queue *cq;
9401 lpfc_sli4_eq_flush(struct lpfc_hba *phba, struct lpfc_queue *eq)
9437 struct lpfc_queue *speq;
9516 struct lpfc_queue *fpeq;
9627 lpfc_sli4_queue_free(struct lpfc_queue *queue)
9655 struct lpfc_queue *
9659 struct lpfc_queue *queue;
9668 queue = kzalloc(sizeof(struct lpfc_queue) +
9730 lpfc_eq_create(struct lpfc_hba *phba, struct lpfc_queue *eq, uint16_t imax)
9846 lpfc_cq_create(struct lpfc_hba *phba, struct lpfc_queue *cq,
9847 struct lpfc_queue *eq, uint32_t type, uint32_t subtype)
9951 lpfc_mq_create_fb_init(struct lpfc_hba *phba, struct lpfc_queue *mq,
9952 LPFC_MBOXQ_t *mbox, struct lpfc_queue *cq)
10017 lpfc_mq_create(struct lpfc_hba *phba, struct lpfc_queue *mq,
10018 struct lpfc_queue *cq, uint32_t subtype)
10152 lpfc_wq_create(struct lpfc_hba *phba, struct lpfc_queue *wq,
10153 struct lpfc_queue *cq, uint32_t subtype)
10240 lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq,
10241 struct lpfc_queue *drq, struct lpfc_queue *cq, uint32_t subtype)
10408 lpfc_eq_destroy(struct lpfc_hba *phba, struct lpfc_queue *eq)
10463 lpfc_cq_destroy(struct lpfc_hba *phba, struct lpfc_queue *cq)
10516 lpfc_mq_destroy(struct lpfc_hba *phba, struct lpfc_queue *mq)
10569 lpfc_wq_destroy(struct lpfc_hba *phba, struct lpfc_queue *wq)
10621 lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq,
10622 struct lpfc_queue *drq)