Searched refs:mps_wait_command (Results 1 – 5 of 5) sorted by relevance
| /src/sys/dev/mps/ ! |
| H A D | mps_config.c | 96 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_ioc_pg8() 155 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_ioc_pg8() 234 error = mps_wait_command(sc, &cm, 60, 0); in mps_config_get_man_pg10() 291 error = mps_wait_command(sc, &cm, 60, 0); in mps_config_get_man_pg10() 592 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_dpm_pg0() 653 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_dpm_pg0() 730 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_set_dpm_pg0() 793 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_set_dpm_pg0() 867 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_sas_device_pg0() 928 error = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_config_get_sas_device_pg0() [all …]
|
| H A D | mps_user.c | 696 err = mps_wait_command(sc, &cm, 60, CAN_SLEEP); in mps_user_command() 838 err = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_user_pass_thru() 972 err = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_user_pass_thru() 1199 status = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_post_fw_diag_buffer() 1292 status = mps_wait_command(sc, &cm, 30, CAN_SLEEP); in mps_release_fw_diag_buffer()
|
| H A D | mps_sas_lsi.c | 950 error = mps_wait_command(sc, &cm, MPS_ATA_ID_TIMEOUT, CAN_SLEEP); in mpssas_get_sata_identify() 1276 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 | 2640 error = mps_wait_command(sc, &cm, 60, 0); in mps_update_events() 3067 mps_wait_command(struct mps_softc *sc, struct mps_command **cmp, int timeout, in mps_wait_command() function 3202 error = mps_wait_command(sc, &cm, 0, CAN_SLEEP); in mps_read_config_page()
|