Home
last modified time | relevance | path

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

/linux-6.6.21/include/scsi/
Dscsi_transport_fc.h570 struct list_head rport_bindings; member
646 (((struct fc_host_attrs *)(x)->shost_data)->rport_bindings)
/linux-6.6.21/drivers/scsi/
Dscsi_transport_fc.c437 INIT_LIST_HEAD(&fc_host->rport_bindings); in fc_host_setup()
2904 &fc_host->rport_bindings, peers) { in fc_remove_host()
3303 list_for_each_entry(rport, &fc_host->rport_bindings, in fc_remote_port_add()
3612 list_move_tail(&rport->peers, &fc_host->rport_bindings); in fc_timeout_deleted_rport()