Searched refs:context1 (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli.h77 void *context1; /* caller context information */ member in struct:lpfc_iocbq
111 void *context1; /* caller context information */ member in struct:lpfcMboxq
H A Dlpfc_mem.c246 mp = (struct lpfc_dmabuf *) (mbox->context1);
256 mp = (struct lpfc_dmabuf *) (mbox->context1);
270 mp = (struct lpfc_dmabuf *) (mbox->context1);
H A Dlpfc_els.c140 * context1 of the IOCB data structure for this IOCB to hold the ndlp
275 elsiocb->context1 = lpfc_nlp_get(ndlp);
276 if (!elsiocb->context1)
401 mp = (struct lpfc_dmabuf *) mbox->context1;
462 mboxq->context1 = dmabuf;
781 struct lpfc_nodelist *ndlp = cmdiocb->context1;
997 * will be stored into the context1 field of the IOCB for the completion
1123 ndlp = (struct lpfc_nodelist *)(iocb->context1);
1606 * will be stored into the context1 field of the IOCB for the completion
1697 ndlp = (struct lpfc_nodelist *) cmdiocb->context1;
[all...]
H A Dlpfc_hbadisc.c2384 struct lpfc_dmabuf *dmabuf = mboxq->context1;
2426 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1;
2464 pmb->context1 = NULL;
2586 mp = (struct lpfc_dmabuf *) sparam_mbox->context1;
2715 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
2849 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
2853 pmb->context1 = NULL;
3146 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3150 pmb->context1 = NULL;
3217 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
[all...]
H A Dlpfc_bsg.c176 dd_data = cmdiocbq->context1;
360 cmdiocbq->context1 = dd_data;
444 dd_data = cmdiocbq->context1;
569 /* prep els iocb set context1 to the ndlp, context2 to the command
610 cmdiocbq->context1 = NULL;
614 cmdiocbq->context1 = dd_data;
1223 dd_data = cmdiocbq->context1;
1372 ctiocb->context1 = dd_data;
1661 dmabuff = (struct lpfc_dmabuf *) mbox->context1;
1662 mbox->context1
[all...]
H A Dlpfc_ct.c280 if (ctiocb->context1) {
281 buf_ptr = (struct lpfc_dmabuf *) ctiocb->context1;
284 ctiocb->context1 = NULL;
295 ctiocb->context1 = NULL;
333 geniocb->context1 = (uint8_t *) inp;
746 struct lpfc_dmabuf *inp = (struct lpfc_dmabuf *) cmdiocb->context1;
881 inp = (struct lpfc_dmabuf *) cmdiocb->context1;
1295 struct lpfc_dmabuf *inp = cmdiocb->context1;
H A Dlpfc_vport.c134 * Grab buffer pointer and clear context1 so we can use
137 mp = (struct lpfc_dmabuf *) pmb->context1;
138 pmb->context1 = NULL;
H A Dlpfc_mbox.c304 pmb->context1 = (uint8_t *) mp;
599 pmb->context1 = mp;
756 pmb->context1 = (uint8_t *) mp;
2014 mbox->context1 = (uint8_t *) mp;
H A Dlpfc_sli.c1697 * will wake up thread waiting on the wait queue pointed by context1
1712 pdone_q = (wait_queue_head_t *) pmboxq->context1;
1738 mp = (struct lpfc_dmabuf *) (pmb->context1);
4133 mp = (struct lpfc_dmabuf *) mboxq->context1;
4464 mp = (struct lpfc_dmabuf *) mboxq->context1;
4476 mboxq->context1 = NULL;
7779 /* The caller must leave context1 empty. */
7780 if (pmboxq->context1)
7787 pmboxq->context1 = &done_q;
7798 pmboxq->context1
[all...]
H A Dlpfc_attr.c894 pmboxq->context1 = NULL;
4136 pmboxq->context1 = NULL;
4160 pmboxq->context1 = NULL;
4245 pmboxq->context1 = NULL;
4263 pmboxq->context1 = NULL;
H A Dlpfc_scsi.c2311 (struct lpfc_scsi_buf *) pIocbIn->context1;
2645 piocbq->context1 = lpfc_cmd;
2773 (struct lpfc_scsi_buf *) cmdiocbq->context1;
3088 BUG_ON(iocb->context1 != lpfc_cmd);
H A Dlpfc_nportdisc.c997 mp = (struct lpfc_dmabuf *) mbox->context1;
1347 mp = (struct lpfc_dmabuf *) (mb->context1);
H A Dlpfc_init.c367 mp = (struct lpfc_dmabuf *) pmb->context1;
374 mp = (struct lpfc_dmabuf *) pmb->context1;
379 pmb->context1 = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dservices.c2435 struct context *context1; local
2450 context1 = sidtab_search(&sidtab, sid);
2451 if (!context1) {
2466 newcon.user = context1->user;
2467 newcon.role = context1->role;
2468 newcon.type = context1->type;

Completed in 242 milliseconds