Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/mps/
H A Dmps_config.c99 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_ioc_pg8()
158 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_ioc_pg8()
237 error = mps_wait_command(sc, &cm, 60, 0); in mps_config_get_man_pg10()
294 error = mps_wait_command(sc, &cm, 60, 0); in mps_config_get_man_pg10()
595 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_dpm_pg0()
656 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_dpm_pg0()
733 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_set_dpm_pg0()
1141 error = mps_wait_command(sc, &cm, 60, 0); in mps_config_get_raid_volume_pg0()
1199 error = mps_wait_command(sc, &cm, 60, 0); in mps_config_get_raid_volume_pg0()
1431 error = mps_wait_command(sc, &cm, 60, 0); in mps_config_get_raid_pd_pg0()
[all …]
H A Dmps_user.c722 err = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_user_command()
864 err = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_user_pass_thru()
996 err = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_user_pass_thru()
1213 status = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_post_fw_diag_buffer()
1306 status = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_release_fw_diag_buffer()
H A Dmps_sas_lsi.c969 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()
H A Dmpsvar.h761 int mps_wait_command(struct mps_softc *sc, struct mps_command **cm, int timeout,
H A Dmps.c2644 error = mps_wait_command(sc, &cm, 60, 0); in mps_update_events()
3063 mps_wait_command(struct mps_softc *sc, struct mps_command **cmp, int timeout, in mps_wait_command() function
3198 error = mps_wait_command(sc, &cm, 0, CAN_SLEEP); in mps_read_config_page()