Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c6226 struct hba_port *port_table_entry, *matched_port = NULL; in _scsih_look_and_get_matched_port_entry() local
6231 list_for_each_entry(port_table_entry, &ioc->port_table_list, list) { in _scsih_look_and_get_matched_port_entry()
6232 if (!(port_table_entry->flags & HBA_PORT_FLAG_DIRTY_PORT)) in _scsih_look_and_get_matched_port_entry()
6235 if ((port_table_entry->sas_address == port_entry->sas_address) in _scsih_look_and_get_matched_port_entry()
6236 && (port_table_entry->phy_mask == port_entry->phy_mask)) { in _scsih_look_and_get_matched_port_entry()
6238 matched_port = port_table_entry; in _scsih_look_and_get_matched_port_entry()
6242 if ((port_table_entry->sas_address == port_entry->sas_address) in _scsih_look_and_get_matched_port_entry()
6243 && (port_table_entry->phy_mask & port_entry->phy_mask) in _scsih_look_and_get_matched_port_entry()
6244 && (port_table_entry->port_id == port_entry->port_id)) { in _scsih_look_and_get_matched_port_entry()
6246 matched_port = port_table_entry; in _scsih_look_and_get_matched_port_entry()
[all …]