Searched refs:conn_entry (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1312 struct lpfc_fcf_conn_entry *conn_entry; local
1368 list_for_each_entry(conn_entry,
1370 if (!(conn_entry->conn_rec.flags & FCFCNCT_VALID))
1373 if ((conn_entry->conn_rec.flags & FCFCNCT_FBNM_VALID) &&
1374 !lpfc_fab_name_match(conn_entry->conn_rec.fabric_name,
1377 if ((conn_entry->conn_rec.flags & FCFCNCT_SWNM_VALID) &&
1378 !lpfc_sw_name_match(conn_entry->conn_rec.switch_name,
1381 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) {
1387 [conn_entry->conn_rec.vlan_tag / 8] &
1388 (1 << (conn_entry
5386 struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry; local
[all...]
H A Dlpfc_init.c4284 struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry; local
4329 list_for_each_entry_safe(conn_entry, next_conn_entry,
4331 list_del_init(&conn_entry->list);
4332 kfree(conn_entry);

Completed in 187 milliseconds