Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A 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()
H A Deeprom.h677 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize,
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c506 struct list_head *pList = &pTS->rx_pending_pkt_list; in AddReorderEntry() local
507 while (pList->next != &pTS->rx_pending_pkt_list) { in AddReorderEntry()
508 …if (SN_LESS(pReorderEntry->SeqNum, list_entry(pList->next, struct rx_reorder_entry, List)->SeqNum)) in AddReorderEntry()
509 pList = pList->next; in AddReorderEntry()
510 …else if (SN_EQUAL(pReorderEntry->SeqNum, list_entry(pList->next, struct rx_reorder_entry, List)->S… in AddReorderEntry()
515 pReorderEntry->List.next = pList->next; in AddReorderEntry()
517 pReorderEntry->List.prev = pList; in AddReorderEntry()
518 pList->next = &pReorderEntry->List; in AddReorderEntry()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_rx.c441 struct list_head *pList = &pTS->rx_pending_pkt_list; in AddReorderEntry() local
443 while (pList->next != &pTS->rx_pending_pkt_list) { in AddReorderEntry()
445 list_entry(pList->next, struct rx_reorder_entry, in AddReorderEntry()
447 pList = pList->next; in AddReorderEntry()
449 ((struct rx_reorder_entry *)list_entry(pList->next, in AddReorderEntry()
455 pReorderEntry->List.next = pList->next; in AddReorderEntry()
457 pReorderEntry->List.prev = pList; in AddReorderEntry()
458 pList->next = &pReorderEntry->List; in AddReorderEntry()