Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/pm8001/
A Dpm8001_defs.h93 #define PM8001_RESERVE_SLOT 8 macro
A 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()
A Dpm8001_init.c1217 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()
A Dpm8001_sas.h744 tag = rq->tag + PM8001_RESERVE_SLOT; in pm8001_ccb_alloc()

Completed in 11 milliseconds