Lines Matching refs:lpfc_dmabuf

68 			  struct lpfc_dmabuf *mp, uint32_t size)  in lpfc_ct_ignore_hbq_buffer()
84 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_unsol_buffer()
93 struct lpfc_dmabuf *mp = NULL; in lpfc_ct_unsol_event()
100 struct lpfc_dmabuf *bdeBuf; in lpfc_ct_unsol_event()
189 lpfc_free_ct_rsp(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist) in lpfc_free_ct_rsp()
191 struct lpfc_dmabuf *mlast, *next_mlast; in lpfc_free_ct_rsp()
203 static struct lpfc_dmabuf *
207 struct lpfc_dmabuf *mlist = NULL; in lpfc_alloc_ct_rsp()
208 struct lpfc_dmabuf *mp; in lpfc_alloc_ct_rsp()
216 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_alloc_ct_rsp()
263 struct lpfc_dmabuf *buf_ptr; in lpfc_ct_free_iocb()
270 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context1; in lpfc_ct_free_iocb()
276 lpfc_free_ct_rsp(phba, (struct lpfc_dmabuf *) ctiocb->context2); in lpfc_ct_free_iocb()
281 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context3; in lpfc_ct_free_iocb()
291 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, in lpfc_gen_req()
292 struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp, in lpfc_gen_req()
374 lpfc_ct_cmd(struct lpfc_vport *vport, struct lpfc_dmabuf *inmp, in lpfc_ct_cmd()
375 struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp, in lpfc_ct_cmd()
382 struct lpfc_dmabuf *outmp; in lpfc_ct_cmd()
425 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint32_t Size) in lpfc_ns_rsp()
431 struct lpfc_dmabuf *mlast, *next_mp; in lpfc_ns_rsp()
579 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_gid_ft()
590 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_gid_ft()
736 struct lpfc_dmabuf *inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct_cmd_gff_id()
737 struct lpfc_dmabuf *outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_gff_id()
858 struct lpfc_dmabuf *inp; in lpfc_cmpl_ct()
859 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct()
873 inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct()
874 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct()
933 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rft_id()
936 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rft_id()
954 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rnn_id()
957 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rnn_id()
975 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rspn_id()
978 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rspn_id()
996 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rsnn_nn()
999 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rsnn_nn()
1029 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rff_id()
1032 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rff_id()
1131 struct lpfc_dmabuf *mp, *bmp; in lpfc_ns_cmd()
1149 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_ns_cmd()
1163 bmp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_ns_cmd()
1326 struct lpfc_dmabuf *inp = cmdiocb->context1; in lpfc_cmpl_ct_cmd_fdmi()
1327 struct lpfc_dmabuf *outp = cmdiocb->context2; in lpfc_cmpl_ct_cmd_fdmi()
1371 struct lpfc_dmabuf *inp = cmdiocb->context1; in lpfc_cmpl_ct_disc_fdmi()
1406 struct lpfc_dmabuf *mp, *bmp; in lpfc_fdmi_cmd()
1431 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_fdmi_cmd()
1440 bmp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_fdmi_cmd()