Searched refs:context2 (Results 1 - 9 of 9) sorted by relevance
/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 302 elsiocb->context2 = pcmd; 415 mbox->context2 = lpfc_nlp_get(ndlp); 976 struct lpfc_dmabuf *pcmd = cmdiocb->context2, *prsp; 1224 pcmd = (uint8_t *) (((struct lpfc_dmabuf *) elsiocb->context2)->virt); 1906 cmdiocb->context2)->list.next, 1980 pcmd = (uint8_t *) (((struct lpfc_dmabuf *) elsiocb->context2)->virt); 2131 pcmd = (uint8_t *) (((struct lpfc_dmabuf *) elsiocb->context2)->virt); 2419 pcmd = (uint8_t *) (((struct lpfc_dmabuf *) elsiocb->context2)->virt); 2623 pcmd = (uint8_t *) (((struct lpfc_dmabuf *) elsiocb->context2)->virt); 2771 pcmd = (uint8_t *) (((struct lpfc_dmabuf *) elsiocb->context2) [all...] |
H A D | lpfc_sli.h | 88 void *context2; /* caller context information */ member in struct:lpfc_iocbq 125 void *context2; /* caller context information */ member in struct:lpfcMboxq
|
H A D | lpfc_ct.c | 129 bdeBuf = iocbq->context2; 130 iocbq->context2 = NULL; 274 if (ctiocb->context2) { 275 lpfc_free_ct_rsp(phba, (struct lpfc_dmabuf *) ctiocb->context2); 276 ctiocb->context2 = NULL; 322 geniocb->context2 = (uint8_t *) outp; 590 outp = (struct lpfc_dmabuf *) cmdiocb->context2; 738 struct lpfc_dmabuf *outp = (struct lpfc_dmabuf *) cmdiocb->context2; 875 outp = (struct lpfc_dmabuf *) cmdiocb->context2; 937 outp = (struct lpfc_dmabuf *) cmdiocb->context2; [all...] |
H A D | lpfc_nportdisc.c | 173 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; 175 /* For lpfc_els_abort, context2 could be zero'ed to delay 314 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; 430 * mbox->context2 = lpfc_nlp_get(ndlp) deferred until mailbox 499 ndlp = (struct lpfc_nodelist *) mboxq->context2; 528 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; 699 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; 903 struct lpfc_dmabuf *pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; 1031 pcmd = (struct lpfc_dmabuf *) cmdiocb->context2; 1097 mbox->context2 [all...] |
H A D | lpfc_hbadisc.c | 3436 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; 3440 pmb->context2 = NULL; 3741 ndlp = (struct lpfc_nodelist *) pmb->context2; 3743 pmb->context2 = NULL; 3816 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; 3820 pmb->context2 = NULL; 4670 (ndlp == (struct lpfc_nodelist *) mb->context2)) { 4671 mb->context2 = NULL; 4681 (ndlp != (struct lpfc_nodelist *) mb->context2)) 4684 mb->context2 [all...] |
H A D | lpfc_bsg.c | 328 cmp = cmdiocbq->context2; 489 cmdiocbq->context2 = cmp; 602 pcmd = (struct lpfc_dmabuf *)cmdiocbq->context2; 714 ((struct lpfc_dmabuf *)cmdiocbq->context2)->virt, 917 struct lpfc_dmabuf *bdeBuf1 = piocbq->context2; 999 bdeBuf1 = iocbq->context2; 1409 cmp = cmdiocbq->context2; 1557 ctiocb->context2 = cmp; 2464 mbox->context2 = NULL; 4707 pmboxq->context2 [all...] |
H A D | lpfc_mbox.c | 140 ctx = pmb->context2; 152 pmb->context2 = ctx; 173 ctx = pmb->context2; 187 pmb->context2 = ctx;
|
H A D | lpfc_sli.c | 2199 ndlp = (struct lpfc_nodelist *)pmb->context2; 2201 pmb->context2 = NULL; 2481 saveq->context2 = lpfc_sli_get_buff(phba, pring, 2483 if (!saveq->context2) 2507 iocbq->context2 = lpfc_sli_get_buff(phba, pring, 2509 if (!iocbq->context2) 7057 if (pmbox->in_ext_byte_len && pmbox->context2) { 7058 lpfc_sli_pcimem_bcopy(pmbox->context2, 7071 if (pmbox->in_ext_byte_len && pmbox->context2) { 7074 pmbox->context2, pmbo [all...] |
/drivers/gpu/drm/radeon/ |
H A D | radeon_state.c | 645 OUT_RING(state->context2.se_zbias_factor); 646 OUT_RING(state->context2.se_zbias_constant);
|
Completed in 127 milliseconds