Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_mr.c1119 struct list_head *new_fcports) in qlafx00_find_all_targets() argument
1224 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()
Dqla_init.c5314 LIST_HEAD(new_fcports); in qla2x00_configure_fabric()