Home
last modified time | relevance | path

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

/linux/drivers/scsi/mvsas/
H A Dmv_defs.h43 MVS_RSVD_SLOTS = 4, enumerator
H A Dmv_init.c352 mvi->rsvd_tags = bitmap_zalloc(MVS_RSVD_SLOTS, GFP_KERNEL); in mvs_pci_alloc()
453 can_queue -= MVS_RSVD_SLOTS; in mvs_post_sas_ha_init()
H A Dmv_sas.c31 if (tag >= MVS_RSVD_SLOTS) in mvs_tag_free()
48 index = find_first_zero_bit(bitmap, MVS_RSVD_SLOTS); in mvs_tag_alloc()
50 if (tag >= MVS_RSVD_SLOTS) in mvs_tag_alloc()
764 tag = rq->tag + MVS_RSVD_SLOTS; in mvs_task_prep()