Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_mem.c509 struct hbq_dmabuf *
512 struct hbq_dmabuf *hbqbp; in lpfc_els_hbq_alloc()
514 hbqbp = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL); in lpfc_els_hbq_alloc()
541 lpfc_els_hbq_free(struct lpfc_hba *phba, struct hbq_dmabuf *hbqbp) in lpfc_els_hbq_free()
561 struct hbq_dmabuf *
564 struct hbq_dmabuf *dma_buf; in lpfc_sli4_rb_alloc()
566 dma_buf = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL); in lpfc_sli4_rb_alloc()
601 lpfc_sli4_rb_free(struct lpfc_hba *phba, struct hbq_dmabuf *dmab) in lpfc_sli4_rb_free()
682 struct hbq_dmabuf *hbq_entry; in lpfc_in_buf_free()
689 hbq_entry = container_of(mp, struct hbq_dmabuf, dbuf); in lpfc_in_buf_free()
H A Dlpfc.h161 struct hbq_dmabuf { struct
784 struct hbq_dmabuf *(*hbq_alloc_buffer) (struct lpfc_hba *);
787 struct hbq_dmabuf *);
972 (struct lpfc_hba *, uint32_t, struct hbq_dmabuf *);
H A Dlpfc_nvmet.c869 struct hbq_dmabuf *nvmebuf = (struct hbq_dmabuf *)axchg->rqb_buffer; in __lpfc_nvme_xmt_ls_rsp()
H A Dlpfc_ct.c463 lpfc_ct_handle_unsol_abort(struct lpfc_hba *phba, struct hbq_dmabuf *dmabuf) in lpfc_ct_handle_unsol_abort()
H A Dlpfc_bsg.c1147 lpfc_bsg_ct_unsol_abort(struct lpfc_hba *phba, struct hbq_dmabuf *dmabuf) in lpfc_bsg_ct_unsol_abort()