Lines Matching refs:tListNode
58 PLACE_IN_SECTION("MB_MEM1") ALIGN(4) static tListNode FreeBufQueue;
59 PLACE_IN_SECTION("MB_MEM1") ALIGN(4) static tListNode TracesEvtQueue;
61 PLACE_IN_SECTION("MB_MEM1") ALIGN(4) static tListNode EvtQueue;
62 PLACE_IN_SECTION("MB_MEM1") ALIGN(4) static tListNode SystemEvtQueue;
65 static tListNode LocalFreeBufQueue;
153 LST_remove_head (&EvtQueue, (tListNode **)&phcievt); in HW_IPCC_BLE_RxEvtNot()
240 LST_remove_head (&SystemEvtQueue, (tListNode **)&p_evt); in HW_IPCC_SYS_EvtNot()
613 LST_insert_tail(&LocalFreeBufQueue, (tListNode *)phcievt); in TL_MM_EvtDone()
624 tListNode *p_node; in SendFreeBuf()
628 LST_remove_head( &LocalFreeBufQueue, (tListNode **)&p_node ); in SendFreeBuf()
629 … LST_insert_tail( (tListNode*)(TL_RefTable.p_mem_manager_table->pevt_free_buffer_queue), p_node ); in SendFreeBuf()
655 LST_remove_head (&TracesEvtQueue, (tListNode **)&phcievt); in HW_IPCC_TRACES_EvtNot()