Home
last modified time | relevance | path

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

/freebsd/sys/dev/mps/
H A Dmps_config.c97 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()
235 error = mps_wait_command(sc, &cm, 60, 0); in mps_config_get_man_pg10()
292 error = mps_wait_command(sc, &cm, 60, 0); in mps_config_get_man_pg10()
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()
[all …]
H A Dmps_user.c697 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 Dmps_sas_lsi.c951 error = mps_wait_command(sc, &cm, MPS_ATA_ID_TIMEOUT, CAN_SLEEP); in mpssas_get_sata_identify()
1277 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.c2641 error = mps_wait_command(sc, &cm, 60, 0); in mps_update_events()
3068 mps_wait_command(struct mps_softc *sc, struct mps_command **cmp, int timeout, in mps_wait_command() function
3203 error = mps_wait_command(sc, &cm, 0, CAN_SLEEP); in mps_read_config_page()