Searched refs:target_alloc (Results 1 – 22 of 22) sorted by relevance
| /linux/drivers/usb/storage/ |
| A D | scsiglue.c | 331 static int target_alloc(struct scsi_target *starget) in target_alloc() function 642 .target_alloc = target_alloc,
|
| A D | uas.c | 907 .target_alloc = uas_target_alloc,
|
| /linux/include/scsi/ |
| A D | scsi_host.h | 244 int (* target_alloc)(struct scsi_target *); member
|
| A D | libsas.h | 736 .target_alloc = sas_target_alloc, \
|
| /linux/drivers/scsi/ |
| 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()
|
| A D | esp_scsi.c | 2668 .target_alloc = esp_target_alloc,
|
| A D | scsi_debug.c | 8738 .target_alloc = sdebug_target_alloc,
|
| /linux/drivers/infiniband/ulp/iser/ |
| A D | iscsi_iser.c | 970 .target_alloc = iscsi_target_alloc,
|
| /linux/drivers/message/fusion/ |
| A D | mptspi.c | 830 .target_alloc = mptspi_target_alloc,
|
| A D | mptfc.c | 115 .target_alloc = mptfc_target_alloc,
|
| A D | mptsas.c | 2007 .target_alloc = mptsas_target_alloc,
|
| /linux/drivers/scsi/cxgbi/cxgb3i/ |
| A D | cxgb3i.c | 97 .target_alloc = iscsi_target_alloc,
|
| /linux/drivers/scsi/qedi/ |
| A D | qedi_iscsi.c | 53 .target_alloc = iscsi_target_alloc,
|
| /linux/drivers/scsi/aic7xxx/ |
| A D | aic7xxx_osm.c | 796 .target_alloc = ahc_linux_target_alloc,
|
| A D | aic79xx_osm.c | 911 .target_alloc = ahd_linux_target_alloc,
|
| /linux/drivers/scsi/bnx2i/ |
| A D | bnx2i_iscsi.c | 2263 .target_alloc = iscsi_target_alloc,
|
| /linux/drivers/scsi/cxgbi/cxgb4i/ |
| A D | cxgb4i.c | 115 .target_alloc = iscsi_target_alloc,
|
| /linux/drivers/infiniband/ulp/srp/ |
| A D | ib_srp.c | 3069 .target_alloc = srp_target_alloc,
|
| /linux/drivers/scsi/mpi3mr/ |
| A D | mpi3mr_os.c | 5064 .target_alloc = mpi3mr_target_alloc,
|
| /linux/drivers/scsi/mpt3sas/ |
| A D | mpt3sas_scsih.c | 11907 .target_alloc = scsih_target_alloc, 11945 .target_alloc = scsih_target_alloc,
|
| /linux/drivers/scsi/be2iscsi/ |
| A D | be_main.c | 407 .target_alloc = iscsi_target_alloc,
|
| /linux/drivers/scsi/ibmvscsi/ |
| A D | ibmvfc.c | 3701 .target_alloc = ibmvfc_target_alloc,
|
Completed in 140 milliseconds