Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Deeprom.c52 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize, in ath9k_hw_get_lower_upper_index() argument
57 if (target <= pList[0]) { in ath9k_hw_get_lower_upper_index()
61 if (target >= pList[listSize - 1]) { in ath9k_hw_get_lower_upper_index()
67 if (pList[i] == target) { in ath9k_hw_get_lower_upper_index()
71 if (target < pList[i + 1]) { in ath9k_hw_get_lower_upper_index()
Deeprom.h677 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize,
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c513 struct list_head *pList = &pTS->rx_pending_pkt_list; in AddReorderEntry() local
514 while(pList->next != &pTS->rx_pending_pkt_list) in AddReorderEntry()
516 …if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,Lis… in AddReorderEntry()
518 pList = pList->next; in AddReorderEntry()
520 …else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENT… in AddReorderEntry()
529 pReorderEntry->List.next = pList->next; in AddReorderEntry()
531 pReorderEntry->List.prev = pList; in AddReorderEntry()
532 pList->next = &pReorderEntry->List; in AddReorderEntry()
/Linux-v4.19/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()