Home
last modified time | relevance | path

Searched refs:hbq_dmabuf (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/scsi/lpfc/
A Dlpfc_mem.c499 struct hbq_dmabuf *
502 struct hbq_dmabuf *hbqbp; in lpfc_els_hbq_alloc()
504 hbqbp = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL); in lpfc_els_hbq_alloc()
531 lpfc_els_hbq_free(struct lpfc_hba *phba, struct hbq_dmabuf *hbqbp) in lpfc_els_hbq_free()
551 struct hbq_dmabuf *
554 struct hbq_dmabuf *dma_buf; in lpfc_sli4_rb_alloc()
556 dma_buf = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL); in lpfc_sli4_rb_alloc()
591 lpfc_sli4_rb_free(struct lpfc_hba *phba, struct hbq_dmabuf *dmab) in lpfc_sli4_rb_free()
672 struct hbq_dmabuf *hbq_entry; in lpfc_in_buf_free()
679 hbq_entry = container_of(mp, struct hbq_dmabuf, dbuf); in lpfc_in_buf_free()
A Dlpfc_crtn.h197 int lpfc_ct_handle_unsol_abort(struct lpfc_hba *, struct hbq_dmabuf *);
273 struct hbq_dmabuf *lpfc_els_hbq_alloc(struct lpfc_hba *);
274 void lpfc_els_hbq_free(struct lpfc_hba *, struct hbq_dmabuf *);
275 struct hbq_dmabuf *lpfc_sli4_rb_alloc(struct lpfc_hba *);
276 void lpfc_sli4_rb_free(struct lpfc_hba *, struct hbq_dmabuf *);
341 void lpfc_sli4_handle_received_buffer(struct lpfc_hba *, struct hbq_dmabuf *);
406 void lpfc_sli_free_hbq(struct lpfc_hba *, struct hbq_dmabuf *);
507 int lpfc_bsg_ct_unsol_abort(struct lpfc_hba *, struct hbq_dmabuf *);
A Dlpfc.h165 struct hbq_dmabuf { struct
768 struct hbq_dmabuf *(*hbq_alloc_buffer) (struct lpfc_hba *);
771 struct hbq_dmabuf *);
950 (struct lpfc_hba *, uint32_t, struct hbq_dmabuf *);
A Dlpfc_sli.c76 struct hbq_dmabuf *);
78 struct hbq_dmabuf *dmabuf);
2369 struct hbq_dmabuf *hbq_buf; in lpfc_sli_hbqbuf_free_all()
2612 static struct hbq_dmabuf *
2655 static struct hbq_dmabuf *
2659 struct hbq_dmabuf *hbq_buf; in lpfc_sli_hbqbuf_find()
3192 struct hbq_dmabuf *nvmebuf; in lpfc_nvme_unsol_ls_handler()
4412 struct hbq_dmabuf *dmabuf; in lpfc_sli_handle_slow_ring_event_s4()
14669 struct hbq_dmabuf *dma_buf; in lpfc_sli4_sp_handle_rcqe()
18672 static struct hbq_dmabuf *
[all …]
A Dlpfc_nvmet.c868 struct hbq_dmabuf *nvmebuf = (struct hbq_dmabuf *)axchg->rqb_buffer; in __lpfc_nvme_xmt_ls_rsp()
A Dlpfc_debugfs.c289 struct hbq_dmabuf *hbq_buf; in lpfc_debugfs_hbqinfo_data()
358 hbq_buf = container_of(d_buf, struct hbq_dmabuf, dbuf); in lpfc_debugfs_hbqinfo_data()
A Dlpfc_ct.c467 lpfc_ct_handle_unsol_abort(struct lpfc_hba *phba, struct hbq_dmabuf *dmabuf) in lpfc_ct_handle_unsol_abort()
A Dlpfc_bsg.c1149 lpfc_bsg_ct_unsol_abort(struct lpfc_hba *phba, struct hbq_dmabuf *dmabuf) in lpfc_bsg_ct_unsol_abort()
A Dlpfc_init.c912 struct hbq_dmabuf *dmabuf; in lpfc_sli4_free_sp_events()
934 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli4_free_sp_events()

Completed in 82 milliseconds