Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c3127 u32 act_tmp = le32_to_cpu(complete_hdr->act); in cq_thread_v2_hw() local
3128 int ncq_tag_count = ffs(act_tmp); in cq_thread_v2_hw()
3151 act_tmp &= ~(1 << ncq_tag_count); in cq_thread_v2_hw()
3152 ncq_tag_count = ffs(act_tmp); in cq_thread_v2_hw()