Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/mvsas/
A Dmv_defs.h43 MVS_RSVD_SLOTS = 4, enumerator
A Dmv_init.c369 mvi->rsvd_tags = bitmap_zalloc(MVS_RSVD_SLOTS, GFP_KERNEL); in mvs_pci_alloc()
471 can_queue -= MVS_RSVD_SLOTS; in mvs_post_sas_ha_init()
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()
769 tag = rq->tag + MVS_RSVD_SLOTS; in mvs_task_prep()

Completed in 11 milliseconds