Searched refs:mfi_softc (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/mfi/
H A Dmfivar.h80 struct mfi_softc;
87 struct mfi_softc *cm_sc;
138 struct mfi_softc *ld_controller;
156 struct mfi_softc *pd_controller;
192 struct mfi_softc { struct
321 void (*mfi_cam_rescan_cb)(struct mfi_softc *,
328 void (*mfi_enable_intr)(struct mfi_softc *sc);
329 void (*mfi_disable_intr)(struct mfi_softc *sc);
330 int32_t (*mfi_read_fw_status)(struct mfi_softc *sc);
331 int (*mfi_check_clear_intr)(struct mfi_softc *s
[all...]
H A Dmfi_tbolt.c58 struct mfi_cmd_tbolt *mfi_tbolt_get_cmd(struct mfi_softc *sc, struct mfi_command *);
60 mfi_tbolt_get_request_descriptor(struct mfi_softc *sc, uint16_t index);
61 void mfi_tbolt_complete_cmd(struct mfi_softc *sc);
62 int mfi_tbolt_build_io(struct mfi_softc *sc, struct mfi_command *mfi_cmd,
64 union mfi_mpi2_request_descriptor *mfi_tbolt_build_mpt_cmd(struct mfi_softc
67 mfi_build_mpt_pass_thru(struct mfi_softc *sc, struct mfi_command *mfi_cmd);
68 union mfi_mpi2_request_descriptor *mfi_build_and_issue_cmd(struct mfi_softc
70 void mfi_tbolt_build_ldio(struct mfi_softc *sc, struct mfi_command *mfi_cmd,
72 static int mfi_tbolt_make_sgl(struct mfi_softc *sc, struct mfi_command
77 static void mfi_issue_pending_cmds_again (struct mfi_softc *s
[all...]
H A Dmfi_debug.c102 mfi_print_ldio(struct mfi_softc *sc, device_t dev, struct mfi_command *cm)
119 mfi_print_dcmd(struct mfi_softc *sc, device_t dev, struct mfi_command *cm)
193 mfi_print_generic_frame(struct mfi_softc *sc, struct mfi_command *cm)
202 struct mfi_softc *sc;
229 mfi_dump_cmds(struct mfi_softc *sc)
238 mfi_validate_sg(struct mfi_softc *sc, struct mfi_command *cm,
H A Dmfi.c88 static int mfi_alloc_commands(struct mfi_softc *);
89 static int mfi_comms_init(struct mfi_softc *);
90 static int mfi_get_controller_info(struct mfi_softc *);
91 static int mfi_get_log_state(struct mfi_softc *,
93 static int mfi_parse_entries(struct mfi_softc *, int, int);
97 static void mfi_ldprobe(struct mfi_softc *sc);
98 static void mfi_syspdprobe(struct mfi_softc *sc);
100 static int mfi_aen_register(struct mfi_softc *sc, int seq, int locale);
102 static int mfi_add_ld(struct mfi_softc *sc, int);
104 static int mfi_add_sys_pd(struct mfi_softc *s
[all...]
H A Dmfi_pci.c88 static void mfi_pci_free(struct mfi_softc *);
103 sizeof(struct mfi_softc)
198 struct mfi_softc *sc;
276 struct mfi_softc *sc;
310 mfi_pci_free(struct mfi_softc *sc)
H A Dmfi_cam.c76 struct mfi_softc *mfi_sc;
88 static void mfip_cam_rescan(struct mfi_softc *, uint32_t tid);
127 struct mfi_softc *mfisc;
208 struct mfi_softc *mfisc = sc->mfi_sc;
293 mfip_cam_rescan(struct mfi_softc *sc, uint32_t tid)
472 struct mfi_softc *mfisc = sc->mfi_sc;
H A Dmfi_syspd.c241 struct mfi_softc *controller;
269 struct mfi_softc *parent_sc;
H A Dmfi_disk.c262 struct mfi_softc *controller;
324 struct mfi_softc *parent_sc;

Completed in 180 milliseconds