Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.h90 void *context3; /* caller context information */ member
Dlpfc_ct.c136 bdeBuf = iocbq->context3; in lpfc_ct_unsol_event()
137 iocbq->context3 = NULL; in lpfc_ct_unsol_event()
280 if (ctiocb->context3) { in lpfc_ct_free_iocb()
281 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context3; in lpfc_ct_free_iocb()
284 ctiocb->context3 = NULL; in lpfc_ct_free_iocb()
317 geniocb->context3 = NULL; in lpfc_gen_req()
319 geniocb->context3 = (uint8_t *) bmp; in lpfc_gen_req()
Dlpfc_bsg.c329 bmp = cmdiocbq->context3; in lpfc_bsg_send_mgmt_cmd_cmp()
482 cmdiocbq->context3 = bmp; in lpfc_bsg_send_mgmt_cmd()
490 cmdiocbq->context3 = bmp; in lpfc_bsg_send_mgmt_cmd()
917 struct lpfc_dmabuf *bdeBuf2 = piocbq->context3; in lpfc_bsg_ct_unsol_event()
998 bdeBuf2 = iocbq->context3; in lpfc_bsg_ct_unsol_event()
1408 bmp = cmdiocbq->context3; in lpfc_issue_ct_rsp_cmp()
1556 ctiocb->context3 = bmp; in lpfc_issue_ct_rsp()
3187 cmdiocbq->context3 = txbmp; in lpfc_bsg_diag_loopback_run()
4950 bmp = cmdiocbq->context3; in lpfc_bsg_menlo_cmd_cmp()
5145 cmdiocbq->context3 = bmp; in lpfc_menlo_cmd()
Dlpfc_sli.c2537 saveq->context3 = lpfc_sli_get_buff(phba, pring, in lpfc_sli_process_unsol_iocb()
2539 if (!saveq->context3) in lpfc_sli_process_unsol_iocb()
2563 iocbq->context3 = lpfc_sli_get_buff(phba, pring, in lpfc_sli_process_unsol_iocb()
2565 if (!iocbq->context3) in lpfc_sli_process_unsol_iocb()
8078 if (piocbq->context3) in lpfc_sli4_bpl2sgl()
8079 dmabuf = (struct lpfc_dmabuf *)piocbq->context3; in lpfc_sli4_bpl2sgl()
8195 ((struct lpfc_dmabuf *)iocbq->context3)->virt; in lpfc_sli4_iocb2wqe()
11479 dmabuf = (struct lpfc_dmabuf *)pIocbOut->context3; in lpfc_sli4_iocb_param_transfer()
11486 if (!pIocbOut->context3) in lpfc_sli4_iocb_param_transfer()
11490 dmabuf = (struct lpfc_dmabuf *)pIocbOut->context3; in lpfc_sli4_iocb_param_transfer()
[all …]
Dlpfc_els.c303 elsiocb->context3 = pbuflist; in lpfc_prep_els_iocb()
3582 if (elsiocb->context3) { in lpfc_els_free_iocb()
3583 buf_ptr = (struct lpfc_dmabuf *) elsiocb->context3; in lpfc_els_free_iocb()
7664 struct lpfc_dmabuf *bdeBuf2 = elsiocb->context3; in lpfc_els_unsol_event()
7668 elsiocb->context3 = NULL; in lpfc_els_unsol_event()