Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpr/
H A Dmpr_config.c96 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_ioc_pg8()
155 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_ioc_pg8()
228 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_iounit_pg8()
287 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_iounit_pg8()
361 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_man_pg11()
419 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_man_pg11()
553 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_dpm_pg0()
614 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_dpm_pg0()
690 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_set_dpm_pg0()
753 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_set_dpm_pg0()
[all …]
H A Dmpr_user.c694 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_command()
839 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_pass_thru()
1042 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_pass_thru()
1309 status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_post_fw_diag_buffer()
1403 status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_release_fw_diag_buffer()
H A Dmpr_sas_lsi.c1175 error = mpr_wait_command(sc, &cm, MPR_ATA_ID_TIMEOUT, CAN_SLEEP); in mprsas_get_sata_identify()
1641 mpr_wait_command(sc, &cm, 5, CAN_SLEEP); in mprsas_ir_shutdown()
H A Dmprvar.h846 int mpr_wait_command(struct mpr_softc *sc, struct mpr_command **cm, int timeout,
H A Dmpr.c3794 mpr_wait_command(struct mpr_softc *sc, struct mpr_command **cmp, int timeout, in mpr_wait_command() function
3982 error = mpr_wait_command(sc, &cm, 0, CAN_SLEEP); in mpr_read_config_page()