Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_mem.c502 struct hbq_dmabuf *
505 struct hbq_dmabuf *hbqbp; in lpfc_els_hbq_alloc()
507 hbqbp = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL); in lpfc_els_hbq_alloc()
534 lpfc_els_hbq_free(struct lpfc_hba *phba, struct hbq_dmabuf *hbqbp) in lpfc_els_hbq_free()
554 struct hbq_dmabuf *
557 struct hbq_dmabuf *dma_buf; in lpfc_sli4_rb_alloc()
559 dma_buf = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL); in lpfc_sli4_rb_alloc()
594 lpfc_sli4_rb_free(struct lpfc_hba *phba, struct hbq_dmabuf *dmab) in lpfc_sli4_rb_free()
675 struct hbq_dmabuf *hbq_entry; in lpfc_in_buf_free()
682 hbq_entry = container_of(mp, struct hbq_dmabuf, dbuf); in lpfc_in_buf_free()
Dlpfc_crtn.h209 int lpfc_ct_handle_unsol_abort(struct lpfc_hba *, struct hbq_dmabuf *);
285 struct hbq_dmabuf *lpfc_els_hbq_alloc(struct lpfc_hba *);
286 void lpfc_els_hbq_free(struct lpfc_hba *, struct hbq_dmabuf *);
287 struct hbq_dmabuf *lpfc_sli4_rb_alloc(struct lpfc_hba *);
288 void lpfc_sli4_rb_free(struct lpfc_hba *, struct hbq_dmabuf *);
353 void lpfc_sli4_handle_received_buffer(struct lpfc_hba *, struct hbq_dmabuf *);
432 void lpfc_sli_free_hbq(struct lpfc_hba *, struct hbq_dmabuf *);
537 int lpfc_bsg_ct_unsol_abort(struct lpfc_hba *, struct hbq_dmabuf *);
Dlpfc.h160 struct hbq_dmabuf { struct
736 struct hbq_dmabuf *(*hbq_alloc_buffer) (struct lpfc_hba *);
739 struct hbq_dmabuf *);
924 (struct lpfc_hba *, uint32_t, struct hbq_dmabuf *);
Dlpfc_sli.c76 struct hbq_dmabuf *);
78 struct hbq_dmabuf *dmabuf);
2388 struct hbq_dmabuf *hbq_buf; in lpfc_sli_hbqbuf_free_all()
2398 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf); in lpfc_sli_hbqbuf_free_all()
2424 struct hbq_dmabuf *hbq_buf) in lpfc_sli_hbq_to_firmware()
2443 struct hbq_dmabuf *hbq_buf) in lpfc_sli_hbq_to_firmware_s3()
2483 struct hbq_dmabuf *hbq_buf) in lpfc_sli_hbq_to_firmware_s4()
2541 struct hbq_dmabuf *hbq_buffer; in lpfc_sli_hbqbuf_fill_hbqs()
2564 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, in lpfc_sli_hbqbuf_fill_hbqs()
2579 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, in lpfc_sli_hbqbuf_fill_hbqs()
[all …]
Dlpfc_nvmet.c869 struct hbq_dmabuf *nvmebuf = (struct hbq_dmabuf *)axchg->rqb_buffer; in __lpfc_nvme_xmt_ls_rsp()
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()
Dlpfc_ct.c463 lpfc_ct_handle_unsol_abort(struct lpfc_hba *phba, struct hbq_dmabuf *dmabuf) in lpfc_ct_handle_unsol_abort()
Dlpfc_bsg.c1133 lpfc_bsg_ct_unsol_abort(struct lpfc_hba *phba, struct hbq_dmabuf *dmabuf) in lpfc_bsg_ct_unsol_abort()
Dlpfc_init.c924 struct hbq_dmabuf *dmabuf; in lpfc_sli4_free_sp_events()
946 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli4_free_sp_events()