Lines Matching refs:lpfc_dmabuf
67 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()
262 struct lpfc_dmabuf *buf_ptr; in lpfc_ct_free_iocb()
269 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context1; in lpfc_ct_free_iocb()
275 lpfc_free_ct_rsp(phba, (struct lpfc_dmabuf *) ctiocb->context2); in lpfc_ct_free_iocb()
280 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context3; in lpfc_ct_free_iocb()
290 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, in lpfc_gen_req()
291 struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp, in lpfc_gen_req()
373 lpfc_ct_cmd(struct lpfc_vport *vport, struct lpfc_dmabuf *inmp, in lpfc_ct_cmd()
374 struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp, in lpfc_ct_cmd()
381 struct lpfc_dmabuf *outmp; in lpfc_ct_cmd()
424 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint32_t Size) in lpfc_ns_rsp()
430 struct lpfc_dmabuf *mlast, *next_mp; in lpfc_ns_rsp()
578 struct lpfc_dmabuf *bmp; in lpfc_cmpl_ct_cmd_gid_ft()
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()
591 bmp = (struct lpfc_dmabuf *) cmdiocb->context3; in lpfc_cmpl_ct_cmd_gid_ft()
737 struct lpfc_dmabuf *inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct_cmd_gff_id()
738 struct lpfc_dmabuf *outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_gff_id()
859 struct lpfc_dmabuf *inp; in lpfc_cmpl_ct()
860 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct()
874 inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct()
875 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct()
934 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rft_id()
937 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rft_id()
955 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rnn_id()
958 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rnn_id()
976 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rspn_id()
979 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rspn_id()
997 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rsnn_nn()
1000 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rsnn_nn()
1030 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rff_id()
1033 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rff_id()
1132 struct lpfc_dmabuf *mp, *bmp; in lpfc_ns_cmd()
1150 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_ns_cmd()
1164 bmp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL); in lpfc_ns_cmd()
1327 struct lpfc_dmabuf *inp = cmdiocb->context1; in lpfc_cmpl_ct_cmd_fdmi()
1328 struct lpfc_dmabuf *outp = cmdiocb->context2; in lpfc_cmpl_ct_cmd_fdmi()
1372 struct lpfc_dmabuf *inp = cmdiocb->context1; in lpfc_cmpl_ct_disc_fdmi()
1407 struct lpfc_dmabuf *mp, *bmp; in lpfc_fdmi_cmd()
1432 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_fdmi_cmd()
1441 bmp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_fdmi_cmd()