Lines Matching refs:lpfc_dmabuf

81 			  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()
276 struct lpfc_dmabuf *buf_ptr; in lpfc_ct_free_iocb()
283 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context1; in lpfc_ct_free_iocb()
289 lpfc_free_ct_rsp(phba, (struct lpfc_dmabuf *) ctiocb->context2); in lpfc_ct_free_iocb()
294 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context3; in lpfc_ct_free_iocb()
315 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, in lpfc_gen_req()
316 struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp, in lpfc_gen_req()
410 lpfc_ct_cmd(struct lpfc_vport *vport, struct lpfc_dmabuf *inmp, in lpfc_ct_cmd()
411 struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp, in lpfc_ct_cmd()
418 struct lpfc_dmabuf *outmp; in lpfc_ct_cmd()
593 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint8_t fc4_type, in lpfc_ns_rsp()
598 struct lpfc_dmabuf *mlast, *next_mp; in lpfc_ns_rsp()
667 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_gid_ft()
668 struct lpfc_dmabuf *inp; in lpfc_cmpl_ct_cmd_gid_ft()
679 inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct_cmd_gid_ft()
680 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_gid_ft()
876 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_gid_pt()
877 struct lpfc_dmabuf *inp; in lpfc_cmpl_ct_cmd_gid_pt()
888 inp = (struct lpfc_dmabuf *)cmdiocb->context1; in lpfc_cmpl_ct_cmd_gid_pt()
889 outp = (struct lpfc_dmabuf *)cmdiocb->context2; in lpfc_cmpl_ct_cmd_gid_pt()
1082 struct lpfc_dmabuf *inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct_cmd_gff_id()
1083 struct lpfc_dmabuf *outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_gff_id()
1216 struct lpfc_dmabuf *inp = (struct lpfc_dmabuf *)cmdiocb->context1; in lpfc_cmpl_ct_cmd_gft_id()
1217 struct lpfc_dmabuf *outp = (struct lpfc_dmabuf *)cmdiocb->context2; in lpfc_cmpl_ct_cmd_gft_id()
1297 struct lpfc_dmabuf *inp; in lpfc_cmpl_ct()
1298 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct()
1312 inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct()
1313 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct()
1372 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rft_id()
1375 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rft_id()
1393 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rnn_id()
1396 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rnn_id()
1414 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rspn_id()
1417 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rspn_id()
1435 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rsnn_nn()
1438 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rsnn_nn()
1468 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rff_id()
1471 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rff_id()
1565 struct lpfc_dmabuf *mp; in lpfc_get_gidft_type()
1591 struct lpfc_dmabuf *mp, *bmp; in lpfc_ns_cmd()
1610 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_ns_cmd()
1624 bmp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_ns_cmd()
1878 struct lpfc_dmabuf *inp = cmdiocb->context1; in lpfc_cmpl_ct_disc_fdmi()
1879 struct lpfc_dmabuf *outp = cmdiocb->context2; in lpfc_cmpl_ct_disc_fdmi()
3044 struct lpfc_dmabuf *mp, *bmp; in lpfc_fdmi_cmd()
3066 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_fdmi_cmd()
3075 bmp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_fdmi_cmd()