Searched refs:sdev_destroy (Results 1 – 22 of 22) sorted by relevance
/linux/Documentation/scsi/ |
H A D | scsi_mid_low_api.rst | 156 sdev_destroy() *** 160 respond, a sdev_init(), sdev_destroy() pair is called. 176 sdev_destroy() 177 sdev_destroy() 218 sdev_destroy() 223 struct scsi_device instances are freed after sdev_destroy(). 373 * sdev_destroy().] Can safely be invoked from interrupt code. 483 * lead to the sdev_destroy() callback being invoked. sdev is an 617 - sdev_destroy - given device is about to be shut down 926 * sdev_destroy() i [all...] |
/linux/include/scsi/ |
H A D | scsi_host.h | 171 * get an immediate call to sdev_destroy(). If we find something 175 * time), you will then get a call to sdev_destroy(). This is 176 * assuming you implement sdev_configure and sdev_destroy. 178 * then you must implement the sdev_destroy() routine at a minimum 209 * non-0, your sdev_destroy routine will never get called for this 226 void (* sdev_destroy)(struct scsi_device *); member
|
/linux/drivers/scsi/bfa/ |
H A D | bfad_im.c | 407 * Scsi_Host template entry sdev_destroy. 806 .sdev_destroy = bfad_im_sdev_destroy, 829 .sdev_destroy = bfad_im_sdev_destroy,
|
/linux/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 433 .sdev_destroy = zfcp_scsi_sdev_destroy,
|
/linux/drivers/scsi/csiostor/ |
H A D | csio_scsi.c | 2281 .sdev_destroy = csio_sdev_destroy, 2300 .sdev_destroy = csio_sdev_destroy,
|
/linux/drivers/scsi/ |
H A D | xen-scsifront.c | 781 .sdev_destroy = scsifront_sdev_destroy, 1079 * on successfull scsi_add_device, and in sdev_destroy called in scsifront_do_lun_hotplug()
|
H A D | esp_scsi.c | 2672 .sdev_destroy = esp_sdev_destroy,
|
H A D | myrs.c | 1927 .sdev_destroy = myrs_sdev_destroy,
|
H A D | myrb.c | 2212 .sdev_destroy = myrb_sdev_destroy,
|
H A D | pmcraid.c | 3673 .sdev_destroy = pmcraid_sdev_destroy,
|
H A D | ipr.c | 6403 .sdev_destroy = ipr_sdev_destroy,
|
H A D | scsi_debug.c | 6679 pr_info("sdev_destroy <%u %u %u %llu>\n", in scsi_debug_sdev_destroy() 9423 .sdev_destroy = scsi_debug_sdev_destroy,
|
H A D | hpsa.c | 976 .sdev_destroy = hpsa_sdev_destroy,
|
/linux/drivers/message/fusion/ |
H A D | mptspi.c | 835 .sdev_destroy = mptspi_sdev_destroy,
|
H A D | mptfc.c | 119 .sdev_destroy = mptscsih_sdev_destroy,
|
H A D | mptsas.c | 2011 .sdev_destroy = mptscsih_sdev_destroy,
|
/linux/include/linux/ |
H A D | libata.h | 1464 .sdev_destroy = ata_scsi_sdev_destroy, \
|
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 11928 .sdev_destroy = scsih_sdev_destroy, 11966 .sdev_destroy = scsih_sdev_destroy,
|
/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_os.c | 5217 .sdev_destroy = mpi3mr_sdev_destroy,
|
/linux/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 3517 .sdev_destroy = megasas_sdev_destroy,
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 8081 .sdev_destroy = qla2xxx_sdev_destroy,
|
/linux/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 7569 .sdev_destroy = pqi_sdev_destroy,
|