Home
last modified time | relevance | path

Searched refs:fcports (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/scsi/qedf/
Dqedf_debugfs.c352 list_for_each_entry_rcu(fcport, &qedf->fcports, peers) { in qedf_driver_stats_show()
Dqedf.h331 struct list_head fcports; member
Dqedf_main.c890 list_for_each_entry_rcu(fcport, &qedf->fcports, peers) { in qedf_wait_for_upload()
1018 list_for_each_entry_rcu(fcport, &qedf->fcports, peers) { in qedf_fcport_lookup()
1552 list_add_rcu(&fcport->peers, &qedf->fcports); in qedf_rport_event_handler()
1864 INIT_LIST_HEAD(&vport_qedf->fcports); in qedf_vport_create()
3305 INIT_LIST_HEAD(&qedf->fcports); in __qedf_probe()
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_init.c1024 if (!list_empty(&vha->gnl.fcports)) in qla24xx_async_gnl_sp_done()
1025 list_splice_init(&vha->gnl.fcports, &h); in qla24xx_async_gnl_sp_done()
1072 if (!list_empty(&vha->gnl.fcports)) { in qla24xx_async_gnl_sp_done()
1074 list_for_each_entry_safe(fcport, tf, &vha->gnl.fcports, in qla24xx_async_gnl_sp_done()
1107 list_add_tail(&fcport->gnl_entry, &vha->gnl.fcports); in qla24xx_async_gnl()
Dqla_def.h340 struct list_head fcports; member
Dqla_os.c4962 INIT_LIST_HEAD(&vha->gnl.fcports); in qla2x00_create_host()