Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/qedf/
Dqedf_debugfs.c359 list_for_each_entry_rcu(fcport, &qedf->fcports, peers) { in qedf_driver_stats_show()
Dqedf.h339 struct list_head fcports; member
Dqedf_main.c891 list_for_each_entry_rcu(fcport, &qedf->fcports, peers) { in qedf_wait_for_upload()
1020 list_for_each_entry_rcu(fcport, &qedf->fcports, peers) { in qedf_fcport_lookup()
1553 list_add_rcu(&fcport->peers, &qedf->fcports); in qedf_rport_event_handler()
1865 INIT_LIST_HEAD(&vport_qedf->fcports); in qedf_vport_create()
3328 INIT_LIST_HEAD(&qedf->fcports); in __qedf_probe()
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_init.c1072 if (!list_empty(&vha->gnl.fcports)) in qla24xx_async_gnl_sp_done()
1073 list_splice_init(&vha->gnl.fcports, &h); in qla24xx_async_gnl_sp_done()
1120 if (!list_empty(&vha->gnl.fcports)) { in qla24xx_async_gnl_sp_done()
1122 list_for_each_entry_safe(fcport, tf, &vha->gnl.fcports, in qla24xx_async_gnl_sp_done()
1155 list_add_tail(&fcport->gnl_entry, &vha->gnl.fcports); in qla24xx_async_gnl()
Dqla_def.h344 struct list_head fcports; member
Dqla_os.c5086 INIT_LIST_HEAD(&vha->gnl.fcports); in qla2x00_create_host()