Home
last modified time | relevance | path

Searched refs:pNext (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/htc/
H A Ddl_list.h38 struct _DL_LIST *pNext; member
44 {(pList)->pPrev = pList; (pList)->pNext = pList; }
49 (pList)->pNext = (pItem); \
50 (pItem)->pNext = (pList); \
55 ((pList)->pNext == (pList)))
56 #define DL_LIST_GET_ITEM_AT_HEAD(pList) (pList)->pNext
64 for ((pTemp) = (pStart)->pNext; pTemp != (pStart); \
65 (pTemp) = (pTemp)->pNext)
89 { pTemp = (pStart)->pNext; } \
92 { pTemp = pTemp->pNext; } \
[all …]
H A Dhtc_recv.c168 target->pHTCPacketStructPool = (HTC_PACKET *) pPacket->ListLink.pNext; in allocate_htc_packet_container()
172 pPacket->ListLink.pNext = NULL; in allocate_htc_packet_container()
183 pPacket->ListLink.pNext = NULL; in free_htc_packet_container()
185 pPacket->ListLink.pNext = in free_htc_packet_container()
H A Dhtc_api.h243 struct _htc_endpoint_credit_dist *pNext; member
H A Dhtc.c217 HTC_PACKET *pPacketTmp = (HTC_PACKET *) pPacket->ListLink.pNext; in htc_cleanup()
826 rx_bundle_packet->ListLink.pNext = in htc_wait_target()
H A Dhtc_send.c265 target->pBundleFreeList = (HTC_PACKET *) pPacket->ListLink.pNext; in allocate_htc_bundle_packet()
267 pPacket->ListLink.pNext = NULL; in allocate_htc_bundle_packet()
314 pPacket->ListLink.pNext = NULL; in free_htc_bundle_packet()
316 pPacket->ListLink.pNext = (DL_LIST *) target->pBundleFreeList; in free_htc_bundle_packet()
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_link_list.c40 tListElem *pNext; in csr_list_remove_entry() local
43 pNext = pEntry->next; in csr_list_remove_entry()
44 pLast->next = pNext; in csr_list_remove_entry()
45 pNext->last = pLast; in csr_list_remove_entry()
51 tListElem *pNext; in csr_list_remove_head() local
54 pNext = pEntry->next; in csr_list_remove_head()
55 pHead->next = pNext; in csr_list_remove_head()
56 pNext->last = pHead; in csr_list_remove_head()
87 tListElem *pNext; in csr_list_insert_head() local
89 pNext = pHead->next; in csr_list_insert_head()
[all …]
/wlan-driver/qcacld-3.0/uapi/linux/
H A Da_debug.h126 struct _ATH_DEBUG_MODULE_DBG_INFO *pNext; member