Home
last modified time | relevance | path

Searched refs:context1 (Results 1 – 15 of 15) sorted by relevance

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_sli.h79 void *context1; /* caller context information */ member
114 void *context1; /* caller context information */ member
Dlpfc_mem.c254 mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mem_free_all()
264 mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mem_free_all()
278 mp = (struct lpfc_dmabuf *) (mbox->context1); in lpfc_mem_free_all()
Dlpfc_els.c279 elsiocb->context1 = lpfc_nlp_get(ndlp); in lpfc_prep_els_iocb()
280 if (!elsiocb->context1) in lpfc_prep_els_iocb()
406 mp = (struct lpfc_dmabuf *) mbox->context1; in lpfc_issue_fabric_reglogin()
467 mboxq->context1 = dmabuf; in lpfc_issue_reg_vfi()
845 struct lpfc_nodelist *ndlp = cmdiocb->context1; in lpfc_cmpl_els_flogi()
1166 ndlp = (struct lpfc_nodelist *)(iocb->context1); in lpfc_els_abort_flogi()
1838 ndlp = (struct lpfc_nodelist *) cmdiocb->context1; in lpfc_cmpl_els_prli()
2112 ndlp = (struct lpfc_nodelist *) cmdiocb->context1; in lpfc_cmpl_els_adisc()
2262 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) cmdiocb->context1; in lpfc_cmpl_els_logo()
2860 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) cmdiocb->context1; in lpfc_els_retry()
[all …]
Dlpfc_hbadisc.c2624 struct lpfc_dmabuf *dmabuf = mboxq->context1; in lpfc_mbx_cmpl_reg_vfi()
2676 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_mbx_cmpl_read_sparam()
2714 pmb->context1 = NULL; in lpfc_mbx_cmpl_read_sparam()
2829 mp = (struct lpfc_dmabuf *) sparam_mbox->context1; in lpfc_mbx_process_link_up()
2958 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_read_topology()
3102 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_reg_login()
3106 pmb->context1 = NULL; in lpfc_mbx_cmpl_reg_login()
3397 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_fabric_reg_login()
3401 pmb->context1 = NULL; in lpfc_mbx_cmpl_fabric_reg_login()
3469 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_mbx_cmpl_ns_reg_login()
[all …]
Dlpfc_ct.c280 if (ctiocb->context1) { in lpfc_ct_free_iocb()
281 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context1; in lpfc_ct_free_iocb()
284 ctiocb->context1 = NULL; in lpfc_ct_free_iocb()
295 ctiocb->context1 = NULL; in lpfc_ct_free_iocb()
333 geniocb->context1 = (uint8_t *) inp; in lpfc_gen_req()
746 struct lpfc_dmabuf *inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct_cmd_gff_id()
881 inp = (struct lpfc_dmabuf *) cmdiocb->context1; in lpfc_cmpl_ct()
1295 struct lpfc_dmabuf *inp = cmdiocb->context1; in lpfc_cmpl_ct_cmd_fdmi()
Dlpfc_bsg.c188 ndlp = cmdiocbq->context1; in lpfc_bsg_send_mgmt_cmd_cmp()
343 cmdiocbq->context1 = ndlp; in lpfc_bsg_send_mgmt_cmd()
425 dd_data = cmdiocbq->context1; in lpfc_bsg_rport_els_cmp()
591 cmdiocbq->context1 = NULL; in lpfc_bsg_rport_els()
595 cmdiocbq->context1 = dd_data; in lpfc_bsg_rport_els()
1358 ctiocb->context1 = ndlp; in lpfc_issue_ct_rsp()
1653 dmabuff = (struct lpfc_dmabuf *) mbox->context1; in lpfcdiag_loop_self_reg()
1654 mbox->context1 = NULL; in lpfcdiag_loop_self_reg()
2435 dd_data = pmboxq->context1; in lpfc_bsg_wake_mbox_wait()
2986 pmboxq->context1 = dd_data; in lpfc_bsg_issue_mbox()
[all …]
Dlpfc_mbox.c306 pmb->context1 = (uint8_t *)mp; in lpfc_read_topology()
616 pmb->context1 = mp; in lpfc_read_sparam()
769 pmb->context1 = (uint8_t *) mp; in lpfc_reg_rpi()
833 mbox->context1 = NULL; in lpfc_sli4_unreg_all_rpis()
2060 mbox->context1 = (uint8_t *) mp; in lpfc_dump_fcoe_param()
Dlpfc_vport.c137 mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_vport_sparm()
138 pmb->context1 = NULL; in lpfc_vport_sparm()
Dlpfc_scsi.c603 psb->cur_iocbq.context1 = psb; in lpfc_new_scsi_buf_s3()
893 psb->cur_iocbq.context1 = psb; in lpfc_new_scsi_buf_s4()
2451 (struct lpfc_scsi_buf *) pIocbIn->context1; in lpfc_scsi_cmd_iocb_cmpl()
2803 piocbq->context1 = lpfc_cmd; in lpfc_scsi_prep_cmnd()
2931 (struct lpfc_scsi_buf *) cmdiocbq->context1; in lpfc_tskmgmt_def_cmpl()
3258 BUG_ON(iocb->context1 != lpfc_cmd); in DEF_SCSI_QCMD()
Dlpfc_sli.c860 lpfc_cmd = (struct lpfc_scsi_buf *) piocbq->context1; in __lpfc_sli_get_sglq()
866 ndlp = piocbq->context1; in __lpfc_sli_get_sglq()
2073 pdone_q = (wait_queue_head_t *) pmboxq->context1; in lpfc_sli_wake_mbox_wait()
2101 mp = (struct lpfc_dmabuf *) (pmb->context1); in lpfc_sli_def_mbox_cmpl()
4544 mp = (struct lpfc_dmabuf *) mboxq->context1; in lpfc_sli4_read_fcoe_params()
4887 mp = (struct lpfc_dmabuf *) mboxq->context1; in lpfc_sli4_hba_setup()
4899 mboxq->context1 = NULL; in lpfc_sli4_hba_setup()
8348 if (pmboxq->context1) in lpfc_sli_issue_mbox_wait()
8355 pmboxq->context1 = &done_q; in lpfc_sli_issue_mbox_wait()
8366 pmboxq->context1 = NULL; in lpfc_sli_issue_mbox_wait()
[all …]
Dlpfc_attr.c910 pmboxq->context1 = NULL; in lpfc_get_hba_info()
4228 pmboxq->context1 = NULL; in lpfc_get_stats()
4252 pmboxq->context1 = NULL; in lpfc_get_stats()
4337 pmboxq->context1 = NULL; in lpfc_reset_stats()
4355 pmboxq->context1 = NULL; in lpfc_reset_stats()
Dlpfc_nportdisc.c1002 mp = (struct lpfc_dmabuf *) mbox->context1; in lpfc_cmpl_plogi_plogi_issue()
1346 mp = (struct lpfc_dmabuf *) (mb->context1); in lpfc_rcv_logo_reglogin_issue()
Dlpfc_init.c367 mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_config_port_post()
374 mp = (struct lpfc_dmabuf *) pmb->context1; in lpfc_config_port_post()
379 pmb->context1 = NULL; in lpfc_config_port_post()
/linux-2.6.39/security/selinux/ss/
Dservices.c2494 struct context *context1; in security_sid_mls_copy() local
2512 context1 = sidtab_search(&sidtab, sid); in security_sid_mls_copy()
2513 if (!context1) { in security_sid_mls_copy()
2527 newcon.user = context1->user; in security_sid_mls_copy()
2528 newcon.role = context1->role; in security_sid_mls_copy()
2529 newcon.type = context1->type; in security_sid_mls_copy()
/linux-2.6.39/Documentation/scsi/
DChangeLog.lpfc331 lpfc_sli_handle_mb_event, pmb->context1 points to a waitq. Do