Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mpr/
Dmpr_config.c99 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_ioc_pg8()
158 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_ioc_pg8()
231 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_iounit_pg8()
290 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_iounit_pg8()
364 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_man_pg11()
422 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_man_pg11()
556 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_dpm_pg0()
617 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_dpm_pg0()
694 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_set_dpm_pg0()
757 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_set_dpm_pg0()
[all …]
Dmpr_user.c699 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_command()
844 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_pass_thru()
1047 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_pass_thru()
1300 status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_post_fw_diag_buffer()
1394 status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_release_fw_diag_buffer()
Dmpr_sas_lsi.c1195 error = mpr_wait_command(sc, &cm, MPR_ATA_ID_TIMEOUT, CAN_SLEEP); in mprsas_get_sata_identify()
1647 mpr_wait_command(sc, &cm, 5, CAN_SLEEP); in mprsas_ir_shutdown()
Dmprvar.h836 int mpr_wait_command(struct mpr_softc *sc, struct mpr_command **cm, int timeout,
Dmpr.c3806 mpr_wait_command(struct mpr_softc *sc, struct mpr_command **cmp, int timeout, in mpr_wait_command() function
3998 error = mpr_wait_command(sc, &cm, 0, CAN_SLEEP); in mpr_read_config_page()