Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_ct.c135 bdeBuf = iocbq->context3; in lpfc_ct_unsol_event()
136 iocbq->context3 = NULL; in lpfc_ct_unsol_event()
279 if (ctiocb->context3) { in lpfc_ct_free_iocb()
280 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context3; in lpfc_ct_free_iocb()
283 ctiocb->context3 = NULL; in lpfc_ct_free_iocb()
316 geniocb->context3 = NULL; in lpfc_gen_req()
318 geniocb->context3 = (uint8_t *) bmp; in lpfc_gen_req()
591 bmp = (struct lpfc_dmabuf *) cmdiocb->context3; in lpfc_cmpl_ct_cmd_gid_ft()
Dlpfc_sli.h90 void *context3; /* caller context information */ member
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()
918 struct lpfc_dmabuf *bdeBuf2 = piocbq->context3; in lpfc_bsg_ct_unsol_event()
1000 bdeBuf2 = iocbq->context3; in lpfc_bsg_ct_unsol_event()
1410 bmp = cmdiocbq->context3; in lpfc_issue_ct_rsp_cmp()
1558 ctiocb->context3 = bmp; in lpfc_issue_ct_rsp()
3192 cmdiocbq->context3 = txbmp; in lpfc_bsg_diag_loopback_run()
4966 bmp = cmdiocbq->context3; in lpfc_bsg_menlo_cmd_cmp()
5165 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()
8225 ((struct lpfc_dmabuf *)iocbq->context3)->virt; in lpfc_sli4_iocb2wqe()
11497 dmabuf = (struct lpfc_dmabuf *)pIocbOut->context3; in lpfc_sli4_iocb_param_transfer()
11504 if (!pIocbOut->context3) in lpfc_sli4_iocb_param_transfer()
11508 dmabuf = (struct lpfc_dmabuf *)pIocbOut->context3; in lpfc_sli4_iocb_param_transfer()
[all …]
Dlpfc_els.c303 elsiocb->context3 = pbuflist; in lpfc_prep_els_iocb()
3606 if (elsiocb->context3) { in lpfc_els_free_iocb()
3607 buf_ptr = (struct lpfc_dmabuf *) elsiocb->context3; in lpfc_els_free_iocb()
7040 struct lpfc_dmabuf *bdeBuf2 = elsiocb->context3; in lpfc_els_unsol_event()
7044 elsiocb->context3 = NULL; in lpfc_els_unsol_event()