Searched refs:fcports (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf.h | 334 struct list_head fcports; member
|
H A D | qedf_debugfs.c | 359 list_for_each_entry_rcu(fcport, &qedf->fcports, peers) { in qedf_driver_stats_show()
|
H A D | qedf_main.c | 891 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() 1553 list_add_rcu(&fcport->peers, &qedf->fcports); in qedf_rport_event_handler() 1862 INIT_LIST_HEAD(&vport_qedf->fcports); in qedf_vport_create() 3329 INIT_LIST_HEAD(&qedf->fcports); in __qedf_probe()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_debugfs.c | 359 list_for_each_entry_rcu(fcport, &qedf->fcports, peers) { in qedf_driver_stats_show()
|
H A D | qedf.h | 339 struct list_head fcports; member
|
H A D | qedf_main.c | 891 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()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 1029 if (!list_empty(&vha->gnl.fcports)) in qla24xx_async_gnl_sp_done() 1030 list_splice_init(&vha->gnl.fcports, &h); in qla24xx_async_gnl_sp_done() 1077 if (!list_empty(&vha->gnl.fcports)) { in qla24xx_async_gnl_sp_done() 1079 list_for_each_entry_safe(fcport, tf, &vha->gnl.fcports, in qla24xx_async_gnl_sp_done() 1112 list_add_tail(&fcport->gnl_entry, &vha->gnl.fcports); in qla24xx_async_gnl() 5375 /* Allocate temporary fcport for any new fcports discovered. */ in qla2x00_configure_local_loop() 5464 /* New device, add to fcports list. */ in qla2x00_configure_local_loop() 5974 /* Allocate temporary fcport for any new fcports discovered. */ in qla2x00_find_all_fabric_devs() 6154 /* If device was not in our fcports list, then add it. */ in qla2x00_find_all_fabric_devs()
|
H A D | qla_def.h | 318 struct list_head fcports; member 4649 struct list_head vp_fcports; /* list of fcports */
|
H A D | qla_os.c | 4837 INIT_LIST_HEAD(&vha->gnl.fcports); in qla2x00_create_host() 5370 /* Relogins all the fcports of a vport
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 1072 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() 5877 /* Allocate temporary fcport for any new fcports discovered. */ in qla2x00_configure_local_loop() 5966 /* New device, add to fcports list. */ in qla2x00_configure_local_loop() 6480 /* Allocate temporary fcport for any new fcports discovered. */ in qla2x00_find_all_fabric_devs() 6663 /* If device was not in our fcports list, then add it. */ in qla2x00_find_all_fabric_devs()
|
H A D | qla_def.h | 344 struct list_head fcports; member 4901 struct list_head vp_fcports; /* list of fcports */
|
H A D | qla_os.c | 5086 INIT_LIST_HEAD(&vha->gnl.fcports); in qla2x00_create_host() 5622 /* Relogins all the fcports of a vport
|
Completed in 86 milliseconds