Searched refs:target_alloc (Results 1 – 25 of 27) sorted by relevance
12
/linux-6.6.21/drivers/usb/storage/ |
D | scsiglue.c | 344 static int target_alloc(struct scsi_target *starget) in target_alloc() function 646 .target_alloc = target_alloc,
|
D | uas.c | 908 .target_alloc = uas_target_alloc,
|
/linux-6.6.21/include/scsi/ |
D | scsi_host.h | 240 int (* target_alloc)(struct scsi_target *); member
|
/linux-6.6.21/drivers/scsi/ |
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()
|
D | esp_scsi.c | 2668 .target_alloc = esp_target_alloc,
|
/linux-6.6.21/drivers/scsi/isci/ |
D | init.c | 159 .target_alloc = sas_target_alloc,
|
/linux-6.6.21/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 970 .target_alloc = iscsi_target_alloc,
|
/linux-6.6.21/drivers/scsi/mvsas/ |
D | mv_init.c | 37 .target_alloc = sas_target_alloc,
|
/linux-6.6.21/drivers/scsi/aic94xx/ |
D | aic94xx_init.c | 44 .target_alloc = sas_target_alloc,
|
/linux-6.6.21/drivers/message/fusion/ |
D | mptspi.c | 830 .target_alloc = mptspi_target_alloc,
|
D | mptfc.c | 115 .target_alloc = mptfc_target_alloc,
|
D | mptsas.c | 2007 .target_alloc = mptsas_target_alloc,
|
/linux-6.6.21/drivers/scsi/pm8001/ |
D | pm8001_init.c | 106 .target_alloc = sas_target_alloc,
|
/linux-6.6.21/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 97 .target_alloc = iscsi_target_alloc,
|
/linux-6.6.21/drivers/scsi/qedi/ |
D | qedi_iscsi.c | 53 .target_alloc = iscsi_target_alloc,
|
/linux-6.6.21/drivers/scsi/hisi_sas/ |
D | hisi_sas_v1_hw.c | 1743 .target_alloc = sas_target_alloc,
|
D | hisi_sas_v2_hw.c | 3570 .target_alloc = sas_target_alloc,
|
D | hisi_sas_v3_hw.c | 3324 .target_alloc = sas_target_alloc,
|
/linux-6.6.21/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 2263 .target_alloc = iscsi_target_alloc,
|
/linux-6.6.21/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 795 .target_alloc = ahc_linux_target_alloc,
|
D | aic79xx_osm.c | 906 .target_alloc = ahd_linux_target_alloc,
|
/linux-6.6.21/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 115 .target_alloc = iscsi_target_alloc,
|
/linux-6.6.21/drivers/scsi/mpi3mr/ |
D | mpi3mr_os.c | 4904 .target_alloc = mpi3mr_target_alloc,
|
/linux-6.6.21/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 3069 .target_alloc = srp_target_alloc,
|
/linux-6.6.21/drivers/scsi/mpt3sas/ |
D | mpt3sas_scsih.c | 11933 .target_alloc = scsih_target_alloc, 11971 .target_alloc = scsih_target_alloc,
|
12