| /Linux-v5.15/drivers/scsi/lpfc/ |
| D | lpfc_ct.c | 84 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_ignore_hbq_buffer() 100 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_unsol_buffer() 119 struct lpfc_dmabuf *mp, *bmp; in lpfc_ct_unsol_cmpl() 161 struct lpfc_dmabuf *bmp = NULL; in lpfc_ct_reject_event() 162 struct lpfc_dmabuf *mp = NULL; in lpfc_ct_reject_event() 324 (((struct lpfc_dmabuf *)ctiocbq->context2)->virt)); in lpfc_ct_handle_mibreq() 350 struct lpfc_dmabuf *mp = NULL; in lpfc_ct_unsol_event() 358 struct lpfc_dmabuf *bdeBuf1 = ctiocbq->context2; in lpfc_ct_unsol_event() 359 struct lpfc_dmabuf *bdeBuf2 = ctiocbq->context3; in lpfc_ct_unsol_event() 402 (((struct lpfc_dmabuf *)ctiocbq->context2)->virt)); in lpfc_ct_unsol_event() [all …]
|
| D | lpfc_bsg.c | 77 struct lpfc_dmabuf *rmp; 84 struct lpfc_dmabuf *dmabuffers; /* for BIU diags */ 95 struct lpfc_dmabuf *rmp; 133 struct lpfc_dmabuf dma; 139 lpfc_free_bsg_buffers(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist) in lpfc_free_bsg_buffers() 141 struct lpfc_dmabuf *mlast, *next_mlast; in lpfc_free_bsg_buffers() 156 static struct lpfc_dmabuf * 161 struct lpfc_dmabuf *mlist = NULL; in lpfc_alloc_bsg_buffers() 162 struct lpfc_dmabuf *mp; in lpfc_alloc_bsg_buffers() 176 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_alloc_bsg_buffers() [all …]
|
| D | lpfc_els.c | 170 struct lpfc_dmabuf *pcmd, *prsp, *pbuflist; in lpfc_prep_els_iocb() 217 pcmd = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_prep_els_iocb() 227 prsp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_prep_els_iocb() 238 pbuflist = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_prep_els_iocb() 379 struct lpfc_dmabuf *mp; in lpfc_issue_fabric_reglogin() 446 mp = (struct lpfc_dmabuf *)mbox->ctx_buf; in lpfc_issue_fabric_reglogin() 477 struct lpfc_dmabuf *dmabuf = NULL; in lpfc_issue_reg_vfi() 499 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_issue_reg_vfi() 992 struct lpfc_dmabuf *pcmd = cmdiocb->context2, *prsp; in lpfc_cmpl_els_flogi() 1117 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, list); in lpfc_cmpl_els_flogi() [all …]
|
| D | lpfc_mem.c | 99 sizeof(struct lpfc_dmabuf), in lpfc_mem_alloc() 291 struct lpfc_dmabuf *mp; in lpfc_mem_free_all() 295 mp = (struct lpfc_dmabuf *)(mbox->ctx_buf); in lpfc_mem_free_all() 305 mp = (struct lpfc_dmabuf *)(mbox->ctx_buf); in lpfc_mem_free_all() 319 mp = (struct lpfc_dmabuf *)(mbox->ctx_buf); in lpfc_mem_free_all() 670 lpfc_in_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_in_buf_free() 714 lpfc_rq_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_rq_buf_free()
|
| D | lpfc.h | 143 struct lpfc_dmabuf { struct 159 struct lpfc_dmabuf *elements; argument 165 struct lpfc_dmabuf hbuf; 166 struct lpfc_dmabuf dbuf; 176 struct lpfc_dmabuf hbuf; 177 struct lpfc_dmabuf dbuf; 642 struct lpfc_dmabuf *fc_rscn_id_list[FC_MAX_HOLD_RSCN]; 845 struct lpfc_dmabuf *mbx_dmabuf; 870 struct lpfc_dmabuf lwpd; 1042 struct lpfc_dmabuf slim2p; [all …]
|
| D | lpfc_crtn.h | 37 int lpfc_read_topology(struct lpfc_hba *, LPFC_MBOXQ_t *, struct lpfc_dmabuf *); 361 struct lpfc_dmabuf *); 362 struct lpfc_dmabuf *lpfc_sli_ringpostbuf_get(struct lpfc_hba *, 367 struct lpfc_dmabuf * lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *, 412 void lpfc_in_buf_free(struct lpfc_hba *, struct lpfc_dmabuf *); 413 void lpfc_rq_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp); 524 struct lpfc_dmabuf *, uint32_t);
|
| D | lpfc_mbox.c | 63 struct lpfc_dmabuf *mp; in lpfc_dump_static_vport() 83 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_dump_static_vport() 291 struct lpfc_dmabuf *mp) in lpfc_read_topology() 607 struct lpfc_dmabuf *mp; in lpfc_read_sparam() 617 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_read_sparam() 758 struct lpfc_dmabuf *mp; in lpfc_reg_rpi() 770 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_reg_rpi() 2278 struct lpfc_dmabuf *mp = NULL; in lpfc_sli4_dump_cfg_rg23() 2284 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_sli4_dump_cfg_rg23() 2336 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)mbox->ctx_buf; in lpfc_mbx_cmpl_rdp_page_a2() [all …]
|
| D | lpfc_nportdisc.c | 171 struct lpfc_dmabuf *pcmd, *prsp; in lpfc_check_elscmpl_iocb() 177 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_check_elscmpl_iocb() 183 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, in lpfc_check_elscmpl_iocb() 324 struct lpfc_dmabuf *pcmd; in lpfc_rcv_plogi() 338 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_plogi() 678 struct lpfc_dmabuf *pcmd; in lpfc_rcv_padisc() 687 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_padisc() 896 payload = ((struct lpfc_dmabuf *)cmdiocb->context2)->virt; in lpfc_rcv_prli_support_check() 927 struct lpfc_dmabuf *pcmd; in lpfc_rcv_prli() 933 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_prli() [all …]
|
| D | lpfc_hbadisc.c | 1300 struct lpfc_dmabuf *sparam_mp; in lpfc_mbx_cmpl_local_config_link() 1349 sparam_mp = (struct lpfc_dmabuf *) in lpfc_mbx_cmpl_local_config_link() 3154 struct lpfc_dmabuf *dmabuf = mboxq->ctx_buf; in lpfc_mbx_cmpl_reg_vfi() 3247 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_mbx_cmpl_read_sparam() 3314 struct lpfc_dmabuf *mp; in lpfc_mbx_process_link_up() 3442 mp = (struct lpfc_dmabuf *)sparam_mbox->ctx_buf; in lpfc_mbx_process_link_up() 3575 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_mbx_cmpl_read_topology() 3737 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_mbx_cmpl_reg_login() 3924 struct lpfc_dmabuf *mp; in lpfc_create_static_vport() 3950 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_create_static_vport() [all …]
|
| D | lpfc_sli.c | 2367 struct lpfc_dmabuf *dmabuf, *next_dmabuf; in lpfc_sli_hbqbuf_free_all() 2614 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_get() 2616 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); in lpfc_sli_hbqbuf_get() 2633 struct lpfc_dmabuf *h_buf; in lpfc_sli_rqbuf_get() 2638 struct lpfc_dmabuf, list); in lpfc_sli_rqbuf_get() 2657 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_find() 2849 struct lpfc_dmabuf *mp; in lpfc_sli_def_mbox_cmpl() 2855 mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_sli_def_mbox_cmpl() 3160 static struct lpfc_dmabuf * 3190 struct lpfc_dmabuf *d_buf; in lpfc_nvme_unsol_ls_handler() [all …]
|
| D | lpfc_vport.c | 122 struct lpfc_dmabuf *mp; in lpfc_vport_sparm() 141 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_vport_sparm()
|
| D | lpfc_nvme.c | 311 struct lpfc_dmabuf *buf_ptr; in __lpfc_nvme_ls_req_cmp() 332 buf_ptr = (struct lpfc_dmabuf *)cmdwqe->context3; in __lpfc_nvme_ls_req_cmp() 378 lpfc_nvme_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, in lpfc_nvme_gen_req() 379 struct lpfc_dmabuf *inp, in lpfc_nvme_gen_req() 538 struct lpfc_dmabuf *bmp; in __lpfc_nvme_ls_req()
|
| D | lpfc_sli4.h | 426 struct lpfc_dmabuf *dmabuf; 1016 struct lpfc_dmabuf *dmabuf;
|
| D | lpfc_init.c | 418 struct lpfc_dmabuf *mp; in lpfc_config_port_post() 454 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_config_port_post() 461 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_config_port_post() 912 struct lpfc_dmabuf *mp, *next_mp; in lpfc_hba_free_post_buf() 1460 struct lpfc_dmabuf *buf_ptr; in lpfc_hb_timeout_handler() 1494 struct lpfc_dmabuf, list); in lpfc_hb_timeout_handler() 2138 struct lpfc_dmabuf *mp; in lpfc_handle_latt() 2147 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_handle_latt() 2658 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer() 2674 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer() [all …]
|
| D | lpfc_debugfs.c | 288 struct lpfc_dmabuf *d_buf; in lpfc_debugfs_hbqinfo_data() 2192 struct lpfc_dmabuf *dmabuf, *next; in lpfc_debugfs_ras_log_data() 5865 struct lpfc_dmabuf *dmabuf, uint32_t ext_buf) in lpfc_idiag_mbxacc_dump_bsg_mbox()
|
| D | lpfc_nvmet.c | 870 struct lpfc_dmabuf dmabuf; in __lpfc_nvme_xmt_ls_rsp()
|
| /Linux-v5.15/Documentation/scsi/ |
| D | ChangeLog.lpfc | 725 here, the most notable is that the phba->slim2p lpfc_dmabuf goes 1076 * Changed DMABUF_t usage to struct lpfc_dmabuf.
|