Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c3137 u32 act_tmp = le32_to_cpu(complete_hdr->act); in cq_thread_v2_hw() local
3138 int ncq_tag_count = ffs(act_tmp); in cq_thread_v2_hw()
3161 act_tmp &= ~(1 << ncq_tag_count); in cq_thread_v2_hw()
3162 ncq_tag_count = ffs(act_tmp); in cq_thread_v2_hw()