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()
1435 int bit = (1 << aid); in WBT_CancelCommand() local
1436 if (bit > bitmap) in WBT_CancelCommand()
1440 if ((bit & bitmap) == 0) in WBT_CancelCommand()
1442 bitmap &= ~bit; in WBT_CancelCommand()
1448 current->target_bmp &= ~bit; in WBT_CancelCommand()
1449 current->peer_bmp = (u16)bit; in WBT_CancelCommand()
1456 current->target_bmp &= ~bit; in WBT_CancelCommand()
1457 current->peer_bmp = (u16)bit; in WBT_CancelCommand()