Home
last modified time | relevance | path

Searched refs:pList (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Deeprom.c51 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize, in ath9k_hw_get_lower_upper_index() argument
56 if (target <= pList[0]) { in ath9k_hw_get_lower_upper_index()
60 if (target >= pList[listSize - 1]) { in ath9k_hw_get_lower_upper_index()
66 if (pList[i] == target) { in ath9k_hw_get_lower_upper_index()
70 if (target < pList[i + 1]) { in ath9k_hw_get_lower_upper_index()
Deeprom.h664 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize,
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c515 struct list_head *pList = &pTS->RxPendingPktList; in AddReorderEntry() local
516 while(pList->next != &pTS->RxPendingPktList) in AddReorderEntry()
518 …if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,Lis… in AddReorderEntry()
520 pList = pList->next; in AddReorderEntry()
522 …else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENT… in AddReorderEntry()
531 pReorderEntry->List.next = pList->next; in AddReorderEntry()
533 pReorderEntry->List.prev = pList; in AddReorderEntry()
534 pList->next = &pReorderEntry->List; in AddReorderEntry()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_rx.c460 struct list_head *pList = &pTS->RxPendingPktList; in AddReorderEntry() local
462 while (pList->next != &pTS->RxPendingPktList) { in AddReorderEntry()
464 list_entry(pList->next, struct rx_reorder_entry, in AddReorderEntry()
466 pList = pList->next; in AddReorderEntry()
468 ((struct rx_reorder_entry *)list_entry(pList->next, in AddReorderEntry()
474 pReorderEntry->List.next = pList->next; in AddReorderEntry()
476 pReorderEntry->List.prev = pList; in AddReorderEntry()
477 pList->next = &pReorderEntry->List; in AddReorderEntry()