/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_mem.c | 486 struct hbq_dmabuf * 489 struct hbq_dmabuf *hbqbp; in lpfc_els_hbq_alloc() 491 hbqbp = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL); in lpfc_els_hbq_alloc() 518 lpfc_els_hbq_free(struct lpfc_hba *phba, struct hbq_dmabuf *hbqbp) in lpfc_els_hbq_free() 538 struct hbq_dmabuf * 541 struct hbq_dmabuf *dma_buf; in lpfc_sli4_rb_alloc() 543 dma_buf = kzalloc(sizeof(struct hbq_dmabuf), GFP_KERNEL); in lpfc_sli4_rb_alloc() 578 lpfc_sli4_rb_free(struct lpfc_hba *phba, struct hbq_dmabuf *dmab) in lpfc_sli4_rb_free() 659 struct hbq_dmabuf *hbq_entry; in lpfc_in_buf_free() 666 hbq_entry = container_of(mp, struct hbq_dmabuf, dbu in lpfc_in_buf_free() [all...] |
H A D | lpfc_crtn.h | 174 int lpfc_ct_handle_unsol_abort(struct lpfc_hba *, struct hbq_dmabuf *); 246 struct hbq_dmabuf *lpfc_els_hbq_alloc(struct lpfc_hba *); 247 void lpfc_els_hbq_free(struct lpfc_hba *, struct hbq_dmabuf *); 248 struct hbq_dmabuf *lpfc_sli4_rb_alloc(struct lpfc_hba *); 249 void lpfc_sli4_rb_free(struct lpfc_hba *, struct hbq_dmabuf *); 315 void lpfc_sli4_handle_received_buffer(struct lpfc_hba *, struct hbq_dmabuf *); 372 void lpfc_sli_free_hbq(struct lpfc_hba *, struct hbq_dmabuf *); 470 int lpfc_bsg_ct_unsol_abort(struct lpfc_hba *, struct hbq_dmabuf *);
|
H A D | lpfc.h | 159 struct hbq_dmabuf { struct 518 struct hbq_dmabuf *(*hbq_alloc_buffer) (struct lpfc_hba *); 521 struct hbq_dmabuf *); 693 (struct lpfc_hba *, uint32_t, struct hbq_dmabuf *);
|
H A 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...] |
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_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()
|
H A D | lpfc_ct.c | 191 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 | 1173 lpfc_bsg_ct_unsol_abort(struct lpfc_hba *phba, struct hbq_dmabuf *dmabuf) in lpfc_bsg_ct_unsol_abort()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_mem.c | 502 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, dbu in lpfc_in_buf_free() [all...] |
H A D | lpfc_crtn.h | 209 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 *);
|
H A D | lpfc.h | 161 struct hbq_dmabuf { struct 737 struct hbq_dmabuf *(*hbq_alloc_buffer) (struct lpfc_hba *); 740 struct hbq_dmabuf *); 925 (struct lpfc_hba *, uint32_t, struct hbq_dmabuf *);
|
H A D | lpfc_sli.c | 76 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...] |
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_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()
|
H A D | lpfc_bsg.c | 1133 lpfc_bsg_ct_unsol_abort(struct lpfc_hba *phba, struct hbq_dmabuf *dmabuf) in lpfc_bsg_ct_unsol_abort()
|
H A D | lpfc_init.c | 924 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()
|