Home
last modified time | relevance | path

Searched refs:mfi_command (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/dev/mfi/
H A Dmfivar.h84 struct mfi_command { struct
85 TAILQ_ENTRY(mfi_command) cm_link;
218 TAILQ_HEAD(,mfi_command) mfi_free;
219 TAILQ_HEAD(,mfi_command) mfi_ready;
220 TAILQ_HEAD(BUSYQ,mfi_command) mfi_busy;
251 struct mfi_command *mfi_aen_cm;
252 struct mfi_command *mfi_skinny_cm;
253 struct mfi_command *mfi_map_sync_cm;
287 struct mfi_command *mfi_commands;
505 static __inline struct mfi_command * \
[all …]
H A Dmfi_tbolt.c64 *sc, struct mfi_command *cmd);
68 *sc, struct mfi_command *mfi_cmd);
74 map_tbolt_cmd_status(struct mfi_command *mfi_cmd, uint8_t status,
79 static void mfi_sync_map_complete(struct mfi_command *);
339 struct mfi_command *cm, cmd_tmp; in mfi_tbolt_init_MFI_queue()
642 struct mfi_command *mfi_cmd) in mfi_tbolt_return_cmd()
657 struct mfi_command *cmd_mfi; /* For MFA Cmds */ in mfi_tbolt_complete_cmd()
1169 struct mfi_command *cm, *tmp; in mfi_issue_pending_cmds_again()
1348 struct mfi_command *cmd = NULL; in mfi_tbolt_sync_map_info()
1354 struct mfi_command *cm = NULL; in mfi_tbolt_sync_map_info()
[all …]
H A Dmfi_debug.c102 mfi_print_ldio(struct mfi_softc *sc, device_t dev, struct mfi_command *cm) in mfi_print_ldio()
119 mfi_print_dcmd(struct mfi_softc *sc, device_t dev, struct mfi_command *cm) in mfi_print_dcmd()
193 mfi_print_generic_frame(struct mfi_softc *sc, struct mfi_command *cm) in mfi_print_generic_frame()
199 mfi_print_cmd(struct mfi_command *cm) in mfi_print_cmd()
238 mfi_validate_sg(struct mfi_softc *sc, struct mfi_command *cm, in mfi_validate_sg()
H A Dmfi.c798 struct mfi_command *cm; in mfi_alloc_commands()
907 struct mfi_command *cm; in mfi_dcmd_command()
960 struct mfi_command *cm; in mfi_comms_init()
1140 struct mfi_command *cm; in mfi_free()
1280 struct mfi_command *cm; in mfi_intr()
1326 struct mfi_command *cm; in mfi_shutdown()
1668 struct mfi_command *cm; in mfi_aen_register()
1771 struct mfi_command *cm; in mfi_parse_entries()
1860 struct mfi_command *cm; in mfi_add_ld()
1942 struct mfi_command *cm; in mfi_add_sys_pd()
[all …]
H A Dmfi_cam.c88 static struct mfi_command * mfip_start(void *);
89 static void mfip_done(struct mfi_command *cm);
339 static struct mfi_command *
347 struct mfi_command *cm; in mfip_start()
403 mfip_done(struct mfi_command *cm) in mfip_done()