Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qedf/
Dqedf_debugfs.c352 list_for_each_entry_rcu(fcport, &qedf->fcports, peers) { in qedf_driver_stats_show()
Dqedf.h339 struct list_head fcports; member
Dqedf_main.c890 list_for_each_entry_rcu(fcport, &qedf->fcports, peers) { in qedf_wait_for_upload()
1019 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()
3327 INIT_LIST_HEAD(&qedf->fcports); in __qedf_probe()
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_init.c1052 if (!list_empty(&vha->gnl.fcports)) in qla24xx_async_gnl_sp_done()
1053 list_splice_init(&vha->gnl.fcports, &h); in qla24xx_async_gnl_sp_done()
1100 if (!list_empty(&vha->gnl.fcports)) { in qla24xx_async_gnl_sp_done()
1102 list_for_each_entry_safe(fcport, tf, &vha->gnl.fcports, in qla24xx_async_gnl_sp_done()
1135 list_add_tail(&fcport->gnl_entry, &vha->gnl.fcports); in qla24xx_async_gnl()
Dqla_def.h345 struct list_head fcports; member
Dqla_os.c5019 INIT_LIST_HEAD(&vha->gnl.fcports); in qla2x00_create_host()