Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/mfi/
Dmfi_debug.c234 mfi_print_generic_frame(sc, &sc->mfi_commands[i]); in mfi_dump_cmds()
Dmfi.c812 sc->mfi_commands = malloc(sizeof(sc->mfi_commands[0]) * in mfi_alloc_commands()
816 cm = &sc->mfi_commands[i]; in mfi_alloc_commands()
836 cm = &sc->mfi_commands[i]; in mfi_alloc_commands()
840 free(sc->mfi_commands, M_MFIBUF); in mfi_alloc_commands()
841 sc->mfi_commands = NULL; in mfi_alloc_commands()
1155 if (sc->mfi_commands != NULL) { in mfi_free()
1157 cm = &sc->mfi_commands[i]; in mfi_free()
1160 free(sc->mfi_commands, M_MFIBUF); in mfi_free()
1161 sc->mfi_commands = NULL; in mfi_free()
1302 cm = &sc->mfi_commands[context]; in mfi_intr()
Dmfivar.h285 struct mfi_command *mfi_commands; member
Dmfi_tbolt.c704 cmd_mfi = &sc->mfi_commands[cmd_tbolt->sync_cmd_idx]; in mfi_tbolt_complete_cmd()