Lines Matching refs:rport
213 void fc_set_rport_loss_tmo(struct fc_rport *rport, u32 timeout) in fc_set_rport_loss_tmo() argument
216 rport->dev_loss_tmo = timeout; in fc_set_rport_loss_tmo()
218 rport->dev_loss_tmo = 1; in fc_set_rport_loss_tmo()
278 struct fc_rport *rport; in fc_rport_work() local
285 rport = rdata->rport; in fc_rport_work()
297 if (!rport) { in fc_rport_work()
299 rport = fc_remote_port_add(lport->host, 0, &ids); in fc_rport_work()
301 if (!rport) { in fc_rport_work()
308 if (rdata->rport) in fc_rport_work()
310 rdata->rport = rport; in fc_rport_work()
311 rport->maxframe_size = rdata->maxframe_size; in fc_rport_work()
312 rport->supported_classes = rdata->supported_classes; in fc_rport_work()
314 rpriv = rport->dd_data; in fc_rport_work()
365 if (rport) { in fc_rport_work()
366 rpriv = rport->dd_data; in fc_rport_work()
369 rdata->rport = NULL; in fc_rport_work()
371 fc_remote_port_delete(rport); in fc_rport_work()
2284 void fc_rport_terminate_io(struct fc_rport *rport) in fc_rport_terminate_io() argument
2286 struct fc_rport_libfc_priv *rpriv = rport->dd_data; in fc_rport_terminate_io()
2289 lport->tt.exch_mgr_reset(lport, 0, rport->port_id); in fc_rport_terminate_io()
2290 lport->tt.exch_mgr_reset(lport, rport->port_id, 0); in fc_rport_terminate_io()