Home
last modified time | relevance | path

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

/src/sys/dev/mps/ !
H A Dmps_config.c96 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_ioc_pg8()
155 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_ioc_pg8()
234 error = mps_wait_command(sc, &cm, 60, 0); in mps_config_get_man_pg10()
291 error = mps_wait_command(sc, &cm, 60, 0); in mps_config_get_man_pg10()
592 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_dpm_pg0()
653 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_dpm_pg0()
730 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_set_dpm_pg0()
793 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_set_dpm_pg0()
867 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_sas_device_pg0()
928 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_sas_device_pg0()
[all …]
H A Dmps_user.c696 err = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_user_command()
838 err = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_user_pass_thru()
972 err = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_user_pass_thru()
1199 status = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_post_fw_diag_buffer()
1292 status = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_release_fw_diag_buffer()
H A Dmps_sas_lsi.c950 error = mps_wait_command(sc, &cm, MPS_ATA_ID_TIMEOUT, CAN_SLEEP); in mpssas_get_sata_identify()
1276 mps_wait_command(sc, &cm, 5, CAN_SLEEP); in mpssas_ir_shutdown()
H A Dmpsvar.h764 int mps_wait_command(struct mps_softc *sc, struct mps_command **cm, int timeout,
H A Dmps.c2640 error = mps_wait_command(sc, &cm, 60, 0); in mps_update_events()
3067 mps_wait_command(struct mps_softc *sc, struct mps_command **cmp, int timeout, in mps_wait_command() function
3202 error = mps_wait_command(sc, &cm, 0, CAN_SLEEP); in mps_read_config_page()