Searched refs:target_cmd (Results 1 – 9 of 9) 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()
55 static void ahd_dump_targcmd(struct target_cmd *cmd);1343 ahd_dump_targcmd(struct target_cmd *cmd)
49 static void ahc_dump_targcmd(struct target_cmd *cmd);1403 ahc_dump_targcmd(struct target_cmd *cmd)
246 struct target_cmd *cmd);4894 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd) in ahc_init()4926 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()7682 struct target_cmd *cmd; in ahc_run_tqinfifo()7705 sizeof(struct target_cmd), in ahc_run_tqinfifo()7734 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) in ahc_handle_target_cmd()
246 struct target_cmd *cmd);6328 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()6365 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()6366 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()6367 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()10178 struct target_cmd *cmd; in ahd_run_tqinfifo()10193 sizeof(struct target_cmd), in ahd_run_tqinfifo()10213 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd) in ahd_handle_target_cmd()
1872 struct mfi_mpi2_reply_target_cmd_buffer target_cmd; member