Lines Matching refs:lpfc_dmabuf

82 			  struct lpfc_dmabuf *mp, uint32_t size)  in lpfc_ct_ignore_hbq_buffer()
98 struct lpfc_dmabuf *mp, uint32_t size) in lpfc_ct_unsol_buffer()
107 struct lpfc_dmabuf *mp = NULL; in lpfc_ct_unsol_event()
114 struct lpfc_dmabuf *bdeBuf; in lpfc_ct_unsol_event()
203 lpfc_free_ct_rsp(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist) in lpfc_free_ct_rsp()
205 struct lpfc_dmabuf *mlast, *next_mlast; in lpfc_free_ct_rsp()
217 static struct lpfc_dmabuf *
221 struct lpfc_dmabuf *mlist = NULL; in lpfc_alloc_ct_rsp()
222 struct lpfc_dmabuf *mp; in lpfc_alloc_ct_rsp()
230 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_alloc_ct_rsp()
277 struct lpfc_dmabuf *buf_ptr; in lpfc_ct_free_iocb()
284 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context1; in lpfc_ct_free_iocb()
290 lpfc_free_ct_rsp(phba, (struct lpfc_dmabuf *) ctiocb->context2); in lpfc_ct_free_iocb()
295 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context3; in lpfc_ct_free_iocb()
316 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, in lpfc_gen_req()
317 struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp, in lpfc_gen_req()
409 lpfc_ct_cmd(struct lpfc_vport *vport, struct lpfc_dmabuf *inmp, in lpfc_ct_cmd()
410 struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp, in lpfc_ct_cmd()
417 struct lpfc_dmabuf *outmp; in lpfc_ct_cmd()
577 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint8_t fc4_type, in lpfc_ns_rsp()
582 struct lpfc_dmabuf *mlast, *next_mp; in lpfc_ns_rsp()
651 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_gid_ft()
652 struct lpfc_dmabuf *inp; in lpfc_cmpl_ct_cmd_gid_ft()
663 inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct_cmd_gid_ft()
664 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_gid_ft()
846 struct lpfc_dmabuf *inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct_cmd_gff_id()
847 struct lpfc_dmabuf *outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_gff_id()
968 struct lpfc_dmabuf *inp = (struct lpfc_dmabuf *)cmdiocb->context1; in lpfc_cmpl_ct_cmd_gft_id()
969 struct lpfc_dmabuf *outp = (struct lpfc_dmabuf *)cmdiocb->context2; in lpfc_cmpl_ct_cmd_gft_id()
1023 struct lpfc_dmabuf *inp; in lpfc_cmpl_ct()
1024 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct()
1038 inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct()
1039 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct()
1098 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rft_id()
1101 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rft_id()
1119 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rnn_id()
1122 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rnn_id()
1140 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rspn_id()
1143 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rspn_id()
1161 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rsnn_nn()
1164 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rsnn_nn()
1194 struct lpfc_dmabuf *outp; in lpfc_cmpl_ct_cmd_rff_id()
1197 outp = (struct lpfc_dmabuf *) cmdiocb->context2; in lpfc_cmpl_ct_cmd_rff_id()
1289 struct lpfc_dmabuf *mp; in lpfc_get_gidft_type()
1315 struct lpfc_dmabuf *mp, *bmp; in lpfc_ns_cmd()
1333 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_ns_cmd()
1347 bmp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_ns_cmd()
1569 struct lpfc_dmabuf *inp = cmdiocb->context1; in lpfc_cmpl_ct_disc_fdmi()
1570 struct lpfc_dmabuf *outp = cmdiocb->context2; in lpfc_cmpl_ct_disc_fdmi()
2685 struct lpfc_dmabuf *mp, *bmp; in lpfc_fdmi_cmd()
2707 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_fdmi_cmd()
2716 bmp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL); in lpfc_fdmi_cmd()