Searched refs:pList (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | eeprom.c | 51 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()
|
D | eeprom.h | 664 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize,
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 520 struct list_head *pList = &pTS->RxPendingPktList; in AddReorderEntry() local 521 while(pList->next != &pTS->RxPendingPktList) in AddReorderEntry() 523 …if( SN_LESS(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENTRY,Lis… in AddReorderEntry() 525 pList = pList->next; in AddReorderEntry() 527 …else if( SN_EQUAL(pReorderEntry->SeqNum, ((PRX_REORDER_ENTRY)list_entry(pList->next,RX_REORDER_ENT… in AddReorderEntry() 536 pReorderEntry->List.next = pList->next; in AddReorderEntry() 538 pReorderEntry->List.prev = pList; in AddReorderEntry() 539 pList->next = &pReorderEntry->List; in AddReorderEntry()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 447 struct list_head *pList = &pTS->RxPendingPktList; in AddReorderEntry() local 449 while (pList->next != &pTS->RxPendingPktList) { in AddReorderEntry() 451 list_entry(pList->next, struct rx_reorder_entry, in AddReorderEntry() 453 pList = pList->next; in AddReorderEntry() 455 ((struct rx_reorder_entry *)list_entry(pList->next, in AddReorderEntry() 461 pReorderEntry->List.next = pList->next; in AddReorderEntry() 463 pReorderEntry->List.prev = pList; in AddReorderEntry() 464 pList->next = &pReorderEntry->List; in AddReorderEntry()
|