Searched refs:new_fcports (Results 1 – 2 of 2) sorted by relevance
1119 struct list_head *new_fcports) in qlafx00_find_all_targets() argument1224 list_add_tail(&new_fcport->list, new_fcports); in qlafx00_find_all_targets()1252 LIST_HEAD(new_fcports); in qlafx00_configure_all_targets()1261 rval = qlafx00_find_all_targets(vha, &new_fcports); in qlafx00_configure_all_targets()1283 list_for_each_entry_safe(fcport, rmptemp, &new_fcports, list) { in qlafx00_configure_all_targets()1298 list_for_each_entry_safe(fcport, rmptemp, &new_fcports, list) { in qlafx00_configure_all_targets()
5314 LIST_HEAD(new_fcports); in qla2x00_configure_fabric()