Lines Matching refs:Scsi_Host
250 struct Scsi_Host *shost; /* Physical Port Parent */
641 void (*get_host_port_id)(struct Scsi_Host *);
642 void (*get_host_port_type)(struct Scsi_Host *);
643 void (*get_host_port_state)(struct Scsi_Host *);
644 void (*get_host_active_fc4s)(struct Scsi_Host *);
645 void (*get_host_speed)(struct Scsi_Host *);
646 void (*get_host_fabric_name)(struct Scsi_Host *);
647 void (*get_host_symbolic_name)(struct Scsi_Host *);
648 void (*set_host_system_hostname)(struct Scsi_Host *);
650 struct fc_host_statistics * (*get_fc_host_stats)(struct Scsi_Host *);
651 void (*reset_fc_host_stats)(struct Scsi_Host *);
653 int (*issue_fc_host_lip)(struct Scsi_Host *);
791 void fc_remove_host(struct Scsi_Host *);
792 struct fc_rport *fc_remote_port_add(struct Scsi_Host *shost,
798 void fc_host_post_event(struct Scsi_Host *shost, u32 event_number,
800 void fc_host_post_vendor_event(struct Scsi_Host *shost, u32 event_number,
806 struct fc_vport *fc_vport_create(struct Scsi_Host *shost, int channel,
813 static inline struct Scsi_Host *fc_bsg_to_shost(struct bsg_job *job) in fc_bsg_to_shost()