Home
last modified time | relevance | path

Searched refs:mfi_wait_command (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mfi/
H A Dmfi.c1115 mfi_wait_command(struct mfi_softc *sc, struct mfi_command *cm) in mfi_wait_command() function
1460 if (mfi_wait_command(sc, cm) != 0) { in mfi_ldprobe()
1886 if (mfi_wait_command(sc, cm) != 0) { in mfi_add_ld()
2909 if (mfi_wait_command(sc, ld_cm) != 0) { in mfi_check_for_sscd()
3067 error = mfi_wait_command(sc, cm); in mfi_user_command()
3288 if ((error = mfi_wait_command(sc, cm)) != 0) { in mfi_ioctl()
3560 if ((error = mfi_wait_command(sc, cm)) != 0) { in mfi_linux_ioctl_int()
H A Dmfivar.h437 extern int mfi_wait_command(struct mfi_softc *sc, struct mfi_command *cm);
H A Dmfi_tbolt.c1369 if (mfi_wait_command(sc, cm) != 0) { in mfi_tbolt_sync_map_info()