/freebsd/sys/dev/mpr/ |
H A D | mpr_config.c | 97 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_ioc_pg8() 156 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_ioc_pg8() 229 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_iounit_pg8() 288 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_iounit_pg8() 362 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_man_pg11() 420 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_man_pg11() 554 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_dpm_pg0() 615 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_dpm_pg0() 691 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_set_dpm_pg0() 754 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_set_dpm_pg0() [all …]
|
H A D | mpr.c | 179 if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP) in mpr_diag_reset() 182 else if (sleep_flag == CAN_SLEEP) in mpr_diag_reset() 213 if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP) in mpr_diag_reset() 216 else if (sleep_flag == CAN_SLEEP) in mpr_diag_reset() 285 ? CAN_SLEEP : NO_SLEEP; in mpr_transition_ready() 867 error = mpr_diag_reset(sc, CAN_SLEEP); in mpr_reinit() 940 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in mpr_wait_db_ack() 962 if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP) in mpr_wait_db_ack() 965 else if (sleep_flag == CAN_SLEEP) in mpr_wait_db_ack() 1001 int sleep_flags = CAN_SLEEP; in mpr_request_sync() [all …]
|
H A D | mpr_user.c | 695 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_command() 840 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_pass_thru() 1043 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_pass_thru() 1310 status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_post_fw_diag_buffer() 1404 status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_release_fw_diag_buffer()
|
H A D | mpr_sas_lsi.c | 1177 error = mpr_wait_command(sc, &cm, MPR_ATA_ID_TIMEOUT, CAN_SLEEP); in mprsas_get_sata_identify() 1643 mpr_wait_command(sc, &cm, 5, CAN_SLEEP); in mprsas_ir_shutdown()
|
H A D | mprvar.h | 71 #define CAN_SLEEP 1 macro
|
/freebsd/sys/dev/mps/ |
H A 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 …]
|
H A D | mps.c | 176 if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP) in mps_diag_reset() 179 else if (sleep_flag == CAN_SLEEP) in mps_diag_reset() 210 if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP) in mps_diag_reset() 213 else if (sleep_flag == CAN_SLEEP) in mps_diag_reset() 282 ? CAN_SLEEP:NO_SLEEP; in mps_transition_ready() 836 error = mps_diag_reset(sc, CAN_SLEEP); in mps_reinit() 913 cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout; in mps_wait_db_ack() 934 if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP) in mps_wait_db_ack() 937 else if (sleep_flag == CAN_SLEEP) in mps_wait_db_ack() 974 int sleep_flags = CAN_SLEEP; in mps_request_sync() [all …]
|
H A D | mpsvar.h | 56 #define CAN_SLEEP 1 macro 697 #define CAN_SLEEP 1 macro
|
H A D | mps_user.c | 697 err = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_user_command() 839 err = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_user_pass_thru() 973 err = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_user_pass_thru() 1200 status = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_post_fw_diag_buffer() 1293 status = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_release_fw_diag_buffer()
|
H A D | mps_sas_lsi.c | 952 error = mps_wait_command(sc, &cm, MPS_ATA_ID_TIMEOUT, CAN_SLEEP); in mpssas_get_sata_identify() 1278 mps_wait_command(sc, &cm, 5, CAN_SLEEP); in mpssas_ir_shutdown()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_mcp.c | 566 if (ECORE_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) { in _ecore_mcp_cmd_and_union() 600 if (ECORE_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) { in _ecore_mcp_cmd_and_union() 669 if (ECORE_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) { in ecore_mcp_cmd_and_union()
|