Searched refs:context3 (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/lpfc/
H A Dlpfc_sli.h89 void *context3; /* caller context information */ member in struct:lpfc_iocbq
H A Dlpfc_ct.c135 bdeBuf = iocbq->context3;
136 iocbq->context3 = NULL;
279 if (ctiocb->context3) {
280 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context3;
283 ctiocb->context3 = NULL;
316 geniocb->context3 = NULL;
318 geniocb->context3 = (uint8_t *) bmp;
591 bmp = (struct lpfc_dmabuf *) cmdiocb->context3;
H A Dlpfc_bsg.c329 bmp = cmdiocbq->context3;
482 cmdiocbq->context3 = bmp;
490 cmdiocbq->context3 = bmp;
918 struct lpfc_dmabuf *bdeBuf2 = piocbq->context3;
1000 bdeBuf2 = iocbq->context3;
1410 bmp = cmdiocbq->context3;
1558 ctiocb->context3 = bmp;
3192 cmdiocbq->context3 = txbmp;
4964 bmp = cmdiocbq->context3;
5163 cmdiocbq->context3
[all...]
H A Dlpfc_sli.c2493 saveq->context3 = lpfc_sli_get_buff(phba, pring,
2495 if (!saveq->context3)
2519 iocbq->context3 = lpfc_sli_get_buff(phba, pring,
2521 if (!iocbq->context3)
8034 if (piocbq->context3)
8035 dmabuf = (struct lpfc_dmabuf *)piocbq->context3;
8181 ((struct lpfc_dmabuf *)iocbq->context3)->virt;
11453 dmabuf = (struct lpfc_dmabuf *)pIocbOut->context3;
11460 if (!pIocbOut->context3)
11464 dmabuf = (struct lpfc_dmabuf *)pIocbOut->context3;
[all...]
H A Dlpfc_els.c303 elsiocb->context3 = pbuflist;
3521 * context3 - reference to bpl
3561 /* context2 = cmd, context2->next = rsp, context3 = bpl */
3594 if (elsiocb->context3) {
3595 buf_ptr = (struct lpfc_dmabuf *) elsiocb->context3;
7024 struct lpfc_dmabuf *bdeBuf2 = elsiocb->context3;
7028 elsiocb->context3 = NULL;

Completed in 108 milliseconds