Lines Matching refs:bit
225 u32 bit = (u32)mod32(index); in WBTi_MergeBitmapIndex() local
226 if ((pkt_bmp->bitmap[pos] & (1 << bit)) == 0) in WBTi_MergeBitmapIndex()
233 pkt_bmp->bitmap[pos] |= (1 << bit); in WBTi_MergeBitmapIndex()
1436 int bit = (1 << aid); in WBT_CancelCommand() local
1437 if (bit > bitmap) in WBT_CancelCommand()
1441 if ((bit & bitmap) == 0) in WBT_CancelCommand()
1443 bitmap &= ~bit; in WBT_CancelCommand()
1449 current->target_bmp &= ~bit; in WBT_CancelCommand()
1450 current->peer_bmp = (u16)bit; in WBT_CancelCommand()
1457 current->target_bmp &= ~bit; in WBT_CancelCommand()
1458 current->peer_bmp = (u16)bit; in WBT_CancelCommand()