Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/mfi/
H A Dmfivar.h86 struct mfi_command { struct
87 TAILQ_ENTRY(mfi_command) cm_link;
220 TAILQ_HEAD(,mfi_command) mfi_free;
221 TAILQ_HEAD(,mfi_command) mfi_ready;
222 TAILQ_HEAD(BUSYQ,mfi_command) mfi_busy;
253 struct mfi_command *mfi_aen_cm;
254 struct mfi_command *mfi_skinny_cm;
255 struct mfi_command *mfi_map_sync_cm;
289 struct mfi_command *mfi_commands;
507 static __inline struct mfi_command * \
[all …]
H A Dmfi_tbolt.c66 *sc, struct mfi_command *cmd);
70 *sc, struct mfi_command *mfi_cmd);
76 map_tbolt_cmd_status(struct mfi_command *mfi_cmd, uint8_t status,
81 static void mfi_sync_map_complete(struct mfi_command *);
341 struct mfi_command *cm, cmd_tmp; in mfi_tbolt_init_MFI_queue()
644 struct mfi_command *mfi_cmd) in mfi_tbolt_return_cmd()
659 struct mfi_command *cmd_mfi; /* For MFA Cmds */ in mfi_tbolt_complete_cmd()
1175 struct mfi_command *cm, *tmp; in mfi_issue_pending_cmds_again()
1354 struct mfi_command *cmd = NULL; in mfi_tbolt_sync_map_info()
1360 struct mfi_command *cm = NULL; in mfi_tbolt_sync_map_info()
[all …]
H A Dmfi_debug.c104 mfi_print_ldio(struct mfi_softc *sc, device_t dev, struct mfi_command *cm) in mfi_print_ldio()
121 mfi_print_dcmd(struct mfi_softc *sc, device_t dev, struct mfi_command *cm) in mfi_print_dcmd()
195 mfi_print_generic_frame(struct mfi_softc *sc, struct mfi_command *cm) in mfi_print_generic_frame()
201 mfi_print_cmd(struct mfi_command *cm) in mfi_print_cmd()
240 mfi_validate_sg(struct mfi_softc *sc, struct mfi_command *cm, in mfi_validate_sg()
H A Dmfi.c800 struct mfi_command *cm; in mfi_alloc_commands()
909 struct mfi_command *cm; in mfi_dcmd_command()
962 struct mfi_command *cm; in mfi_comms_init()
1142 struct mfi_command *cm; in mfi_free()
1282 struct mfi_command *cm; in mfi_intr()
1328 struct mfi_command *cm; in mfi_shutdown()
1670 struct mfi_command *cm; in mfi_aen_register()
1773 struct mfi_command *cm; in mfi_parse_entries()
1862 struct mfi_command *cm; in mfi_add_ld()
1944 struct mfi_command *cm; in mfi_add_sys_pd()
[all …]
H A Dmfi_cam.c90 static struct mfi_command * mfip_start(void *);
91 static void mfip_done(struct mfi_command *cm);
340 static struct mfi_command *
348 struct mfi_command *cm; in mfip_start()
404 mfip_done(struct mfi_command *cm) in mfip_done()