Lines Matching refs:mfi_command

99 static void	mfi_aen_complete(struct mfi_command *);
101 static void mfi_add_ld_complete(struct mfi_command *);
103 static void mfi_add_sys_pd_complete(struct mfi_command *);
104 static struct mfi_command * mfi_bio_command(struct mfi_softc *);
105 static void mfi_bio_complete(struct mfi_command *);
106 static struct mfi_command *mfi_build_ldio(struct mfi_softc *,struct bio*);
107 static struct mfi_command *mfi_build_syspdio(struct mfi_softc *,struct bio*);
108 static int mfi_send_frame(struct mfi_softc *, struct mfi_command *);
109 static int mfi_std_send_frame(struct mfi_softc *, struct mfi_command *);
110 static int mfi_abort(struct mfi_softc *, struct mfi_command **);
127 static int mfi_check_command_pre(struct mfi_softc *sc, struct mfi_command *cm);
128 static void mfi_check_command_post(struct mfi_softc *sc, struct mfi_command *cm);
129 static int mfi_check_for_sscd(struct mfi_softc *sc, struct mfi_command *cm);
798 struct mfi_command *cm; in mfi_alloc_commands()
844 mfi_release_command(struct mfi_command *cm) in mfi_release_command()
904 mfi_dcmd_command(struct mfi_softc *sc, struct mfi_command **cmp, in mfi_dcmd_command()
907 struct mfi_command *cm; in mfi_dcmd_command()
960 struct mfi_command *cm; in mfi_comms_init()
1010 struct mfi_command *cm = NULL; in mfi_get_controller_info()
1052 struct mfi_command *cm = NULL; in mfi_get_log_state()
1115 mfi_wait_command(struct mfi_softc *sc, struct mfi_command *cm) in mfi_wait_command()
1140 struct mfi_command *cm; in mfi_free()
1280 struct mfi_command *cm; in mfi_intr()
1326 struct mfi_command *cm; in mfi_shutdown()
1363 struct mfi_command *cm = NULL; in mfi_syspdprobe()
1445 struct mfi_command *cm = NULL; in mfi_ldprobe()
1668 struct mfi_command *cm; in mfi_aen_register()
1716 mfi_aen_complete(struct mfi_command *cm) in mfi_aen_complete()
1771 struct mfi_command *cm; in mfi_parse_entries()
1860 struct mfi_command *cm; in mfi_add_ld()
1903 mfi_add_ld_complete(struct mfi_command *cm) in mfi_add_ld_complete()
1943 struct mfi_command *cm; in mfi_add_sys_pd()
1987 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()
3470 struct mfi_command *cm = NULL; in mfi_linux_ioctl_int()
3692 struct mfi_command *cm; in mfi_dump_all()
3737 struct mfi_command *cm, *tmp; in mfi_timeout()