| /freebsd-10-stable/sys/dev/mpr/ |
| D | mpr_config.c | 98 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_ioc_pg8() 157 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_ioc_pg8() 230 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_iounit_pg8() 289 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_iounit_pg8() 400 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_dpm_pg0() 461 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_dpm_pg0() 538 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_set_dpm_pg0() 601 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_set_dpm_pg0() 675 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_sas_device_pg0() 736 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_sas_device_pg0() [all …]
|
| D | mpr.c | 172 if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP) in mpr_diag_reset() 175 else if (sleep_flag == CAN_SLEEP) in mpr_diag_reset() 201 if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP) in mpr_diag_reset() 204 else if (sleep_flag == CAN_SLEEP) in mpr_diag_reset() 264 ? CAN_SLEEP : NO_SLEEP; in mpr_transition_ready() 727 error = mpr_diag_reset(sc, CAN_SLEEP); in mpr_reinit() 799 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in mpr_wait_db_ack() 821 if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP) in mpr_wait_db_ack() 824 else if (sleep_flag == CAN_SLEEP) in mpr_wait_db_ack() 860 int sleep_flags = CAN_SLEEP; in mpr_request_sync() [all …]
|
| D | mpr_user.c | 709 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_command() 854 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_pass_thru() 1058 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_pass_thru() 1305 status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_post_fw_diag_buffer() 1392 status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_release_fw_diag_buffer()
|
| D | mpr_sas_lsi.c | 1137 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mprsas_get_sata_identify() 1610 mpr_wait_command(sc, &cm, 5, CAN_SLEEP); in mprsas_ir_shutdown()
|
| D | mprvar.h | 67 #define CAN_SLEEP 1 macro
|
| /freebsd-10-stable/sys/dev/mps/ |
| D | mps_config.c | 97 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_ioc_pg8() 156 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_ioc_pg8() 593 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_dpm_pg0() 654 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_dpm_pg0() 731 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_set_dpm_pg0() 794 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_set_dpm_pg0() 868 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_sas_device_pg0() 929 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_sas_device_pg0() 1002 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_bios_pg3() 1061 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_bios_pg3() [all …]
|
| D | mps.c | 164 if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP) in mps_diag_reset() 167 else if (sleep_flag == CAN_SLEEP) in mps_diag_reset() 193 if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP) in mps_diag_reset() 196 else if (sleep_flag == CAN_SLEEP) in mps_diag_reset() 256 ? CAN_SLEEP:NO_SLEEP; in mps_transition_ready() 710 error = mps_diag_reset(sc, CAN_SLEEP); in mps_reinit() 786 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in mps_wait_db_ack() 807 if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP) in mps_wait_db_ack() 810 else if (sleep_flag == CAN_SLEEP) in mps_wait_db_ack() 847 int sleep_flags = CAN_SLEEP; in mps_request_sync() [all …]
|
| D | mpsvar.h | 51 #define CAN_SLEEP 1 macro 636 #define CAN_SLEEP 1 macro
|
| D | mps_user.c | 722 err = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_user_command() 864 err = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_user_pass_thru() 996 err = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_user_pass_thru() 1211 status = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_post_fw_diag_buffer() 1298 status = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_release_fw_diag_buffer()
|
| D | mps_sas_lsi.c | 960 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mpssas_get_sata_identify() 1291 mps_wait_command(sc, &cm, 5, CAN_SLEEP); in mpssas_ir_shutdown()
|
| /freebsd-10-stable/sys/dev/qlnx/qlnxe/ |
| D | ecore_mcp.c | 568 if (ECORE_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) { in _ecore_mcp_cmd_and_union() 602 if (ECORE_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) { in _ecore_mcp_cmd_and_union() 671 if (ECORE_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) { in ecore_mcp_cmd_and_union()
|