Searched refs:target_cmd (Results 1 – 11 of 11) sorted by relevance
528 sizeof(struct target_cmd) * AHC_TMODE_CMDS, in ahc_sync_tqinfifo()557 /*len*/sizeof(struct target_cmd), in ahc_check_cmdcmpltqueues()
647 struct target_cmd { struct1067 struct target_cmd *targetcmds;
699 struct target_cmd { struct1235 struct target_cmd *targetcmds;
854 sizeof(struct target_cmd) * AHD_TMODE_CMDS, in ahd_sync_tqinfifo()884 /*len*/sizeof(struct target_cmd), in ahd_check_cmdcmpltqueues()
57 static void ahd_dump_targcmd(struct target_cmd *cmd);1347 ahd_dump_targcmd(struct target_cmd *cmd)
53 static void ahc_dump_targcmd(struct target_cmd *cmd);1409 ahc_dump_targcmd(struct target_cmd *cmd)
245 struct target_cmd *cmd);4920 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd) in ahc_init()4952 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()7724 struct target_cmd *cmd; in ahc_run_tqinfifo()7748 sizeof(struct target_cmd), in ahc_run_tqinfifo()7777 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) in ahc_handle_target_cmd()
245 struct target_cmd *cmd);6372 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()6409 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()6410 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()6411 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()10241 struct target_cmd *cmd; in ahd_run_tqinfifo()10257 sizeof(struct target_cmd), in ahd_run_tqinfifo()10277 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd) in ahd_handle_target_cmd()
372 u_int8_t target_cmd; member
373 acb->queue.target_cmd = 0; in adw_action()
1878 struct mfi_mpi2_reply_target_cmd_buffer target_cmd; member