Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c1947 struct lpfc_fcf_conn_entry *conn_entry; in lpfc_match_fcf_conn_list() local
2004 list_for_each_entry(conn_entry, in lpfc_match_fcf_conn_list()
2023 [conn_entry->conn_rec.vlan_tag / 8] & in lpfc_match_fcf_conn_list()
2081 *addr_mode = (conn_entry->conn_rec.flags & in lpfc_match_fcf_conn_list()
2101 *vlan_id = conn_entry->conn_rec.vlan_tag; in lpfc_match_fcf_conn_list()
6995 list_del_init(&conn_entry->list); in lpfc_read_fcf_conn_tbl()
6996 kfree(conn_entry); in lpfc_read_fcf_conn_tbl()
7011 if (!conn_entry) { in lpfc_read_fcf_conn_tbl()
7018 memcpy(&conn_entry->conn_rec, &conn_rec[i], in lpfc_read_fcf_conn_tbl()
7020 list_add_tail(&conn_entry->list, in lpfc_read_fcf_conn_tbl()
[all …]
H A Dlpfc_init.c8497 struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry; in lpfc_sli4_driver_resource_unset() local
8542 list_for_each_entry_safe(conn_entry, next_conn_entry, in lpfc_sli4_driver_resource_unset()
8544 list_del_init(&conn_entry->list); in lpfc_sli4_driver_resource_unset()
8545 kfree(conn_entry); in lpfc_sli4_driver_resource_unset()