• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/

Lines Matching refs:lpfc_dmabuf

67 			  struct lpfc_dmabuf *mp, uint32_t size)
83 struct lpfc_dmabuf *mp, uint32_t size)
92 struct lpfc_dmabuf *mp = NULL;
99 struct lpfc_dmabuf *bdeBuf;
182 struct lpfc_dmabuf *bdeBuf;
200 lpfc_free_ct_rsp(struct lpfc_hba *phba, struct lpfc_dmabuf *mlist)
202 struct lpfc_dmabuf *mlast, *next_mlast;
214 static struct lpfc_dmabuf *
218 struct lpfc_dmabuf *mlist = NULL;
219 struct lpfc_dmabuf *mp;
227 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
274 struct lpfc_dmabuf *buf_ptr;
281 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context1;
287 lpfc_free_ct_rsp(phba, (struct lpfc_dmabuf *) ctiocb->context2);
292 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context3;
302 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp,
303 struct lpfc_dmabuf *inp, struct lpfc_dmabuf *outp,
383 lpfc_ct_cmd(struct lpfc_vport *vport, struct lpfc_dmabuf *inmp,
384 struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp,
391 struct lpfc_dmabuf *outmp;
434 lpfc_ns_rsp(struct lpfc_vport *vport, struct lpfc_dmabuf *mp, uint32_t Size)
440 struct lpfc_dmabuf *mlast, *next_mp;
588 struct lpfc_dmabuf *bmp;
589 struct lpfc_dmabuf *outp;
600 outp = (struct lpfc_dmabuf *) cmdiocb->context2;
601 bmp = (struct lpfc_dmabuf *) cmdiocb->context3;
746 struct lpfc_dmabuf *inp = (struct lpfc_dmabuf *) cmdiocb->context1;
747 struct lpfc_dmabuf *outp = (struct lpfc_dmabuf *) cmdiocb->context2;
866 struct lpfc_dmabuf *inp;
867 struct lpfc_dmabuf *outp;
881 inp = (struct lpfc_dmabuf *) cmdiocb->context1;
882 outp = (struct lpfc_dmabuf *) cmdiocb->context2;
939 struct lpfc_dmabuf *outp;
942 outp = (struct lpfc_dmabuf *) cmdiocb->context2;
960 struct lpfc_dmabuf *outp;
963 outp = (struct lpfc_dmabuf *) cmdiocb->context2;
981 struct lpfc_dmabuf *outp;
984 outp = (struct lpfc_dmabuf *) cmdiocb->context2;
1002 struct lpfc_dmabuf *outp;
1005 outp = (struct lpfc_dmabuf *) cmdiocb->context2;
1035 struct lpfc_dmabuf *outp;
1038 outp = (struct lpfc_dmabuf *) cmdiocb->context2;
1100 struct lpfc_dmabuf *mp, *bmp;
1118 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL);
1132 bmp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL);
1295 struct lpfc_dmabuf *inp = cmdiocb->context1;
1296 struct lpfc_dmabuf *outp = cmdiocb->context2;
1359 struct lpfc_dmabuf *mp, *bmp;
1374 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL);
1383 bmp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL);