Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/libsas/
Dsas_host_smp.c32 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_host_smp_discover()
135 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_host_smp_write_gpio()
163 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_report_phy_sata()
218 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_phy_control()
225 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_phy_control()
279 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_smp_host_handler()
286 resp_data[2] = SMP_RESP_FUNC_ACC; in sas_smp_host_handler()
Dsas_expander.c228 case SMP_RESP_FUNC_ACC: in sas_set_ex_phy()
495 } else if (rg_resp->result != SMP_RESP_FUNC_ACC) { in sas_ex_general()
563 } else if (mi_resp[2] != SMP_RESP_FUNC_ACC) { in sas_ex_manuf_info()
1424 } else if (res != SMP_RESP_FUNC_ACC) { in sas_configure_present()
1695 else if (disc_resp->result != SMP_RESP_FUNC_ACC) { in sas_get_phy_discover()
1760 case SMP_RESP_FUNC_ACC: in sas_find_bcast_phy()
1799 if (rg_resp->result != SMP_RESP_FUNC_ACC) { in sas_get_ex_change_count()
2015 case SMP_RESP_FUNC_ACC: in sas_rediscover_dev()
Dsas_ata.c347 if (res != SMP_RESP_FUNC_ACC) in smp_ata_check_ready()
/linux-3.4.99/drivers/scsi/aic94xx/
Daic94xx_dev.c182 rps_resp->result == SMP_RESP_FUNC_ACC) { in asd_init_target_ddb()
/linux-3.4.99/include/scsi/
Dsas.h57 #define SMP_RESP_FUNC_ACC 0x00 macro