Searched refs:scsidp (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/scsi/ |
D | sg.c | 1431 sg_alloc(struct scsi_device *scsidp) in sg_alloc() argument 1433 struct request_queue *q = scsidp->request_queue; in sg_alloc() 1441 sdev_printk(KERN_WARNING, scsidp, "%s: kmalloc Sg_device " in sg_alloc() 1452 sdev_printk(KERN_WARNING, scsidp, in sg_alloc() 1454 scsidp->type, SG_MAX_DEVS - 1); in sg_alloc() 1457 sdev_printk(KERN_WARNING, scsidp, "%s: idr " in sg_alloc() 1465 SCSI_LOG_TIMEOUT(3, sdev_printk(KERN_INFO, scsidp, in sg_alloc() 1468 sdp->device = scsidp; in sg_alloc() 1493 struct scsi_device *scsidp = to_scsi_device(cl_dev->parent); in sg_add_device() local 1508 sdp = sg_alloc(scsidp); in sg_add_device() [all …]
|