Home
last modified time | relevance | path

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

/freebsd/sys/dev/mfi/
H A Dmfivar.h448 extern int mfi_tbolt_alloc_cmd(struct mfi_softc *sc);
H A Dmfi_tbolt.c448 mfi_tbolt_alloc_cmd(struct mfi_softc *sc) in mfi_tbolt_alloc_cmd() function
H A Dmfi.c707 if ((error = mfi_tbolt_alloc_cmd(sc)) != 0) in mfi_attach()