Searched refs:hbq_dmabuf (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_mem.c | 509 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 D | lpfc.h | 161 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 D | lpfc_nvmet.c | 869 struct hbq_dmabuf *nvmebuf = (struct hbq_dmabuf *)axchg->rqb_buffer; in __lpfc_nvme_xmt_ls_rsp()
|
H A D | lpfc_ct.c | 463 lpfc_ct_handle_unsol_abort(struct lpfc_hba *phba, struct hbq_dmabuf *dmabuf) in lpfc_ct_handle_unsol_abort()
|
H A D | lpfc_bsg.c | 1147 lpfc_bsg_ct_unsol_abort(struct lpfc_hba *phba, struct hbq_dmabuf *dmabuf) in lpfc_bsg_ct_unsol_abort()
|