Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c406 if (port->flags & HBA_PORT_FLAG_DIRTY_PORT) in mpt3sas_get_port_by_id()
6096 if (mport->flags & HBA_PORT_FLAG_DIRTY_PORT) { in _scsih_update_vphys_after_reset()
6100 ~HBA_PORT_FLAG_DIRTY_PORT; in _scsih_update_vphys_after_reset()
6219 if (!(port_table_entry->flags & HBA_PORT_FLAG_DIRTY_PORT)) in _scsih_look_and_get_matched_port_entry()
6366 port->flags |= HBA_PORT_FLAG_DIRTY_PORT; in _scsih_del_dirty_vphy()
6383 if (!(port->flags & HBA_PORT_FLAG_DIRTY_PORT) || in _scsih_del_dirty_port_entries()
6431 port_table_entry->flags |= HBA_PORT_FLAG_DIRTY_PORT; in _scsih_sas_port_refresh()
6479 port_entry->flags &= ~HBA_PORT_FLAG_DIRTY_PORT; in _scsih_sas_port_refresh()
Dmpt3sas_base.h1089 #define HBA_PORT_FLAG_DIRTY_PORT 0x01 macro