Searched refs:tag_mask (Results 1 – 3 of 3) sorted by relevance
114 U32 tag_mask = 1; in scif_sas_stp_remote_device_allocate_ncq_tag() local124 while ( (fw_device->protocol_device.stp_device.s_active & tag_mask) in scif_sas_stp_remote_device_allocate_ncq_tag()127 tag_mask <<= 1; in scif_sas_stp_remote_device_allocate_ncq_tag()141 fw_device->protocol_device.stp_device.s_active |= tag_mask; in scif_sas_stp_remote_device_allocate_ncq_tag()
141 const uptr tag_mask = (1ULL << num_bits) - 1; in GenerateRandomTag() 149 tag = random_buffer_ & tag_mask; in GenerateRandomTag() 154 tag = random_state_ & tag_mask; in GenerateRandomTag() 140 const uptr tag_mask = (1ULL << num_bits) - 1; GenerateRandomTag() local
78 unsigned int tag_mask; /* TDDP tag mask */ member