Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
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()
A Deeprom.h677 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize,
/linux/drivers/staging/rtl8192u/ieee80211/
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()
/linux/drivers/staging/rtl8192e/
A Drtllib_rx.c452 struct list_head *pList = &pTS->rx_pending_pkt_list; in AddReorderEntry() local
454 while (pList->next != &pTS->rx_pending_pkt_list) { in AddReorderEntry()
456 list_entry(pList->next, struct rx_reorder_entry, in AddReorderEntry()
458 pList = pList->next; in AddReorderEntry()
460 ((struct rx_reorder_entry *)list_entry(pList->next, in AddReorderEntry()
466 pReorderEntry->List.next = pList->next; in AddReorderEntry()
468 pReorderEntry->List.prev = pList; in AddReorderEntry()
469 pList->next = &pReorderEntry->List; in AddReorderEntry()

Completed in 16 milliseconds