Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/pm8001/
Dpm8001_defs.h93 #define PM8001_RESERVE_SLOT 8 macro
Dpm8001_sas.c71 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()
Dpm8001_init.c1214 shost->can_queue = ccb_count - PM8001_RESERVE_SLOT; in pm8001_init_ccb_tag()
1216 pm8001_ha->rsvd_tags = bitmap_zalloc(PM8001_RESERVE_SLOT, GFP_KERNEL); in pm8001_init_ccb_tag()
Dpm8001_sas.h743 tag = rq->tag + PM8001_RESERVE_SLOT; in pm8001_ccb_alloc()