Searched refs:pCurrEntry (Results 1 – 3 of 3) sorted by relevance
462 struct rt_measure_req_entry *pEntry = NULL, *pCurrEntry; in MeasureReqInsert() local537 pCurrEntry = pTab->Hash[HashIdx]; in MeasureReqInsert()538 while (pCurrEntry->pNext != NULL) in MeasureReqInsert()539 pCurrEntry = pCurrEntry->pNext; in MeasureReqInsert()540 pCurrEntry->pNext = pEntry; in MeasureReqInsert()659 struct rt_tpc_req_entry *pEntry = NULL, *pCurrEntry; in TpcReqInsert() local733 pCurrEntry = pTab->Hash[HashIdx]; in TpcReqInsert()734 while (pCurrEntry->pNext != NULL) in TpcReqInsert()735 pCurrEntry = pCurrEntry->pNext; in TpcReqInsert()736 pCurrEntry->pNext = pEntry; in TpcReqInsert()
1532 struct rt_mac_table_entry *pEntry = NULL, *pCurrEntry; in MacTableInsertEntry() local1646 pCurrEntry = pAd->MacTab.Hash[HashIdx]; in MacTableInsertEntry()1647 while (pCurrEntry->pNext != NULL) in MacTableInsertEntry()1648 pCurrEntry = pCurrEntry->pNext; in MacTableInsertEntry()1649 pCurrEntry->pNext = pEntry; in MacTableInsertEntry()
1159 struct rt_mac_table_entry *pEntry = NULL, *pCurrEntry = NULL; in LinkUp() local1598 pCurrEntry = pAd->MacTab.Hash[HashIdx]; in LinkUp()1599 while (pCurrEntry->pNext != NULL) { in LinkUp()1600 pCurrEntry = pCurrEntry->pNext; in LinkUp()1602 pCurrEntry->pNext = pEntry; in LinkUp()