Lines Matching refs:port_entry
6213 * @port_entry: hba port entry from temporary port table which needs to be
6222 struct hba_port *port_entry,
6234 if ((port_table_entry->sas_address == port_entry->sas_address)
6235 && (port_table_entry->phy_mask == port_entry->phy_mask)) {
6241 if ((port_table_entry->sas_address == port_entry->sas_address)
6242 && (port_table_entry->phy_mask & port_entry->phy_mask)
6243 && (port_table_entry->port_id == port_entry->port_id)) {
6249 if ((port_table_entry->sas_address == port_entry->sas_address)
6250 && (port_table_entry->phy_mask & port_entry->phy_mask)) {
6259 if (port_table_entry->sas_address == port_entry->sas_address) {
6417 struct hba_port *port_entry = NULL;
6472 &port_table[j], &port_entry, &count);
6473 if (!port_entry) {
6485 port_entry, port_table, j, port_count);
6495 port_entry = NULL;
6498 port_entry, port_table, j, port_count);
6501 if (!port_entry)
6504 if (port_entry->port_id != port_table[j].port_id)
6505 port_entry->port_id = port_table[j].port_id;
6506 port_entry->flags &= ~HBA_PORT_FLAG_DIRTY_PORT;
6507 port_entry->phy_mask = port_table[j].phy_mask;