Searched refs:mps_wait_command (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/sys/dev/raid/mps/ |
H A D | mps_user.c | 705 err = mps_wait_command(sc, cm, 60); in mps_user_command() 838 err = mps_wait_command(sc, cm, 30); in mps_user_pass_thru() 975 err = mps_wait_command(sc, cm, 30); in mps_user_pass_thru() 1192 status = mps_wait_command(sc, cm, 30); in mps_post_fw_diag_buffer() 1276 status = mps_wait_command(sc, cm, 30); in mps_release_fw_diag_buffer()
|
H A D | mpsvar.h | 707 int mps_wait_command(struct mps_softc *sc, struct mps_command *cm, int timeout);
|
H A D | mps.c | 2119 mps_wait_command(struct mps_softc *sc, struct mps_command *cm, int timeout) in mps_wait_command() function 2222 error = mps_wait_command(sc, cm, 0); in mps_read_config_page()
|