Searched refs:PM8001_RESERVE_SLOT (Results 1 – 4 of 4) sorted by relevance
93 #define PM8001_RESERVE_SLOT 8 macro
71 if (tag >= PM8001_RESERVE_SLOT) in pm8001_tag_free()91 tag = find_first_zero_bit(bitmap, PM8001_RESERVE_SLOT); in pm8001_tag_alloc()92 if (tag >= PM8001_RESERVE_SLOT) { in pm8001_tag_alloc()
1217 shost->can_queue = ccb_count - PM8001_RESERVE_SLOT; in pm8001_init_ccb_tag()1219 pm8001_ha->rsvd_tags = bitmap_zalloc(PM8001_RESERVE_SLOT, GFP_KERNEL); in pm8001_init_ccb_tag()
744 tag = rq->tag + PM8001_RESERVE_SLOT; in pm8001_ccb_alloc()
Completed in 11 milliseconds