Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c6546 enum hba_port_matched_codes matched_code = NOT_MATCHED; in _scsih_look_and_get_matched_port_entry() local
6556 matched_code = MATCHED_WITH_ADDR_AND_PHYMASK; in _scsih_look_and_get_matched_port_entry()
6564 matched_code = MATCHED_WITH_ADDR_SUBPHYMASK_AND_PORT; in _scsih_look_and_get_matched_port_entry()
6571 if (matched_code == in _scsih_look_and_get_matched_port_entry()
6574 matched_code = MATCHED_WITH_ADDR_AND_SUBPHYMASK; in _scsih_look_and_get_matched_port_entry()
6580 if (matched_code == in _scsih_look_and_get_matched_port_entry()
6583 if (matched_code == MATCHED_WITH_ADDR_AND_SUBPHYMASK) in _scsih_look_and_get_matched_port_entry()
6585 matched_code = MATCHED_WITH_ADDR; in _scsih_look_and_get_matched_port_entry()
6592 if (matched_code == MATCHED_WITH_ADDR) in _scsih_look_and_get_matched_port_entry()
6594 return matched_code; in _scsih_look_and_get_matched_port_entry()
/linux/drivers/scsi/leapraid/
H A Dleapraid_func.c6036 int matched_code; in leapraid_update_existing_port() local
6041 matched_code = leapraid_check_card_port(adapter, in leapraid_update_existing_port()
6049 if (matched_code == SAME_PORT_WITH_PARTIALLY_CHANGED_PHYS || in leapraid_update_existing_port()
6050 matched_code == SAME_ADDR_WITH_PARTIALLY_CHANGED_PHYS) { in leapraid_update_existing_port()
6056 } else if (matched_code == SAME_ADDR_ONLY) { in leapraid_update_existing_port()