Symbol: CAN_SLEEP
sys/dev/mpr/mpr.c
1000
int sleep_flags = CAN_SLEEP;
sys/dev/mpr/mpr.c
178
if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP)
sys/dev/mpr/mpr.c
181
else if (sleep_flag == CAN_SLEEP)
sys/dev/mpr/mpr.c
212
if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP)
sys/dev/mpr/mpr.c
215
else if (sleep_flag == CAN_SLEEP)
sys/dev/mpr/mpr.c
284
? CAN_SLEEP : NO_SLEEP;
sys/dev/mpr/mpr.c
3816
if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP) {
sys/dev/mpr/mpr.c
3829
if (sleep_flag == CAN_SLEEP)
sys/dev/mpr/mpr.c
3982
error = mpr_wait_command(sc, &cm, 0, CAN_SLEEP);
sys/dev/mpr/mpr.c
866
error = mpr_diag_reset(sc, CAN_SLEEP);
sys/dev/mpr/mpr.c
939
cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout;
sys/dev/mpr/mpr.c
961
if (mtx_owned(&sc->mpr_mtx) && sleep_flag == CAN_SLEEP)
sys/dev/mpr/mpr.c
964
else if (sleep_flag == CAN_SLEEP)
sys/dev/mpr/mpr_config.c
1025
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
1101
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
1162
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
1235
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
1294
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
1498
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
155
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
1558
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
228
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
287
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
361
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
419
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
553
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
614
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
690
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
753
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
827
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
888
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
96
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_config.c
964
error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mpr/mpr_sas_lsi.c
1175
error = mpr_wait_command(sc, &cm, MPR_ATA_ID_TIMEOUT, CAN_SLEEP);
sys/dev/mpr/mpr_sas_lsi.c
1641
mpr_wait_command(sc, &cm, 5, CAN_SLEEP);
sys/dev/mpr/mpr_user.c
1042
err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP);
sys/dev/mpr/mpr_user.c
1309
status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP);
sys/dev/mpr/mpr_user.c
1403
status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP);
sys/dev/mpr/mpr_user.c
694
err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP);
sys/dev/mpr/mpr_user.c
839
err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP);
sys/dev/mps/mps.c
175
if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP)
sys/dev/mps/mps.c
178
else if (sleep_flag == CAN_SLEEP)
sys/dev/mps/mps.c
209
if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP)
sys/dev/mps/mps.c
212
else if (sleep_flag == CAN_SLEEP)
sys/dev/mps/mps.c
281
? CAN_SLEEP:NO_SLEEP;
sys/dev/mps/mps.c
3091
if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP) {
sys/dev/mps/mps.c
3105
if (sleep_flag == CAN_SLEEP)
sys/dev/mps/mps.c
3202
error = mps_wait_command(sc, &cm, 0, CAN_SLEEP);
sys/dev/mps/mps.c
835
error = mps_diag_reset(sc, CAN_SLEEP);
sys/dev/mps/mps.c
912
cntdn = (sleep_flag == CAN_SLEEP) ? 1000*timeout : 2000*timeout;
sys/dev/mps/mps.c
933
if (mtx_owned(&sc->mps_mtx) && sleep_flag == CAN_SLEEP)
sys/dev/mps/mps.c
936
else if (sleep_flag == CAN_SLEEP)
sys/dev/mps/mps.c
973
int sleep_flags = CAN_SLEEP;
sys/dev/mps/mps_config.c
1001
error = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_config.c
1060
error = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_config.c
1264
error = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_config.c
1324
error = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_config.c
155
error = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_config.c
592
error = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_config.c
653
error = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_config.c
730
error = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_config.c
793
error = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_config.c
867
error = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_config.c
928
error = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_config.c
96
error = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_sas_lsi.c
1276
mps_wait_command(sc, &cm, 5, CAN_SLEEP);
sys/dev/mps/mps_sas_lsi.c
950
error = mps_wait_command(sc, &cm, MPS_ATA_ID_TIMEOUT, CAN_SLEEP);
sys/dev/mps/mps_user.c
1199
status = mps_wait_command(sc, &cm, 30, CAN_SLEEP);
sys/dev/mps/mps_user.c
1292
status = mps_wait_command(sc, &cm, 30, CAN_SLEEP);
sys/dev/mps/mps_user.c
696
err = mps_wait_command(sc, &cm, 60, CAN_SLEEP);
sys/dev/mps/mps_user.c
838
err = mps_wait_command(sc, &cm, 30, CAN_SLEEP);
sys/dev/mps/mps_user.c
972
err = mps_wait_command(sc, &cm, 30, CAN_SLEEP);
sys/dev/qlnx/qlnxe/ecore_mcp.c
566
if (ECORE_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) {
sys/dev/qlnx/qlnxe/ecore_mcp.c
600
if (ECORE_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) {
sys/dev/qlnx/qlnxe/ecore_mcp.c
669
if (ECORE_MB_FLAGS_IS_SET(p_mb_params, CAN_SLEEP)) {