Lines Matching refs:shost
265 void fc_get_host_port_state(struct Scsi_Host *shost) in fc_get_host_port_state() argument
267 struct fc_lport *lport = shost_priv(shost); in fc_get_host_port_state()
271 fc_host_port_state(shost) = FC_PORTSTATE_LINKDOWN; in fc_get_host_port_state()
275 fc_host_port_state(shost) = FC_PORTSTATE_ONLINE; in fc_get_host_port_state()
278 fc_host_port_state(shost) = FC_PORTSTATE_OFFLINE; in fc_get_host_port_state()
288 void fc_get_host_speed(struct Scsi_Host *shost) in fc_get_host_speed() argument
290 struct fc_lport *lport = shost_priv(shost); in fc_get_host_speed()
292 fc_host_speed(shost) = lport->link_speed; in fc_get_host_speed()
300 struct fc_host_statistics *fc_get_host_stats(struct Scsi_Host *shost) in fc_get_host_stats() argument
303 struct fc_lport *lport = shost_priv(shost); in fc_get_host_stats()
2088 struct Scsi_Host *shost = job->shost; in fc_lport_bsg_request() local
2089 struct fc_lport *lport = shost_priv(shost); in fc_lport_bsg_request()