Home
last modified time | relevance | path

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

/linux-6.15/include/scsi/
H A Dscsi_transport_fc.h589 ((struct fc_host_attrs *)(x)->shost_data)
592 (((struct fc_host_attrs *)(x)->shost_data)->node_name)
594 (((struct fc_host_attrs *)(x)->shost_data)->port_name)
612 (((struct fc_host_attrs *)(x)->shost_data)->model)
624 (((struct fc_host_attrs *)(x)->shost_data)->port_id)
626 (((struct fc_host_attrs *)(x)->shost_data)->port_type)
632 (((struct fc_host_attrs *)(x)->shost_data)->speed)
642 (((struct fc_host_attrs *)(x)->shost_data)->rports)
646 (((struct fc_host_attrs *)(x)->shost_data)->vports)
656 (((struct fc_host_attrs *)(x)->shost_data)->work_q)
[all …]
H A Dscsi_transport_spi.h89 #define spi_signalling(h) (((struct spi_host_attrs *)(h)->shost_data)->signalling)
H A Dscsi_host.h711 void *shost_data; member
/linux-6.15/drivers/scsi/
H A Dhosts.c286 shost->shost_data = kzalloc(shost->transportt->host_size, in scsi_add_host_with_dma()
288 if (shost->shost_data == NULL) { in scsi_add_host_with_dma()
365 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()
4732 struct iscsi_cls_host *ihost = shost->shost_data; in iscsi_get_port_speed_name()
4758 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.c51 #define to_sas_host_attrs(host) ((struct sas_host_attrs *)(host)->shost_data)
/linux-6.15/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-6.15/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-6.15/drivers/scsi/qedf/
H A Dqedf_main.c547 if (lport->host && lport->host->shost_data) in qedf_update_link_speed()
/linux-6.15/drivers/scsi/qla4xxx/
H A Dql4_os.c1898 struct iscsi_cls_host *ihost = shost->shost_data; in qla4xxx_set_port_speed()
1923 struct iscsi_cls_host *ihost = shost->shost_data; in qla4xxx_set_port_state()