Lines Matching refs:mfi_command

101 static void	mfi_aen_complete(struct mfi_command *);
103 static void mfi_add_ld_complete(struct mfi_command *);
105 static void mfi_add_sys_pd_complete(struct mfi_command *);
106 static struct mfi_command * mfi_bio_command(struct mfi_softc *);
107 static void mfi_bio_complete(struct mfi_command *);
108 static struct mfi_command *mfi_build_ldio(struct mfi_softc *,struct bio*);
109 static struct mfi_command *mfi_build_syspdio(struct mfi_softc *,struct bio*);
110 static int mfi_send_frame(struct mfi_softc *, struct mfi_command *);
111 static int mfi_std_send_frame(struct mfi_softc *, struct mfi_command *);
112 static int mfi_abort(struct mfi_softc *, struct mfi_command **);
129 static int mfi_check_command_pre(struct mfi_softc *sc, struct mfi_command *cm);
130 static void mfi_check_command_post(struct mfi_softc *sc, struct mfi_command *cm);
131 static int mfi_check_for_sscd(struct mfi_softc *sc, struct mfi_command *cm);
800 struct mfi_command *cm; in mfi_alloc_commands()
846 mfi_release_command(struct mfi_command *cm) in mfi_release_command()
906 mfi_dcmd_command(struct mfi_softc *sc, struct mfi_command **cmp, in mfi_dcmd_command()
909 struct mfi_command *cm; in mfi_dcmd_command()
962 struct mfi_command *cm; in mfi_comms_init()
1012 struct mfi_command *cm = NULL; in mfi_get_controller_info()
1054 struct mfi_command *cm = NULL; in mfi_get_log_state()
1117 mfi_wait_command(struct mfi_softc *sc, struct mfi_command *cm) in mfi_wait_command()
1142 struct mfi_command *cm; in mfi_free()
1282 struct mfi_command *cm; in mfi_intr()
1328 struct mfi_command *cm; in mfi_shutdown()
1365 struct mfi_command *cm = NULL; in mfi_syspdprobe()
1447 struct mfi_command *cm = NULL; in mfi_ldprobe()
1670 struct mfi_command *cm; in mfi_aen_register()
1718 mfi_aen_complete(struct mfi_command *cm) in mfi_aen_complete()
1773 struct mfi_command *cm; in mfi_parse_entries()
1862 struct mfi_command *cm; in mfi_add_ld()
1905 mfi_add_ld_complete(struct mfi_command *cm) in mfi_add_ld_complete()
1944 struct mfi_command *cm; in mfi_add_sys_pd()
1988 mfi_add_sys_pd_complete(struct mfi_command *cm) in mfi_add_sys_pd_complete()
2030 static struct mfi_command *
2034 struct mfi_command *cm = NULL; in mfi_bio_command()
2121 static struct mfi_command *
2124 struct mfi_command *cm; in mfi_build_syspdio()
2184 static struct mfi_command *
2188 struct mfi_command *cm; in mfi_build_ldio()
2243 mfi_bio_complete(struct mfi_command *cm) in mfi_bio_complete()
2273 struct mfi_command *cm; in mfi_startio()
2307 mfi_mapcmd(struct mfi_softc *sc, struct mfi_command *cm) in mfi_mapcmd()
2342 struct mfi_command *cm; in mfi_data_cb()
2348 cm = (struct mfi_command *)arg; in mfi_data_cb()
2455 mfi_send_frame(struct mfi_softc *sc, struct mfi_command *cm) in mfi_send_frame()
2473 mfi_std_send_frame(struct mfi_softc *sc, struct mfi_command *cm) in mfi_std_send_frame()
2526 mfi_complete(struct mfi_softc *sc, struct mfi_command *cm) in mfi_complete()
2553 mfi_abort(struct mfi_softc *sc, struct mfi_command **cm_abort) in mfi_abort()
2555 struct mfi_command *cm; in mfi_abort()
2606 struct mfi_command *cm; in mfi_dump_blocks()
2651 struct mfi_command *cm; in mfi_dump_syspd_blocks()
2762 mfi_check_command_pre(struct mfi_softc *sc, struct mfi_command *cm) in mfi_check_command_pre()
2819 mfi_check_command_post(struct mfi_softc *sc, struct mfi_command *cm) in mfi_check_command_post()
2881 mfi_check_for_sscd(struct mfi_softc *sc, struct mfi_command *cm) in mfi_check_for_sscd()
2884 struct mfi_command *ld_cm = NULL; in mfi_check_for_sscd()
2936 mfi_stp_cmd(struct mfi_softc *sc, struct mfi_command *cm,caddr_t arg) in mfi_stp_cmd()
3024 struct mfi_command *cm; in mfi_user_command()
3099 struct mfi_command *cm = NULL; in mfi_ioctl()
3472 struct mfi_command *cm = NULL; in mfi_linux_ioctl_int()
3697 struct mfi_command *cm; in mfi_dump_all()
3742 struct mfi_command *cm, *tmp; in mfi_timeout()