Home
last modified time | relevance | path

Searched refs:mfi_commands (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/dev/raid/mfi/
H A Dmfi_debug.c233 mfi_print_generic_frame(sc, &sc->mfi_commands[i]); in mfi_dump_cmds()
H A Dmfivar.h268 struct mfi_command *mfi_commands; member
H A Dmfi.c763 sc->mfi_commands = kmalloc(sizeof(struct mfi_command) * ncmds, M_MFIBUF, in mfi_alloc_commands()
767 cm = &sc->mfi_commands[i]; in mfi_alloc_commands()
1082 cm = &sc->mfi_commands[i]; in mfi_free()
1085 kfree(sc->mfi_commands, M_MFIBUF); in mfi_free()
1230 cm = &sc->mfi_commands[context]; in mfi_intr()
H A Dmfi_tbolt.c673 cmd_mfi = &sc->mfi_commands[cmd_tbolt->sync_cmd_idx]; in mfi_tbolt_complete_cmd()