Searched refs:mps_wait_command (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mps/ |
H A D | mps_config.c | 97 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 D | mps_user.c | 697 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 D | mps_sas_lsi.c | 951 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 D | mpsvar.h | 764 int mps_wait_command(struct mps_softc *sc, struct mps_command **cm, int timeout,
|
H A D | mps.c | 2641 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()
|