Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mfi/
H A Dmfi.c1117 mfi_wait_command(struct mfi_softc *sc, struct mfi_command *cm) in mfi_wait_command() function
1462 if (mfi_wait_command(sc, cm) != 0) { in mfi_ldprobe()
1888 if (mfi_wait_command(sc, cm) != 0) { in mfi_add_ld()
2911 if (mfi_wait_command(sc, ld_cm) != 0) { in mfi_check_for_sscd()
3069 error = mfi_wait_command(sc, cm); in mfi_user_command()
3292 if ((error = mfi_wait_command(sc, cm)) != 0) { in mfi_ioctl()
3564 if ((error = mfi_wait_command(sc, cm)) != 0) { in mfi_linux_ioctl_int()
H A Dmfivar.h439 extern int mfi_wait_command(struct mfi_softc *sc, struct mfi_command *cm);
H A Dmfi_tbolt.c1375 if (mfi_wait_command(sc, cm) != 0) { in mfi_tbolt_sync_map_info()