Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_ct.c84 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 …]
Dlpfc_els.c170 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()
1119 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, list); in lpfc_cmpl_els_flogi()
[all …]
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 …]
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()
673 lpfc_in_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_in_buf_free()
717 lpfc_rq_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_rq_buf_free()
Dlpfc.h144 struct lpfc_dmabuf { struct
160 struct lpfc_dmabuf *elements; argument
166 struct lpfc_dmabuf hbuf;
167 struct lpfc_dmabuf dbuf;
177 struct lpfc_dmabuf hbuf;
178 struct lpfc_dmabuf dbuf;
644 struct lpfc_dmabuf *fc_rscn_id_list[FC_MAX_HOLD_RSCN];
847 struct lpfc_dmabuf *mbx_dmabuf;
872 struct lpfc_dmabuf lwpd;
1045 struct lpfc_dmabuf slim2p;
[all …]
Dlpfc_crtn.h37 int lpfc_read_topology(struct lpfc_hba *, LPFC_MBOXQ_t *, struct lpfc_dmabuf *);
371 struct lpfc_dmabuf *);
372 struct lpfc_dmabuf *lpfc_sli_ringpostbuf_get(struct lpfc_hba *,
377 struct lpfc_dmabuf * lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *,
422 void lpfc_in_buf_free(struct lpfc_hba *, struct lpfc_dmabuf *);
423 void lpfc_rq_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp);
534 struct lpfc_dmabuf *, uint32_t);
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()
324 struct lpfc_dmabuf *pcmd; in lpfc_rcv_plogi()
325 struct lpfc_dmabuf *mp; in lpfc_rcv_plogi()
339 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_plogi()
575 mp = (struct lpfc_dmabuf *)login_mbox->ctx_buf; in lpfc_rcv_plogi()
684 struct lpfc_dmabuf *pcmd; in lpfc_rcv_padisc()
693 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_padisc()
903 payload = ((struct lpfc_dmabuf *)cmdiocb->context2)->virt; in lpfc_rcv_prli_support_check()
[all …]
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()
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 …]
Dlpfc_hbadisc.c1410 struct lpfc_dmabuf *sparam_mp; in lpfc_mbx_cmpl_local_config_link()
1459 sparam_mp = (struct lpfc_dmabuf *) in lpfc_mbx_cmpl_local_config_link()
3264 struct lpfc_dmabuf *dmabuf = mboxq->ctx_buf; in lpfc_mbx_cmpl_reg_vfi()
3357 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_mbx_cmpl_read_sparam()
3424 struct lpfc_dmabuf *mp; in lpfc_mbx_process_link_up()
3552 mp = (struct lpfc_dmabuf *)sparam_mbox->ctx_buf; in lpfc_mbx_process_link_up()
3685 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_mbx_cmpl_read_topology()
3847 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_mbx_cmpl_reg_login()
4034 struct lpfc_dmabuf *mp; in lpfc_create_static_vport()
4060 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_create_static_vport()
[all …]
Dlpfc_sli.c2370 struct lpfc_dmabuf *dmabuf, *next_dmabuf; in lpfc_sli_hbqbuf_free_all()
2617 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_get()
2619 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); in lpfc_sli_hbqbuf_get()
2636 struct lpfc_dmabuf *h_buf; in lpfc_sli_rqbuf_get()
2641 struct lpfc_dmabuf, list); in lpfc_sli_rqbuf_get()
2660 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_find()
2852 struct lpfc_dmabuf *mp; in lpfc_sli_def_mbox_cmpl()
2858 mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_sli_def_mbox_cmpl()
3163 static struct lpfc_dmabuf *
3193 struct lpfc_dmabuf *d_buf; in lpfc_nvme_unsol_ls_handler()
[all …]
Dlpfc_vport.c122 struct lpfc_dmabuf *mp; in lpfc_vport_sparm()
141 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_vport_sparm()
Dlpfc_nvme.c312 struct lpfc_dmabuf *buf_ptr; in __lpfc_nvme_ls_req_cmp()
333 buf_ptr = (struct lpfc_dmabuf *)cmdwqe->context3; in __lpfc_nvme_ls_req_cmp()
379 lpfc_nvme_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, in lpfc_nvme_gen_req()
380 struct lpfc_dmabuf *inp, in lpfc_nvme_gen_req()
539 struct lpfc_dmabuf *bmp; in __lpfc_nvme_ls_req()
Dlpfc_init.c418 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()
2142 struct lpfc_dmabuf *mp; in lpfc_handle_latt()
2151 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_handle_latt()
2662 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer()
2678 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer()
[all …]
Dlpfc_sli4.h426 struct lpfc_dmabuf *dmabuf;
1016 struct lpfc_dmabuf *dmabuf;
Dlpfc_debugfs.c288 struct lpfc_dmabuf *d_buf; in lpfc_debugfs_hbqinfo_data()
2195 struct lpfc_dmabuf *dmabuf, *next; in lpfc_debugfs_ras_log_data()
5831 struct lpfc_dmabuf *dmabuf, uint32_t ext_buf) in lpfc_idiag_mbxacc_dump_bsg_mbox()
Dlpfc_nvmet.c870 struct lpfc_dmabuf dmabuf; in __lpfc_nvme_xmt_ls_rsp()