Home
last modified time | relevance | path

Searched refs:tag_mask (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_stp_remote_device.c114 U32 tag_mask = 1; in scif_sas_stp_remote_device_allocate_ncq_tag() local
124 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()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp141 const uptr tag_mask = (1ULL << num_bits) - 1; in GenerateRandomTag() local
149 tag = random_buffer_ & tag_mask; in GenerateRandomTag()
154 tag = random_state_ & tag_mask; in GenerateRandomTag()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_ctl_defs.h78 unsigned int tag_mask; /* TDDP tag mask */ member