Lines Matching refs:context3
126 bmp = cmdiocb->context3; in lpfc_ct_unsol_cmpl()
136 cmdiocb->context3 = NULL; in lpfc_ct_unsol_cmpl()
241 cmdiocbq->context3 = (uint8_t *)bmp; in lpfc_ct_reject_event()
359 struct lpfc_dmabuf *bdeBuf2 = ctiocbq->context3; in lpfc_ct_unsol_event()
363 ctiocbq->context3 = NULL; in lpfc_ct_unsol_event()
386 ctiocbq->context3 = bdeBuf2; in lpfc_ct_unsol_event()
395 ctiocbq->context3 = lpfc_sli_ringpostbuf_get(phba, in lpfc_ct_unsol_event()
425 bdeBuf2 = iocbq->context3; in lpfc_ct_unsol_event()
426 iocbq->context3 = NULL; in lpfc_ct_unsol_event()
567 if (ctiocb->context3) { in lpfc_ct_free_iocb()
568 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context3; in lpfc_ct_free_iocb()
571 ctiocb->context3 = NULL; in lpfc_ct_free_iocb()
614 geniocb->context3 = (uint8_t *) bmp; in lpfc_gen_req()