Home
last modified time | relevance | path

Searched refs:slave_alloc (Results 1 – 25 of 47) sorted by relevance

12

/linux-2.6.39/drivers/staging/keucr/
Dscsiglue.c24 static int slave_alloc(struct scsi_device *sdev) in slave_alloc() function
339 .slave_alloc = slave_alloc,
/linux-2.6.39/drivers/usb/storage/
Dscsiglue.c79 static int slave_alloc (struct scsi_device *sdev) in slave_alloc() function
547 .slave_alloc = slave_alloc,
Duas.c561 .slave_alloc = uas_slave_alloc,
/linux-2.6.39/Documentation/scsi/
Dscsi_mid_low_api.txt117 should be static. For example the slave_alloc() function in an LLD
156 slave_alloc()
159 slave_alloc()
162 slave_alloc() ***
170 respond, a slave_alloc(), slave_destroy() pair is called.
210 slave_alloc()
231 (a pointer is passed as the parameter to slave_alloc() and
268 slave_alloc()
270 slave_alloc() ***
273 slave_alloc()
[all …]
/linux-2.6.39/drivers/staging/rts_pstor/
Drtsx.c86 static int slave_alloc (struct scsi_device *sdev) in slave_alloc() function
282 .slave_alloc = slave_alloc,
/linux-2.6.39/include/scsi/
Dscsi_host.h203 int (* slave_alloc)(struct scsi_device *); member
/linux-2.6.39/drivers/scsi/bfa/
Dbfad_im.c784 .slave_alloc = bfad_im_slave_alloc,
805 .slave_alloc = bfad_im_slave_alloc,
/linux-2.6.39/drivers/scsi/
Dscsi_scan.c306 if (shost->hostt->slave_alloc) { in scsi_alloc_sdev()
307 ret = shost->hostt->slave_alloc(sdev); in scsi_alloc_sdev()
Discsi_tcp.c880 .slave_alloc = iscsi_sw_tcp_slave_alloc,
Dppa.c996 .slave_alloc = ppa_adjust_queue,
Dimm.c1133 .slave_alloc = imm_adjust_queue,
Dstex.c1394 .slave_alloc = stex_slave_alloc,
/linux-2.6.39/drivers/usb/image/
Dmicrotek.c644 .slave_alloc = mts_slave_alloc,
/linux-2.6.39/drivers/staging/hv/
Dstorvsc_drv.c106 .slave_alloc = storvsc_device_alloc,
/linux-2.6.39/drivers/s390/scsi/
Dzfcp_scsi.c305 .slave_alloc = zfcp_scsi_slave_alloc,
/linux-2.6.39/drivers/scsi/mvsas/
Dmv_init.c62 .slave_alloc = mvs_slave_alloc,
/linux-2.6.39/drivers/scsi/fnic/
Dfnic_main.c100 .slave_alloc = fnic_slave_alloc,
/linux-2.6.39/drivers/scsi/pm8001/
Dpm8001_init.c79 .slave_alloc = pm8001_slave_alloc,
/linux-2.6.39/drivers/scsi/aic94xx/
Daic94xx_init.c85 .slave_alloc = sas_slave_alloc,
/linux-2.6.39/drivers/target/loopback/
Dtcm_loop.c441 .slave_alloc = tcm_loop_slave_alloc,
/linux-2.6.39/drivers/message/fusion/
Dmptfc.c117 .slave_alloc = mptfc_slave_alloc,
Dmptspi.c839 .slave_alloc = mptspi_slave_alloc,
/linux-2.6.39/drivers/firewire/
Dsbp2.c1633 .slave_alloc = sbp2_scsi_slave_alloc,
/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_scsi.c3882 .slave_alloc = lpfc_slave_alloc,
3905 .slave_alloc = lpfc_slave_alloc,
/linux-2.6.39/drivers/scsi/fcoe/
Dfcoe.c233 .slave_alloc = fc_slave_alloc,

12