Searched refs:mfi_commands (Results 1 – 4 of 4) sorted by relevance
234 mfi_print_generic_frame(sc, &sc->mfi_commands[i]); in mfi_dump_cmds()
805 sc->mfi_commands = malloc(sizeof(sc->mfi_commands[0]) * in mfi_alloc_commands() 809 cm = &sc->mfi_commands[i]; in mfi_alloc_commands() 829 cm = &sc->mfi_commands[i]; in mfi_alloc_commands() 833 free(sc->mfi_commands, M_MFIBUF); in mfi_alloc_commands() 834 sc->mfi_commands = NULL; in mfi_alloc_commands() 1148 if (sc->mfi_commands != NULL) { in mfi_free() 1150 cm = &sc->mfi_commands[i]; in mfi_free() 1153 free(sc->mfi_commands, M_MFIBUF); in mfi_free() 1154 sc->mfi_commands in mfi_free() [all...]
287 struct mfi_command *mfi_commands; member
699 cmd_mfi = &sc->mfi_commands[cmd_tbolt->sync_cmd_idx]; in mfi_tbolt_complete_cmd()