Lines Matching refs:bitmap
315 int bitmap = context->ack_bitmap; in WFS_CallServerPacketSendHook() local
319 const BOOL is_sync = (sync && ((bitmap & sync) == sync)); in WFS_CallServerPacketSendHook()
323 bitmap = sync; in WFS_CallServerPacketSendHook()
328 bitmap &= ~sync; in WFS_CallServerPacketSendHook()
334 if (bit > bitmap) in WFS_CallServerPacketSendHook()
338 if ((bit & bitmap) != 0) in WFS_CallServerPacketSendHook()
353 bitmap &= ~bit; in WFS_CallServerPacketSendHook()
368 if (is_sync && (bitmap != sync)) in WFS_CallServerPacketSendHook()
380 (void)WFS_SendMessageLOCK_ACK(context->wbt, WFSi_WBTCallback, bitmap, in WFS_CallServerPacketSendHook()
384 (void)WFS_SendMessageUNLOCK_ACK(context->wbt, WFSi_WBTCallback, bitmap, in WFS_CallServerPacketSendHook()
386 context->busy_bitmap &= ~bitmap; in WFS_CallServerPacketSendHook()
390 context->ack_bitmap &= ~bitmap; in WFS_CallServerPacketSendHook()
411 int aid = (int)MATH_CTZ((u32)packet->bitmap); in WFS_CallServerPacketRecvHook()
583 void WFS_SetServerSync(WFSServerContext *context, int bitmap) in WFS_SetServerSync() argument
586 context->sync_bitmap = (bitmap & ~1); in WFS_SetServerSync()