Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_mr.c1095 struct list_head *new_fcports) in qlafx00_find_all_targets() argument
1200 list_add_tail(&new_fcport->list, new_fcports); in qlafx00_find_all_targets()
1228 LIST_HEAD(new_fcports); in qlafx00_configure_all_targets()
1237 rval = qlafx00_find_all_targets(vha, &new_fcports); in qlafx00_configure_all_targets()
1259 list_for_each_entry_safe(fcport, rmptemp, &new_fcports, list) { in qlafx00_configure_all_targets()
1274 list_for_each_entry_safe(fcport, rmptemp, &new_fcports, list) { in qlafx00_configure_all_targets()
Dqla_init.c6016 LIST_HEAD(new_fcports); in qla2x00_configure_fabric()