Home
last modified time | relevance | path

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

/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c1547 int ncq_tag_count = ffs(act_tmp); in cq_tasklet_v3_hw() local
1554 while (ncq_tag_count) { in cq_tasklet_v3_hw()
1557 ncq_tag_count -= 1; in cq_tasklet_v3_hw()
1558 iptt = (ncq_tag[ncq_tag_count / 5] in cq_tasklet_v3_hw()
1559 >> (ncq_tag_count % 5) * 12) & 0xfff; in cq_tasklet_v3_hw()
1566 act_tmp &= ~(1 << ncq_tag_count); in cq_tasklet_v3_hw()
1567 ncq_tag_count = ffs(act_tmp); in cq_tasklet_v3_hw()
Dhisi_sas_v2_hw.c3111 int ncq_tag_count = ffs(act_tmp); in cq_tasklet_v2_hw() local
3118 while (ncq_tag_count) { in cq_tasklet_v2_hw()
3121 ncq_tag_count -= 1; in cq_tasklet_v2_hw()
3122 iptt = (ncq_tag[ncq_tag_count / 5] in cq_tasklet_v2_hw()
3123 >> (ncq_tag_count % 5) * 12) & 0xfff; in cq_tasklet_v2_hw()
3130 act_tmp &= ~(1 << ncq_tag_count); in cq_tasklet_v2_hw()
3131 ncq_tag_count = ffs(act_tmp); in cq_tasklet_v2_hw()