Home
last modified time | relevance | path

Searched refs:packet_bitmap (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/demos/wbt/wbt-1/src/
Dbt.c174 recv_buf_packet_bmp_table.packet_bitmap[i] = &(recv_pkt_bmp_buf[i][0]); in bt_start()
191 recv_buf_packet_bmp_table.packet_bitmap[i] = NULL; in bt_start()
207 if (recv_buf_packet_bmp_table.packet_bitmap[i] != NULL) in bt_start()
209 OS_Free(recv_buf_packet_bmp_table.packet_bitmap[i]); in bt_start()
210 recv_buf_packet_bmp_table.packet_bitmap[i] = NULL; in bt_start()
292 recv_buf_packet_bmp_table.packet_bitmap[peer_aid] = in bt_callback()
343 OS_Free(recv_buf_packet_bmp_table.packet_bitmap[peer_aid]); in bt_callback()
344 recv_buf_packet_bmp_table.packet_bitmap[peer_aid] = NULL; in bt_callback()
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_client.c72 context->recv_buf_packet_bmp_table.packet_bitmap[0] = context->recv_pkt_bmp_buf; in WFSi_ReallocBitmap()
402 context->recv_buf_packet_bmp_table.packet_bitmap[i] = NULL; in WFS_InitClient()
/TwlSDK-5.1.0/include/nitro/
Dwbt.h183 u32 *packet_bitmap[WBT_NUM_OF_AID]; member
/TwlSDK-5.1.0/include/nitro/wbt/
Dcontext.h559 arg->pkt_bmp_table.packet_bitmap[i] = work->binfo_bitmap[i]; in WBT_CreateCommandINFO()
/TwlSDK-5.1.0/build/libraries/wbt/common/src/
Dwbt_context.c394 current->get.pkt_bmp_table.packet_bitmap[aid], in WBTi_SwitchNextCommand()