Lines Matching refs:mfi_softc
57 struct mfi_cmd_tbolt *mfi_tbolt_get_cmd(struct mfi_softc *sc, struct mfi_command *);
59 mfi_tbolt_get_request_descriptor(struct mfi_softc *sc, uint16_t index);
60 void mfi_tbolt_complete_cmd(struct mfi_softc *sc);
61 int mfi_tbolt_build_io(struct mfi_softc *sc, struct mfi_command *mfi_cmd,
63 union mfi_mpi2_request_descriptor *mfi_tbolt_build_mpt_cmd(struct mfi_softc
66 mfi_build_mpt_pass_thru(struct mfi_softc *sc, struct mfi_command *mfi_cmd);
67 union mfi_mpi2_request_descriptor *mfi_build_and_issue_cmd(struct mfi_softc
69 void mfi_tbolt_build_ldio(struct mfi_softc *sc, struct mfi_command *mfi_cmd,
71 static int mfi_tbolt_make_sgl(struct mfi_softc *sc, struct mfi_command
76 static void mfi_issue_pending_cmds_again (struct mfi_softc *sc);
77 static void mfi_kill_hba (struct mfi_softc *sc);
80 static void mfi_queue_map_sync(struct mfi_softc *sc);
92 mfi_tbolt_enable_intr_ppc(struct mfi_softc *sc) in mfi_tbolt_enable_intr_ppc()
99 mfi_tbolt_disable_intr_ppc(struct mfi_softc *sc) in mfi_tbolt_disable_intr_ppc()
106 mfi_tbolt_read_fw_status_ppc(struct mfi_softc *sc) in mfi_tbolt_read_fw_status_ppc()
112 mfi_tbolt_check_clear_intr_ppc(struct mfi_softc *sc) in mfi_tbolt_check_clear_intr_ppc()
135 mfi_tbolt_issue_cmd_ppc(struct mfi_softc *sc, bus_addr_t bus_add, in mfi_tbolt_issue_cmd_ppc()
149 mfi_tbolt_adp_reset(struct mfi_softc *sc) in mfi_tbolt_adp_reset()
200 mfi_tbolt_init_globals(struct mfi_softc *sc) in mfi_tbolt_init_globals()
247 mfi_tbolt_get_memory_requirement(struct mfi_softc *sc) in mfi_tbolt_get_memory_requirement()
269 mfi_tbolt_init_desc_pool(struct mfi_softc *sc, uint8_t* mem_location, in mfi_tbolt_init_desc_pool()
332 mfi_tbolt_init_MFI_queue(struct mfi_softc *sc) in mfi_tbolt_init_MFI_queue()
448 mfi_tbolt_alloc_cmd(struct mfi_softc *sc) in mfi_tbolt_alloc_cmd()
535 mfi_tbolt_reset(struct mfi_softc *sc) in mfi_tbolt_reset()
574 struct mfi_softc *sc = (struct mfi_softc *)arg; in mfi_intr_tbolt()
641 mfi_tbolt_return_cmd(struct mfi_softc *sc, struct mfi_cmd_tbolt *tbolt_cmd, in mfi_tbolt_return_cmd()
654 mfi_tbolt_complete_cmd(struct mfi_softc *sc) in mfi_tbolt_complete_cmd()
764 mfi_tbolt_get_cmd(struct mfi_softc *sc, struct mfi_command *mfi_cmd) in mfi_tbolt_get_cmd()
785 mfi_tbolt_get_request_descriptor(struct mfi_softc *sc, uint16_t index) in mfi_tbolt_get_request_descriptor()
802 mfi_build_mpt_pass_thru(struct mfi_softc *sc, struct mfi_command *mfi_cmd) in mfi_build_mpt_pass_thru()
835 mfi_tbolt_build_ldio(struct mfi_softc *sc, struct mfi_command *mfi_cmd, in mfi_tbolt_build_ldio()
874 mfi_tbolt_build_io(struct mfi_softc *sc, struct mfi_command *mfi_cmd, in mfi_tbolt_build_io()
935 mfi_tbolt_make_sgl(struct mfi_softc *sc, struct mfi_command *mfi_cmd, in mfi_tbolt_make_sgl()
1033 mfi_build_and_issue_cmd(struct mfi_softc *sc, struct mfi_command *mfi_cmd) in mfi_build_and_issue_cmd()
1058 mfi_tbolt_build_mpt_cmd(struct mfi_softc *sc, struct mfi_command *cmd) in mfi_tbolt_build_mpt_cmd()
1082 mfi_tbolt_send_frame(struct mfi_softc *sc, struct mfi_command *cm) in mfi_tbolt_send_frame()
1167 mfi_issue_pending_cmds_again(struct mfi_softc *sc) in mfi_issue_pending_cmds_again()
1215 mfi_kill_hba(struct mfi_softc *sc) in mfi_kill_hba()
1226 struct mfi_softc *sc= (struct mfi_softc *)arg; in mfi_process_fw_state_chg_isr()
1345 mfi_tbolt_sync_map_info(struct mfi_softc *sc) in mfi_tbolt_sync_map_info()
1441 struct mfi_softc *sc; in mfi_sync_map_complete()
1469 mfi_queue_map_sync(struct mfi_softc *sc) in mfi_queue_map_sync()
1478 struct mfi_softc *sc; in mfi_handle_map_sync()