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

/freebsd-10.1-release/sys/dev/mfi/
H A Dmfi_debug.c234 mfi_print_generic_frame(sc, &sc->mfi_commands[i]);
H A Dmfi.c812 sc->mfi_commands = malloc(sizeof(sc->mfi_commands[0]) *
816 cm = &sc->mfi_commands[i];
836 cm = &sc->mfi_commands[i];
840 free(sc->mfi_commands, M_MFIBUF);
841 sc->mfi_commands = NULL;
1155 if (sc->mfi_commands != NULL) {
1157 cm = &sc->mfi_commands[i];
1160 free(sc->mfi_commands, M_MFIBUF);
1161 sc->mfi_commands
[all...]
H A Dmfivar.h287 struct mfi_command *mfi_commands; member in struct:mfi_softc
H A Dmfi_tbolt.c704 cmd_mfi = &sc->mfi_commands[cmd_tbolt->sync_cmd_idx];

Completed in 121 milliseconds