Home
last modified time | relevance | path

Searched refs:shost_data (Results 1 – 11 of 11) sorted by relevance

/linux/include/scsi/
H A Dscsi_transport_fc.h600 ((struct fc_host_attrs *)(x)->shost_data)
603 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
605 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
607 (((struct fc_host_attrs *)(x)->shost_data)->permanent_port_name)
609 (((struct fc_host_attrs *)(x)->shost_data)->supported_classes)
611 (((struct fc_host_attrs *)(x)->shost_data)->supported_fc4s)
613 (((struct fc_host_attrs *)(x)->shost_data)->supported_speeds)
615 (((struct fc_host_attrs *)(x)->shost_data)->maxframe_size)
617 (((struct fc_host_attrs *)(x)->shost_data)->max_npiv_vports)
619 (((struct fc_host_attrs *)(x)->shost_data)->serial_number)
[all …]
H A Dscsi_transport_spi.h89 #define spi_signalling(h) (((struct spi_host_attrs *)(h)->shost_data)->signalling)
H A Dscsi_host.h744 void *shost_data; member
/linux/drivers/scsi/
H A Dhosts.c292 shost->shost_data = kzalloc(shost->transportt->host_size, in scsi_add_host_with_dma()
294 if (shost->shost_data == NULL) { in scsi_add_host_with_dma()
379 kfree(shost->shost_data); in scsi_host_dev_release()
H A Dscsi_transport_iscsi.c1563 struct iscsi_cls_host *ihost = shost->shost_data; in iscsi_setup_host()
1578 struct iscsi_cls_host *ihost = shost->shost_data; in iscsi_remove_host()
1782 ihost = shost->shost_data; in iscsi_user_scan_session()
1974 struct iscsi_cls_host *ihost = shost->shost_data; in __iscsi_unbind_session()
4733 struct iscsi_cls_host *ihost = shost->shost_data; in iscsi_get_port_speed_name()
4759 struct iscsi_cls_host *ihost = shost->shost_data; in iscsi_get_port_state_name()
H A Dscsi_transport_srp.c25 #define to_srp_host_attrs(host) ((struct srp_host_attrs *)(host)->shost_data)
H A Dscsi_transport_sas.c53 #define to_sas_host_attrs(host) ((struct sas_host_attrs *)(host)->shost_data)
/linux/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c707 struct iscsi_cls_host *ihost = shost->shost_data; in beiscsi_get_port_state()
721 struct iscsi_cls_host *ihost = shost->shost_data; in beiscsi_get_port_speed()
/linux/drivers/scsi/fnic/
H A Dfnic_main.c657 dev_info(&fnic->pdev->dev, "shost_data: 0x%p\n", fnic->host->shost_data); in fnic_scsi_drv_init()
658 if (fnic->host->shost_data != NULL) { in fnic_scsi_drv_init()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c547 if (lport->host && lport->host->shost_data) in qedf_update_link_speed()
/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c1899 struct iscsi_cls_host *ihost = shost->shost_data; in qla4xxx_set_port_speed()
1924 struct iscsi_cls_host *ihost = shost->shost_data; in qla4xxx_set_port_state()