| /linux/drivers/scsi/lpfc/ |
| H A 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() 340 struct lpfc_dmabuf *mp = NULL; in lpfc_ct_unsol_event() 349 struct lpfc_dmabuf *bdeBuf1 = ctiocbq->cmd_dmabuf; in lpfc_ct_unsol_event() 350 struct lpfc_dmabuf *bdeBuf2 = ctiocbq->bpl_dmabuf; in lpfc_ct_unsol_event() 474 lpfc_free_ct_rsp(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist) in lpfc_free_ct_rsp() 476 struct lpfc_dmabuf *mlast, *next_mlast; in lpfc_free_ct_rsp() [all …]
|
| H A D | lpfc_bsg.c | 77 struct lpfc_dmabuf *rmp; 84 struct lpfc_dmabuf *dmabuffers; /* for BIU diags */ 134 struct lpfc_dmabuf dma; 140 lpfc_free_bsg_buffers(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist) in lpfc_free_bsg_buffers() 142 struct lpfc_dmabuf *mlast, *next_mlast; in lpfc_free_bsg_buffers() 157 static struct lpfc_dmabuf * 162 struct lpfc_dmabuf *mlist = NULL; in lpfc_alloc_bsg_buffers() 163 struct lpfc_dmabuf *mp; in lpfc_alloc_bsg_buffers() 177 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_alloc_bsg_buffers() 218 lpfc_bsg_copy_data(struct lpfc_dmabuf *dma_buffers, in lpfc_bsg_copy_data() [all …]
|
| H A D | lpfc.h | 139 struct lpfc_dmabuf { struct 155 struct lpfc_dmabuf *elements; argument 161 struct lpfc_dmabuf hbuf; 162 struct lpfc_dmabuf dbuf; 172 struct lpfc_dmabuf hbuf; 173 struct lpfc_dmabuf dbuf; 666 struct lpfc_dmabuf *fc_rscn_id_list[FC_MAX_HOLD_RSCN]; 851 struct lpfc_dmabuf *mbx_dmabuf; 876 struct lpfc_dmabuf lwpd; 983 struct lpfc_dmabuf *bmp, [all …]
|
| H A D | lpfc_sli.h | 129 struct lpfc_dmabuf *cmd_dmabuf; 130 struct lpfc_dmabuf *rsp_dmabuf; 131 struct lpfc_dmabuf *bpl_dmabuf; 186 struct lpfc_dmabuf *ctx_buf; /* caller buffer information */
|
| H A D | lpfc_mem.c | 122 sizeof(struct lpfc_dmabuf), in lpfc_mem_alloc() 680 lpfc_in_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_in_buf_free() 724 lpfc_rq_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_rq_buf_free()
|
| H A D | lpfc_mbox.c | 65 struct lpfc_dmabuf *mp; in lpfc_mbox_rsrc_prep() 103 struct lpfc_dmabuf *mp; in lpfc_mbox_rsrc_cleanup() 137 struct lpfc_dmabuf *mp; in lpfc_dump_static_vport() 352 struct lpfc_dmabuf *mp) in lpfc_read_topology() 668 struct lpfc_dmabuf *mp; in lpfc_read_sparam() 811 struct lpfc_dmabuf *mp; in lpfc_reg_rpi() 2332 struct lpfc_dmabuf *mp = NULL; in lpfc_sli4_dump_cfg_rg23() 2380 struct lpfc_dmabuf *mp = mbox->ctx_buf; in lpfc_mbx_cmpl_rdp_page_a2() 2410 struct lpfc_dmabuf *mp = mbox->ctx_buf; in lpfc_mbx_cmpl_rdp_page_a0() 2466 struct lpfc_dmabuf *mp = NULL; in lpfc_sli4_dump_page_a0()
|
| H A D | lpfc_els.c | 131 static bool lpfc_is_els_acc_rsp(struct lpfc_dmabuf *buf) in lpfc_is_els_acc_rsp() 176 struct lpfc_dmabuf *pcmd, *prsp, *pbuflist, *bmp; in lpfc_prep_els_iocb() 446 struct lpfc_dmabuf *dmabuf = NULL; in lpfc_issue_reg_vfi() 925 struct lpfc_dmabuf *pcmd = cmdiocb->cmd_dmabuf, *prsp; in lpfc_cmpl_els_flogi() 1087 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, list); in lpfc_cmpl_els_flogi() 2044 struct lpfc_dmabuf *prsp; in lpfc_cmpl_els_plogi() 2149 struct lpfc_dmabuf, list); in lpfc_cmpl_els_plogi() 3359 struct lpfc_dmabuf *pcmd, *prsp; in lpfc_cmpl_els_disc_cmd() 3446 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, list); in lpfc_cmpl_els_disc_cmd() 4017 struct lpfc_dmabuf *pcmd, *prsp; in lpfc_cmpl_els_edc() [all …]
|
| H A D | lpfc_sli.c | 2394 struct lpfc_dmabuf *dmabuf, *next_dmabuf; in lpfc_sli_hbqbuf_free_all() 2641 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_get() 2643 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); in lpfc_sli_hbqbuf_get() 2660 struct lpfc_dmabuf *h_buf; in lpfc_sli_rqbuf_get() 2665 struct lpfc_dmabuf, list); in lpfc_sli_rqbuf_get() 2684 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_find() 2861 struct lpfc_dmabuf *mp; in lpfc_sli_def_mbox_cmpl() 3176 static struct lpfc_dmabuf * 3206 struct lpfc_dmabuf *d_buf; in lpfc_nvme_unsol_ls_handler() 3450 struct lpfc_dmabuf *dmzbuf; in lpfc_sli_process_unsol_iocb() [all …]
|
| H A D | lpfc_nportdisc.c | 180 struct lpfc_dmabuf *pcmd, *prsp; in lpfc_check_elscmpl_iocb() 191 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, in lpfc_check_elscmpl_iocb() 362 struct lpfc_dmabuf *pcmd; in lpfc_rcv_plogi() 730 struct lpfc_dmabuf *pcmd; in lpfc_rcv_padisc() 994 struct lpfc_dmabuf *pcmd; in lpfc_rcv_prli() 1255 struct lpfc_dmabuf *pcmd = cmdiocb->cmd_dmabuf; in lpfc_rcv_plogi_plogi_issue() 1359 struct lpfc_dmabuf *pcmd, *prsp; in lpfc_cmpl_plogi_plogi_issue() 1384 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, list); in lpfc_cmpl_plogi_plogi_issue()
|
| H A D | lpfc_init.c | 423 struct lpfc_dmabuf *mp; in lpfc_config_port_post() 969 struct lpfc_dmabuf *mp, *next_mp; in lpfc_hba_free_post_buf() 1512 struct lpfc_dmabuf *buf_ptr; in lpfc_hb_timeout_handler() 1546 struct lpfc_dmabuf, list); in lpfc_hb_timeout_handler() 2807 struct lpfc_dmabuf *mp1, *mp2; in lpfc_sli3_post_buffer() 2823 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_sli3_post_buffer() 2836 mp2 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_sli3_post_buffer() 8883 struct lpfc_dmabuf *dmabuf; in lpfc_sli4_create_rpi_hdr() 8916 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_sli4_create_rpi_hdr() 9720 struct lpfc_dmabuf *dmabuf; in lpfc_create_bootstrap_mbox() [all …]
|
| H A D | lpfc_vport.c | 122 struct lpfc_dmabuf *mp; in lpfc_vport_sparm()
|
| H A D | lpfc_hbadisc.c | 3443 struct lpfc_dmabuf *mp = pmb->ctx_buf; in lpfc_mbx_cmpl_read_sparam() 3749 struct lpfc_dmabuf *mp = pmb->ctx_buf; in lpfc_mbx_cmpl_read_topology() 3863 struct lpfc_dmabuf *mp = pmb->ctx_buf; in lpfc_mbx_cmpl_reg_login() 4046 struct lpfc_dmabuf *mp; in lpfc_create_static_vport()
|
| H A D | lpfc_nvmet.c | 871 struct lpfc_dmabuf dmabuf; in __lpfc_nvme_xmt_ls_rsp()
|
| /linux/Documentation/scsi/ |
| H A 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.
|