Searched refs:pList (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/net/wireless/ath/ath9k/
H A Deeprom.c52 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize, argument
57 if (target <= pList[0]) {
61 if (target >= pList[listSize - 1]) {
67 if (pList[i] == target) {
71 if (target < pList[i + 1]) {
H A Deeprom.h677 bool ath9k_hw_get_lower_upper_index(u8 target, u8 *pList, u16 listSize,
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_rx.c409 struct list_head *pList = &ts->rx_pending_pkt_list; local
411 while (pList->next != &ts->rx_pending_pkt_list) {
413 list_entry(pList->next, struct rx_reorder_entry,
415 pList = pList->next;
417 ((struct rx_reorder_entry *)list_entry(pList->next,
423 pReorderEntry->list.next = pList->next;
425 pReorderEntry->list.prev = pList;
426 pList->next = &pReorderEntry->list;

Completed in 471 milliseconds