Searched refs:ack_bitmap (Results 1 – 2 of 2) sorted by relevance
166 work->ack_bitmap |= (1 << aid); in WFSi_WBTCallback()189 work->ack_bitmap |= (1 << aid); in WFSi_WBTCallback()293 context->ack_bitmap &= context->all_bitmap; in WFS_CallServerPacketSendHook()313 else if (context->ack_bitmap) in WFS_CallServerPacketSendHook()315 int bitmap = context->ack_bitmap; in WFS_CallServerPacketSendHook()390 context->ack_bitmap &= ~bitmap; in WFS_CallServerPacketSendHook()451 context->ack_bitmap = 0; in WFS_InitServer()
85 int ack_bitmap; /* Waiting for a response from the server */ member