Searched refs:pMsg1 (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/staging/rt2860/common/ |
D | cmm_wpa.c | 524 struct rt_eapol_packet * pMsg1; in PeerPairMsg1Action() local 552 pMsg1 = (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H]; in PeerPairMsg1Action() 556 if (PeerWpaMessageSanity(pAd, pMsg1, MsgLen, EAPOL_PAIR_MSG_1, pEntry) in PeerPairMsg1Action() 561 NdisMoveMemory(pEntry->R_Counter, pMsg1->KeyDesc.ReplayCounter, in PeerPairMsg1Action() 565 NdisMoveMemory(pEntry->ANonce, pMsg1->KeyDesc.KeyNonce, in PeerPairMsg1Action()
|
/linux-2.6.39/drivers/scsi/pm8001/ |
D | pm8001_hwi.c | 3665 void *pMsg1 = NULL; in process_oq() local 3671 ret = mpi_msg_consume(pm8001_ha, circularQ, &pMsg1, &bc); in process_oq() 3674 process_one_iomb(pm8001_ha, (void *)(pMsg1 - 4)); in process_oq() 3676 mpi_msg_free_set(pm8001_ha, pMsg1, circularQ, bc); in process_oq()
|