| /freebsd-11-stable/sys/dev/mpr/ |
| HD | 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 …]
|
| HD | 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() 730 error = mpr_diag_reset(sc, CAN_SLEEP); in mpr_reinit() 802 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in mpr_wait_db_ack() 824 if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP) in mpr_wait_db_ack() 827 else if (sleep_flag == CAN_SLEEP) in mpr_wait_db_ack() 863 int sleep_flags = CAN_SLEEP; in mpr_request_sync() [all …]
|
| HD | mpr_user.c | 700 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_command() 845 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_pass_thru() 1049 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_pass_thru() 1299 status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_post_fw_diag_buffer() 1386 status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_release_fw_diag_buffer()
|
| HD | mpr_sas_lsi.c | 1172 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mprsas_get_sata_identify() 1645 mpr_wait_command(sc, &cm, 5, CAN_SLEEP); in mprsas_ir_shutdown()
|
| HD | mprvar.h | 68 #define CAN_SLEEP 1 macro
|
| /freebsd-11-stable/sys/dev/mps/ |
| HD | 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 …]
|
| HD | 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() 713 error = mps_diag_reset(sc, CAN_SLEEP); in mps_reinit() 789 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in mps_wait_db_ack() 810 if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP) in mps_wait_db_ack() 813 else if (sleep_flag == CAN_SLEEP) in mps_wait_db_ack() 850 int sleep_flags = CAN_SLEEP; in mps_request_sync() [all …]
|
| HD | mpsvar.h | 52 #define CAN_SLEEP 1 macro 638 #define CAN_SLEEP 1 macro
|
| HD | mps_user.c | 713 err = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_user_command() 855 err = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_user_pass_thru() 987 err = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_user_pass_thru() 1204 status = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_post_fw_diag_buffer() 1291 status = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_release_fw_diag_buffer()
|
| HD | mps_sas_lsi.c | 961 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mpssas_get_sata_identify() 1298 mps_wait_command(sc, &cm, 5, CAN_SLEEP); in mpssas_ir_shutdown()
|
| /freebsd-11-stable/sys/dev/qlnx/qlnxe/ |
| HD | 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()
|