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

/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_debug.c234 mfi_print_generic_frame(sc, &sc->mfi_commands[i]);
H A Dmfi.c808 sc->mfi_commands = malloc(sizeof(sc->mfi_commands[0]) *
812 cm = &sc->mfi_commands[i];
832 cm = &sc->mfi_commands[i];
836 free(sc->mfi_commands, M_MFIBUF);
837 sc->mfi_commands = NULL;
1151 if (sc->mfi_commands != NULL) {
1153 cm = &sc->mfi_commands[i];
1156 free(sc->mfi_commands, M_MFIBUF);
1157 sc->mfi_commands
[all...]
H A Dmfivar.h287 struct mfi_command *mfi_commands; member in struct:mfi_softc
H A Dmfi_tbolt.c703 cmd_mfi = &sc->mfi_commands[cmd_tbolt->sync_cmd_idx];

Completed in 71 milliseconds