/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | scsiglue.c | 337 static int target_alloc(struct scsi_target *starget) in target_alloc() function 638 .target_alloc = target_alloc,
|
H A D | uas.c | 907 .target_alloc = uas_target_alloc,
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | scsiglue.c | 344 static int target_alloc(struct scsi_target *starget) in target_alloc() function 646 .target_alloc = target_alloc,
|
H A D | uas.c | 908 .target_alloc = uas_target_alloc,
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_host.h | 220 int (* target_alloc)(struct scsi_target *); member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | scsi_host.h | 240 int (* target_alloc)(struct scsi_target *); member
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_scan.c | 452 if (shost->hostt->target_alloc) { in scsi_alloc_target() 453 error = shost->hostt->target_alloc(starget); in scsi_alloc_target()
|
H A D | iscsi_tcp.c | 1032 .target_alloc = iscsi_target_alloc,
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_scan.c | 535 if (shost->hostt->target_alloc) { in scsi_alloc_target() 536 error = shost->hostt->target_alloc(starget); in scsi_alloc_target()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.c | 976 .target_alloc = iscsi_target_alloc,
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | init.c | 157 .target_alloc = sas_target_alloc,
|
/kernel/linux/linux-6.6/drivers/scsi/isci/ |
H A D | init.c | 159 .target_alloc = sas_target_alloc,
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/iser/ |
H A D | iscsi_iser.c | 970 .target_alloc = iscsi_target_alloc,
|
/kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
H A D | aic94xx_init.c | 44 .target_alloc = sas_target_alloc,
|
/kernel/linux/linux-5.10/drivers/scsi/mvsas/ |
H A D | mv_init.c | 37 .target_alloc = sas_target_alloc,
|
/kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
H A D | aic94xx_init.c | 44 .target_alloc = sas_target_alloc,
|
/kernel/linux/linux-6.6/drivers/scsi/mvsas/ |
H A D | mv_init.c | 37 .target_alloc = sas_target_alloc,
|
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptspi.c | 830 .target_alloc = mptspi_target_alloc,
|
H A D | mptfc.c | 115 .target_alloc = mptfc_target_alloc, 468 * target_alloc will allocate vtarget and map, in mptfc_register_dev()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptspi.c | 830 .target_alloc = mptspi_target_alloc,
|
H A D | mptfc.c | 115 .target_alloc = mptfc_target_alloc, 468 * target_alloc will allocate vtarget and map, in mptfc_register_dev()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | 2267 .target_alloc = iscsi_target_alloc,
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_osm.c | 796 .target_alloc = ahc_linux_target_alloc,
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v1_hw.c | 1761 .target_alloc = sas_target_alloc,
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_iscsi.c | 53 .target_alloc = iscsi_target_alloc,
|