Searched refs:lpfc_dmabuf (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_ct.c67 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 *m
[all...]
H A Dlpfc_els.c155 struct lpfc_dmabuf *pcmd, *prsp, *pbuflist;
199 pcmd = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
209 prsp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
220 pbuflist = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
340 struct lpfc_dmabuf *mp;
401 mp = (struct lpfc_dmabuf *) mbox->context1;
432 struct lpfc_dmabuf *dmabuf;
442 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
782 struct lpfc_dmabuf *pcmd = cmdiocb->context2, *prsp;
894 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf, lis
[all...]
H A Dlpfc_mem.c89 pool->elements = kmalloc(sizeof(struct lpfc_dmabuf) *
242 struct lpfc_dmabuf *mp;
246 mp = (struct lpfc_dmabuf *) (mbox->context1);
256 mp = (struct lpfc_dmabuf *) (mbox->context1);
270 mp = (struct lpfc_dmabuf *) (mbox->context1);
505 lpfc_in_buf_free(struct lpfc_hba *phba, struct lpfc_dmabuf *mp)
H A Dlpfc_crtn.h34 int lpfc_read_la(struct lpfc_hba *, LPFC_MBOXQ_t *, struct lpfc_dmabuf *);
276 struct lpfc_dmabuf *);
277 struct lpfc_dmabuf *lpfc_sli_ringpostbuf_get(struct lpfc_hba *,
282 struct lpfc_dmabuf * lpfc_sli_ring_taggedbuf_get(struct lpfc_hba *,
316 void lpfc_in_buf_free(struct lpfc_hba *, struct lpfc_dmabuf *);
H A Dlpfc_bsg.c72 struct lpfc_dmabuf *bmp;
82 struct lpfc_dmabuf *rxbmp; /* for BIU diags */
98 struct lpfc_dmabuf *bmp;
138 struct lpfc_dmabuf dma;
169 struct lpfc_dmabuf *bmp;
253 struct lpfc_dmabuf *bmp = NULL;
280 bmp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
437 struct lpfc_dmabuf *pbuflist = NULL;
486 pbuflist = (struct lpfc_dmabuf *) cmdiocbq->context3;
519 struct lpfc_dmabuf *pcm
[all...]
H A Dlpfc.h96 struct lpfc_dmabuf { struct
104 struct lpfc_dmabuf *elements;
110 struct lpfc_dmabuf hbuf;
111 struct lpfc_dmabuf dbuf;
357 struct lpfc_dmabuf *fc_rscn_id_list[FC_MAX_HOLD_RSCN];
556 struct lpfc_dmabuf slim2p;
564 struct lpfc_dmabuf hbqslimp;
H A Dlpfc_nportdisc.c163 struct lpfc_dmabuf *pcmd, *prsp;
169 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2;
175 prsp = list_get_first(&pcmd->list, struct lpfc_dmabuf,
263 struct lpfc_dmabuf *pcmd;
299 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2;
453 struct lpfc_dmabuf *pcmd;
462 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2;
594 struct lpfc_dmabuf *pcmd;
600 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2;
791 struct lpfc_dmabuf *pcm
[all...]
H A Dlpfc_mbox.c61 struct lpfc_dmabuf *mp;
81 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
286 lpfc_read_la(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmb, struct lpfc_dmabuf *mp)
568 struct lpfc_dmabuf *mp;
580 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL);
719 struct lpfc_dmabuf *mp;
737 mp = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL);
1991 struct lpfc_dmabuf *mp = NULL;
1997 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
H A Dlpfc_sli.c1265 struct lpfc_dmabuf *dmabuf, *next_dmabuf;
1537 struct lpfc_dmabuf *d_buf;
1539 list_remove_head(rb_list, d_buf, struct lpfc_dmabuf, list);
1558 struct lpfc_dmabuf *d_buf;
1733 struct lpfc_dmabuf *mp;
1738 mp = (struct lpfc_dmabuf *) (pmb->context1);
1916 static struct lpfc_dmabuf *
1994 struct lpfc_dmabuf *dmzbuf;
4118 struct lpfc_dmabuf *mp;
4133 mp = (struct lpfc_dmabuf *) mbox
[all...]
H A Dlpfc_sli4.h250 struct lpfc_dmabuf *dmabuf;
474 struct lpfc_dmabuf *dmabuf;
H A Dlpfc_hbadisc.c2384 struct lpfc_dmabuf *dmabuf = mboxq->context1;
2426 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1;
2478 struct lpfc_dmabuf *mp;
2586 mp = (struct lpfc_dmabuf *) sparam_mbox->context1;
2715 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
2849 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3018 struct lpfc_dmabuf *m
[all...]
H A Dlpfc_vport.c118 struct lpfc_dmabuf *mp;
137 mp = (struct lpfc_dmabuf *) pmb->context1;
H A Dlpfc_init.c331 struct lpfc_dmabuf *mp;
367 mp = (struct lpfc_dmabuf *) pmb->context1;
374 mp = (struct lpfc_dmabuf *) pmb->context1;
777 struct lpfc_dmabuf *mp, *next_mp;
984 struct lpfc_dmabuf *buf_ptr;
1025 struct lpfc_dmabuf, list);
1433 struct lpfc_dmabuf *mp;
1442 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
1893 struct lpfc_dmabuf *mp1, *mp2;
1909 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNE
[all...]
H A Dlpfc_debugfs.c282 struct lpfc_dmabuf *d_buf;

Completed in 116 milliseconds