Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_ct.c67 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_ignore_hbq_buffer()
83 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_unsol_buffer()
92 struct lpfc_dmabuf *mp = NULL; in lpfc_ct_unsol_event()
99 struct lpfc_dmabuf *bdeBuf; in lpfc_ct_unsol_event()
188 lpfc_free_ct_rsp(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist) in lpfc_free_ct_rsp()
190 struct lpfc_dmabuf *mlast, *next_mlast; in lpfc_free_ct_rsp()
202 static struct lpfc_dmabuf *
206 struct lpfc_dmabuf *mlist = NULL; in lpfc_alloc_ct_rsp()
207 struct lpfc_dmabuf *mp; in lpfc_alloc_ct_rsp()
215 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_alloc_ct_rsp()
[all …]
Dlpfc_bsg.c73 struct lpfc_dmabuf *rmp;
80 struct lpfc_dmabuf *dmabuffers; /* for BIU diags */
91 struct lpfc_dmabuf *rmp;
129 struct lpfc_dmabuf dma;
135 lpfc_free_bsg_buffers(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist) in lpfc_free_bsg_buffers()
137 struct lpfc_dmabuf *mlast, *next_mlast; in lpfc_free_bsg_buffers()
152 static struct lpfc_dmabuf *
157 struct lpfc_dmabuf *mlist = NULL; in lpfc_alloc_bsg_buffers()
158 struct lpfc_dmabuf *mp; in lpfc_alloc_bsg_buffers()
172 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_alloc_bsg_buffers()
[all …]
Dlpfc_els.c157 struct lpfc_dmabuf *pcmd, *prsp, *pbuflist; in lpfc_prep_els_iocb()
204 pcmd = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_prep_els_iocb()
214 prsp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_prep_els_iocb()
225 pbuflist = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_prep_els_iocb()
368 struct lpfc_dmabuf *mp; in lpfc_issue_fabric_reglogin()
430 mp = (struct lpfc_dmabuf *) mbox->context1; in lpfc_issue_fabric_reglogin()
461 struct lpfc_dmabuf *dmabuf; in lpfc_issue_reg_vfi()
476 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_issue_reg_vfi()
976 struct lpfc_dmabuf *pcmd = cmdiocb->context2, *prsp; in lpfc_cmpl_els_flogi()
1086 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, list); in lpfc_cmpl_els_flogi()
[all …]
Dlpfc_mem.c115 pool->elements = kmalloc(sizeof(struct lpfc_dmabuf) * in lpfc_mem_alloc()
296 struct lpfc_dmabuf *mp; in lpfc_mem_free_all()
300 mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mem_free_all()
310 mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mem_free_all()
324 mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mem_free_all()
559 lpfc_in_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp) in lpfc_in_buf_free()
Dlpfc.h118 struct lpfc_dmabuf { struct
126 struct lpfc_dmabuf *elements; argument
132 struct lpfc_dmabuf hbuf;
133 struct lpfc_dmabuf dbuf;
373 struct lpfc_dmabuf *fc_rscn_id_list[FC_MAX_HOLD_RSCN];
538 struct lpfc_dmabuf *mbx_dmabuf;
648 struct lpfc_dmabuf slim2p;
657 struct lpfc_dmabuf hbqslimp;
Dlpfc_crtn.h34 int lpfc_read_topology(struct lpfc_hba *, LPFC_MBOXQ_t *, struct lpfc_dmabuf *);
297 struct lpfc_dmabuf *);
298 struct lpfc_dmabuf *lpfc_sli_ringpostbuf_get(struct lpfc_hba *,
303 struct lpfc_dmabuf * lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *,
340 void lpfc_in_buf_free(struct lpfc_hba *, struct lpfc_dmabuf *);
461 struct lpfc_dmabuf *, uint32_t);
Dlpfc_nportdisc.c167 struct lpfc_dmabuf *pcmd, *prsp; in lpfc_check_elscmpl_iocb()
173 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_check_elscmpl_iocb()
179 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, in lpfc_check_elscmpl_iocb()
278 struct lpfc_dmabuf *pcmd; in lpfc_rcv_plogi()
315 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_plogi()
540 struct lpfc_dmabuf *pcmd; in lpfc_rcv_padisc()
549 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_padisc()
714 struct lpfc_dmabuf *pcmd; in lpfc_rcv_prli()
720 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_prli()
924 struct lpfc_dmabuf *pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_rcv_plogi_plogi_issue()
[all …]
Dlpfc_mbox.c61 struct lpfc_dmabuf *mp; in lpfc_dump_static_vport()
81 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_dump_static_vport()
289 struct lpfc_dmabuf *mp) in lpfc_read_topology()
586 struct lpfc_dmabuf *mp; in lpfc_read_sparam()
598 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_read_sparam()
739 struct lpfc_dmabuf *mp; in lpfc_reg_rpi()
751 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_reg_rpi()
2224 struct lpfc_dmabuf *mp = NULL; in lpfc_sli4_dump_cfg_rg23()
2230 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_sli4_dump_cfg_rg23()
Dlpfc_sli.c1692 struct lpfc_dmabuf *dmabuf, *next_dmabuf; in lpfc_sli_hbqbuf_free_all()
1964 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_get()
1966 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list); in lpfc_sli_hbqbuf_get()
1985 struct lpfc_dmabuf *d_buf; in lpfc_sli_hbqbuf_find()
2163 struct lpfc_dmabuf *mp; in lpfc_sli_def_mbox_cmpl()
2169 mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_sli_def_mbox_cmpl()
2404 static struct lpfc_dmabuf *
2481 struct lpfc_dmabuf *dmzbuf; in lpfc_sli_process_unsol_iocb()
4771 struct lpfc_dmabuf *mp; in lpfc_sli4_read_fcoe_params()
4792 mp = (struct lpfc_dmabuf *) mboxq->context1; in lpfc_sli4_read_fcoe_params()
[all …]
Dlpfc_hbadisc.c2910 struct lpfc_dmabuf *dmabuf = mboxq->context1; in lpfc_mbx_cmpl_reg_vfi()
3001 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_mbx_cmpl_read_sparam()
3045 struct lpfc_dmabuf *mp; in lpfc_mbx_process_link_up()
3163 mp = (struct lpfc_dmabuf *) sparam_mbox->context1; in lpfc_mbx_process_link_up()
3291 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_read_topology()
3435 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_reg_login()
3607 struct lpfc_dmabuf *mp; in lpfc_create_static_vport()
3633 mp = (struct lpfc_dmabuf *)pmb->context1; in lpfc_create_static_vport()
3655 mp = (struct lpfc_dmabuf *)pmb->context1; in lpfc_create_static_vport()
3721 mp = (struct lpfc_dmabuf *)pmb->context1; in lpfc_create_static_vport()
[all …]
Dlpfc_sli4.h320 struct lpfc_dmabuf *dmabuf;
642 struct lpfc_dmabuf *dmabuf;
Dlpfc_vport.c118 struct lpfc_dmabuf *mp; in lpfc_vport_sparm()
137 mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_vport_sparm()
Dlpfc_init.c378 struct lpfc_dmabuf *mp; in lpfc_config_port_post()
414 mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_config_port_post()
421 mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_config_port_post()
884 struct lpfc_dmabuf *mp, *next_mp; in lpfc_hba_free_post_buf()
1178 struct lpfc_dmabuf *buf_ptr; in lpfc_hb_timeout_handler()
1222 struct lpfc_dmabuf, list); in lpfc_hb_timeout_handler()
1776 struct lpfc_dmabuf *mp; in lpfc_handle_latt()
1785 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_handle_latt()
2283 struct lpfc_dmabuf *mp1, *mp2; in lpfc_post_buffer()
2299 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_post_buffer()
[all …]
Dlpfc_debugfs.c277 struct lpfc_dmabuf *d_buf; in lpfc_debugfs_hbqinfo_data()
3827 struct lpfc_dmabuf *dmabuf, uint32_t ext_buf) in lpfc_idiag_mbxacc_dump_bsg_mbox()
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc725 here, the most notable is that the phba->slim2p lpfc_dmabuf goes
1076 * Changed DMABUF_t usage to struct lpfc_dmabuf.