Home
last modified time | relevance | path

Searched refs:lpfc_dmabuf (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_ct.c81 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_ignore_hbq_buffer()
97 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_unsol_buffer()
106 struct lpfc_dmabuf *mp = NULL; in lpfc_ct_unsol_event()
113 struct lpfc_dmabuf *bdeBuf; in lpfc_ct_unsol_event()
202 lpfc_free_ct_rsp(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist) in lpfc_free_ct_rsp()
204 struct lpfc_dmabuf *mlast, *next_mlast; in lpfc_free_ct_rsp()
216 static struct lpfc_dmabuf *
220 struct lpfc_dmabuf *mlist = NULL; in lpfc_alloc_ct_rsp()
221 struct lpfc_dmabuf *mp; in lpfc_alloc_ct_rsp()
229 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_alloc_ct_rsp()
[all …]
H A Dlpfc_bsg.c77 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 …]
H A Dlpfc_els.c160 struct lpfc_dmabuf *pcmd, *prsp, *pbuflist; in lpfc_prep_els_iocb()
207 pcmd = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_prep_els_iocb()
217 prsp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_prep_els_iocb()
228 pbuflist = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_prep_els_iocb()
373 struct lpfc_dmabuf *mp; in lpfc_issue_fabric_reglogin()
435 mp = (struct lpfc_dmabuf *)mbox->ctx_buf; in lpfc_issue_fabric_reglogin()
466 struct lpfc_dmabuf *dmabuf = NULL; in lpfc_issue_reg_vfi()
488 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_issue_reg_vfi()
988 struct lpfc_dmabuf *pcmd = cmdiocb->context2, *prsp; in lpfc_cmpl_els_flogi()
1113 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, list); in lpfc_cmpl_els_flogi()
[all …]
H A Dlpfc_mem.c99 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()
657 lpfc_in_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_in_buf_free()
701 lpfc_rq_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_rq_buf_free()
H A Dlpfc.h137 struct lpfc_dmabuf { struct
153 struct lpfc_dmabuf *elements; argument
159 struct lpfc_dmabuf hbuf;
160 struct lpfc_dmabuf dbuf;
170 struct lpfc_dmabuf hbuf;
171 struct lpfc_dmabuf dbuf;
424 struct lpfc_dmabuf *fc_rscn_id_list[FC_MAX_HOLD_RSCN];
595 struct lpfc_dmabuf *mbx_dmabuf;
620 struct lpfc_dmabuf lwpd;
777 struct lpfc_dmabuf slim2p;
[all …]
H A Dlpfc_crtn.h37 int lpfc_read_topology(struct lpfc_hba *, LPFC_MBOXQ_t *, struct lpfc_dmabuf *);
334 struct lpfc_dmabuf *);
335 struct lpfc_dmabuf *lpfc_sli_ringpostbuf_get(struct lpfc_hba *,
340 struct lpfc_dmabuf * lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *,
381 void lpfc_in_buf_free(struct lpfc_hba *, struct lpfc_dmabuf *);
382 void lpfc_rq_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp);
490 struct lpfc_dmabuf *, uint32_t);
H A Dlpfc_mbox.c63 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()
605 struct lpfc_dmabuf *mp; in lpfc_read_sparam()
615 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_read_sparam()
756 struct lpfc_dmabuf *mp; in lpfc_reg_rpi()
768 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_reg_rpi()
2270 struct lpfc_dmabuf *mp = NULL; in lpfc_sli4_dump_cfg_rg23()
2276 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_sli4_dump_cfg_rg23()
2328 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)mbox->ctx_buf; in lpfc_mbx_cmpl_rdp_page_a2()
[all …]
H A Dlpfc_nportdisc.c171 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()
389 struct lpfc_dmabuf *pcmd; in lpfc_rcv_plogi()
404 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_plogi()
744 struct lpfc_dmabuf *pcmd; in lpfc_rcv_padisc()
753 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_padisc()
947 payload = ((struct lpfc_dmabuf *)cmdiocb->context2)->virt; in lpfc_rcv_prli_support_check()
978 struct lpfc_dmabuf *pcmd; in lpfc_rcv_prli()
984 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_prli()
[all …]
H A Dlpfc_sli.c1992 struct lpfc_dmabuf *dmabuf, *next_dmabuf; in lpfc_sli_hbqbuf_free_all()
2239 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_get()
2241 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); in lpfc_sli_hbqbuf_get()
2258 struct lpfc_dmabuf *h_buf; in lpfc_sli_rqbuf_get()
2263 struct lpfc_dmabuf, list); in lpfc_sli_rqbuf_get()
2282 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_find()
2474 struct lpfc_dmabuf *mp; in lpfc_sli_def_mbox_cmpl()
2480 mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_sli_def_mbox_cmpl()
2774 static struct lpfc_dmabuf *
2804 struct lpfc_dmabuf *d_buf; in lpfc_nvme_unsol_ls_handler()
[all …]
H A Dlpfc_hbadisc.c1162 struct lpfc_dmabuf *sparam_mp; in lpfc_mbx_cmpl_local_config_link()
1211 sparam_mp = (struct lpfc_dmabuf *) in lpfc_mbx_cmpl_local_config_link()
3016 struct lpfc_dmabuf *dmabuf = mboxq->ctx_buf; in lpfc_mbx_cmpl_reg_vfi()
3109 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_mbx_cmpl_read_sparam()
3176 struct lpfc_dmabuf *mp; in lpfc_mbx_process_link_up()
3303 mp = (struct lpfc_dmabuf *)sparam_mbox->ctx_buf; in lpfc_mbx_process_link_up()
3436 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_mbx_cmpl_read_topology()
3594 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_mbx_cmpl_reg_login()
3782 struct lpfc_dmabuf *mp; in lpfc_create_static_vport()
3808 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_create_static_vport()
[all …]
H A Dlpfc_vport.c122 struct lpfc_dmabuf *mp; in lpfc_vport_sparm()
141 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_vport_sparm()
H A Dlpfc_init.c416 struct lpfc_dmabuf *mp; in lpfc_config_port_post()
452 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_config_port_post()
459 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_config_port_post()
910 struct lpfc_dmabuf *mp, *next_mp; in lpfc_hba_free_post_buf()
1404 struct lpfc_dmabuf *buf_ptr; in lpfc_hb_timeout_handler()
1455 struct lpfc_dmabuf, list); in lpfc_hb_timeout_handler()
2081 struct lpfc_dmabuf *mp; in lpfc_handle_latt()
2090 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_handle_latt()
2598 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer()
2614 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer()
[all …]
H A Dlpfc_nvme.c474 struct lpfc_dmabuf *buf_ptr; in __lpfc_nvme_ls_req_cmp()
495 buf_ptr = (struct lpfc_dmabuf *)cmdwqe->context3; in __lpfc_nvme_ls_req_cmp()
541 lpfc_nvme_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, in lpfc_nvme_gen_req()
542 struct lpfc_dmabuf *inp, in lpfc_nvme_gen_req()
693 struct lpfc_dmabuf *bmp; in __lpfc_nvme_ls_req()
H A Dlpfc_sli4.h426 struct lpfc_dmabuf *dmabuf;
1005 struct lpfc_dmabuf *dmabuf;
H A Dlpfc_debugfs.c288 struct lpfc_dmabuf *d_buf; in lpfc_debugfs_hbqinfo_data()
2194 struct lpfc_dmabuf *dmabuf, *next; in lpfc_debugfs_ras_log_data()
5679 struct lpfc_dmabuf *dmabuf, uint32_t ext_buf) in lpfc_idiag_mbxacc_dump_bsg_mbox()
H A Dlpfc_nvmet.c871 struct lpfc_dmabuf dmabuf; in __lpfc_nvme_xmt_ls_rsp()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.lpfc725 here, the most notable is that the phba->slim2p lpfc_dmabuf goes
1076 * Changed DMABUF_t usage to struct lpfc_dmabuf.