Home
last modified time | relevance | path

Searched refs:rport_bindings (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/scsi/
Dscsi_transport_fc.h537 struct list_head rport_bindings; member
610 (((struct fc_host_attrs *)(x)->shost_data)->rport_bindings)
/Linux-v4.19/drivers/scsi/
Dscsi_transport_fc.c438 INIT_LIST_HEAD(&fc_host->rport_bindings); in fc_host_setup()
2449 &fc_host->rport_bindings, peers) { in fc_remove_host()
2848 list_for_each_entry(rport, &fc_host->rport_bindings, in fc_remote_port_add()
3155 list_move_tail(&rport->peers, &fc_host->rport_bindings); in fc_timeout_deleted_rport()