Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libsas/
H A Dsas_host_smp.c29 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_host_smp_discover()
132 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_host_smp_write_gpio()
160 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_report_phy_sata()
215 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_phy_control()
222 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_phy_control()
263 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_smp_host_handler()
269 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_smp_host_handler()
H A Dsas_expander.c208 case SMP_RESP_FUNC_ACC: in sas_set_ex_phy()
462 } else if (rg_resp->result != SMP_RESP_FUNC_ACC) { in sas_ex_general()
538 } else if (mi_resp[2] != SMP_RESP_FUNC_ACC) { in sas_ex_manuf_info()
584 } else if (pc_resp[2] != SMP_RESP_FUNC_ACC) { in sas_smp_phy_control()
1370 } else if (res != SMP_RESP_FUNC_ACC) { in sas_configure_present()
1650 if (disc_resp->result != SMP_RESP_FUNC_ACC) in sas_get_phy_discover()
1707 case SMP_RESP_FUNC_ACC: in sas_find_bcast_phy()
1746 if (rg_resp->result != SMP_RESP_FUNC_ACC) { in sas_get_ex_change_count()
1973 case SMP_RESP_FUNC_ACC: in sas_rediscover_dev()
H A Dsas_ata.c343 if (res != SMP_RESP_FUNC_ACC) in smp_ata_check_ready()
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_dev.c165 rps_resp->result == SMP_RESP_FUNC_ACC) { in asd_init_target_ddb()
/openbmc/linux/include/scsi/
H A Dsas.h40 #define SMP_RESP_FUNC_ACC 0x00 macro