Searched refs:hbq_dmabuf (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 485 struct hbq_dmabuf * 488 struct hbq_dmabuf *hbqbp; in lpfc_els_hbq_alloc() 490 hbqbp = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL); in lpfc_els_hbq_alloc() 517 lpfc_els_hbq_free(struct lpfc_hba *phba, struct hbq_dmabuf *hbqbp) in lpfc_els_hbq_free() 537 struct hbq_dmabuf * 540 struct hbq_dmabuf *dma_buf; in lpfc_sli4_rb_alloc() 542 dma_buf = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL); in lpfc_sli4_rb_alloc() 577 lpfc_sli4_rb_free(struct lpfc_hba *phba, struct hbq_dmabuf *dmab) in lpfc_sli4_rb_free() 660 struct hbq_dmabuf *hbq_entry; in lpfc_in_buf_free() 667 hbq_entry = container_of(mp, struct hbq_dmabuf, dbuf); in lpfc_in_buf_free()
|
D | lpfc_crtn.h | 177 int lpfc_ct_handle_unsol_abort(struct lpfc_hba *, struct hbq_dmabuf *); 249 struct hbq_dmabuf *lpfc_els_hbq_alloc(struct lpfc_hba *); 250 void lpfc_els_hbq_free(struct lpfc_hba *, struct hbq_dmabuf *); 251 struct hbq_dmabuf *lpfc_sli4_rb_alloc(struct lpfc_hba *); 252 void lpfc_sli4_rb_free(struct lpfc_hba *, struct hbq_dmabuf *); 318 void lpfc_sli4_handle_received_buffer(struct lpfc_hba *, struct hbq_dmabuf *); 375 void lpfc_sli_free_hbq(struct lpfc_hba *, struct hbq_dmabuf *); 473 int lpfc_bsg_ct_unsol_abort(struct lpfc_hba *, struct hbq_dmabuf *);
|
D | lpfc.h | 158 struct hbq_dmabuf { struct 516 struct hbq_dmabuf *(*hbq_alloc_buffer) (struct lpfc_hba *); 519 struct hbq_dmabuf *); 691 (struct lpfc_hba *, uint32_t, struct hbq_dmabuf *);
|
D | lpfc_sli.c | 76 struct hbq_dmabuf *); 78 struct hbq_dmabuf *dmabuf); 1993 struct hbq_dmabuf *hbq_buf; in lpfc_sli_hbqbuf_free_all() 2003 hbq_buf = container_of(dmabuf, struct hbq_dmabuf, dbuf); in lpfc_sli_hbqbuf_free_all() 2029 struct hbq_dmabuf *hbq_buf) in lpfc_sli_hbq_to_firmware() 2048 struct hbq_dmabuf *hbq_buf) in lpfc_sli_hbq_to_firmware_s3() 2088 struct hbq_dmabuf *hbq_buf) in lpfc_sli_hbq_to_firmware_s4() 2146 struct hbq_dmabuf *hbq_buffer; in lpfc_sli_hbqbuf_fill_hbqs() 2169 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, in lpfc_sli_hbqbuf_fill_hbqs() 2184 list_remove_head(&hbq_buf_list, hbq_buffer, struct hbq_dmabuf, in lpfc_sli_hbqbuf_fill_hbqs() [all …]
|
D | lpfc_nvmet.c | 869 struct hbq_dmabuf *nvmebuf = (struct hbq_dmabuf *)axchg->rqb_buffer; in __lpfc_nvme_xmt_ls_rsp()
|
D | lpfc_debugfs.c | 289 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()
|
D | lpfc_ct.c | 191 lpfc_ct_handle_unsol_abort(struct lpfc_hba *phba, struct hbq_dmabuf *dmabuf) in lpfc_ct_handle_unsol_abort()
|
D | lpfc_init.c | 865 struct hbq_dmabuf *dmabuf; in lpfc_sli4_free_sp_events() 887 dmabuf = container_of(cq_event, struct hbq_dmabuf, in lpfc_sli4_free_sp_events()
|
D | lpfc_bsg.c | 1173 lpfc_bsg_ct_unsol_abort(struct lpfc_hba *phba, struct hbq_dmabuf *dmabuf) in lpfc_bsg_ct_unsol_abort()
|