Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c3136 u32 act_tmp = le32_to_cpu(complete_hdr->act); in cq_thread_v2_hw() local
3137 int ncq_tag_count = ffs(act_tmp); in cq_thread_v2_hw()
3160 act_tmp &= ~(1 << ncq_tag_count); in cq_thread_v2_hw()
3161 ncq_tag_count = ffs(act_tmp); in cq_thread_v2_hw()