Searched refs:context3 (Results 1 - 5 of 5) 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_sli.h79 void *context3; /* caller context information */ member in struct:lpfc_iocbq
H A Dlpfc_ct.c134 bdeBuf = iocbq->context3;
135 iocbq->context3 = NULL;
291 if (ctiocb->context3) {
292 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context3;
328 geniocb->context3 = NULL;
330 geniocb->context3 = (uint8_t *) bmp;
601 bmp = (struct lpfc_dmabuf *) cmdiocb->context3;
H A Dlpfc_bsg.c354 cmdiocbq->context3 = bmp;
486 pbuflist = (struct lpfc_dmabuf *) cmdiocbq->context3;
570 * dmabuf, context3 holds the data dmabuf
580 pbuflist = (struct lpfc_dmabuf *) cmdiocbq->context3;
797 struct lpfc_dmabuf *bdeBuf2 = piocbq->context3;
878 bdeBuf2 = iocbq->context3;
1369 ctiocb->context3 = bmp;
3277 cmdiocbq->context3 = bmp;
H A Dlpfc_sli.c2051 saveq->context3 = lpfc_sli_get_buff(phba, pring,
2053 if (!saveq->context3)
2077 iocbq->context3 = lpfc_sli_get_buff(phba, pring,
2079 if (!iocbq->context3)
5860 ((struct lpfc_dmabuf *)piocbq->context3)->virt;
5969 ((struct lpfc_dmabuf *)iocbq->context3)->virt;
11658 first_iocbq->context3 = NULL;
11677 if (!iocbq->context3) {
11678 iocbq->context3 = d_buf;
11699 iocbq->context3
[all...]
H A Dlpfc_els.c279 elsiocb->context3 = pbuflist;
3090 * context3 - reference to bpl
3130 /* context2 = cmd, context2->next = rsp, context3 = bpl */
3163 if (elsiocb->context3) {
3164 buf_ptr = (struct lpfc_dmabuf *) elsiocb->context3;
5966 struct lpfc_dmabuf *bdeBuf2 = elsiocb->context3;
5970 elsiocb->context3 = NULL;

Completed in 188 milliseconds