Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c3135 u32 act_tmp = le32_to_cpu(complete_hdr->act); in cq_thread_v2_hw() local
3136 int ncq_tag_count = ffs(act_tmp); in cq_thread_v2_hw()
3159 act_tmp &= ~(1 << ncq_tag_count); in cq_thread_v2_hw()
3160 ncq_tag_count = ffs(act_tmp); in cq_thread_v2_hw()