Searched refs:mpr_wait_command (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mpr/ |
H A D | mpr_config.c | 97 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_ioc_pg8() 156 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_ioc_pg8() 229 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_iounit_pg8() 288 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_iounit_pg8() 362 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_man_pg11() 420 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_man_pg11() 554 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_dpm_pg0() 615 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_get_dpm_pg0() 691 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_set_dpm_pg0() 754 error = mpr_wait_command(sc, &cm, 60, CAN_SLEEP); in mpr_config_set_dpm_pg0() [all …]
|
H A D | mpr_user.c | 695 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_command() 840 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_pass_thru() 1043 err = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_user_pass_thru() 1310 status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_post_fw_diag_buffer() 1404 status = mpr_wait_command(sc, &cm, 30, CAN_SLEEP); in mpr_release_fw_diag_buffer()
|
H A D | mpr_sas_lsi.c | 1177 error = mpr_wait_command(sc, &cm, MPR_ATA_ID_TIMEOUT, CAN_SLEEP); in mprsas_get_sata_identify() 1643 mpr_wait_command(sc, &cm, 5, CAN_SLEEP); in mprsas_ir_shutdown()
|
H A D | mprvar.h | 845 int mpr_wait_command(struct mpr_softc *sc, struct mpr_command **cm, int timeout,
|
H A D | mpr.c | 3785 mpr_wait_command(struct mpr_softc *sc, struct mpr_command **cmp, int timeout, in mpr_wait_command() function 3973 error = mpr_wait_command(sc, &cm, 0, CAN_SLEEP); in mpr_read_config_page()
|