Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dsg.c74 #define SG_MAX_DEVS (1 << MINORBITS) macro
1446 error = idr_alloc(&sg_index_idr, sdp, 0, SG_MAX_DEVS, GFP_NOWAIT); in sg_alloc()
1451 scsidp->type, SG_MAX_DEVS - 1); in sg_alloc()
1684 SG_MAX_DEVS, "sg"); in init_sg()
1703 unregister_chrdev_region(MKDEV(SCSI_GENERIC_MAJOR, 0), SG_MAX_DEVS); in init_sg()
1718 SG_MAX_DEVS); in exit_sg()