Searched refs:pQueueSave (Results 1 – 1 of 1) sorted by relevance
220 HTC_PACKET_QUEUE *pQueueSave; in allocate_htc_bundle_packet() local238 pQueueSave = qdf_mem_malloc(sizeof(HTC_PACKET_QUEUE)); in allocate_htc_bundle_packet()239 AR_DEBUG_ASSERT(pQueueSave); in allocate_htc_bundle_packet()240 if (!pQueueSave) { in allocate_htc_bundle_packet()245 INIT_HTC_PACKET_QUEUE(pQueueSave); in allocate_htc_bundle_packet()246 pPacket->pContext = pQueueSave; in allocate_htc_bundle_packet()276 HTC_PACKET_QUEUE *pQueueSave; in free_htc_bundle_packet() local302 pQueueSave = (HTC_PACKET_QUEUE *) pPacket->pContext; in free_htc_bundle_packet()303 if (qdf_unlikely(!pQueueSave)) { in free_htc_bundle_packet()307 AR_DEBUG_ASSERT(pQueueSave); in free_htc_bundle_packet()[all …]