Searched refs:target_cmd (Results 1 – 9 of 9) sorted by relevance
530 sizeof(struct target_cmd) * AHC_TMODE_CMDS, in ahc_sync_tqinfifo()559 /*len*/sizeof(struct target_cmd), in ahc_check_cmdcmpltqueues()
649 struct target_cmd { struct1069 struct target_cmd *targetcmds;
701 struct target_cmd { struct1237 struct target_cmd *targetcmds;
856 sizeof(struct target_cmd) * AHD_TMODE_CMDS, in ahd_sync_tqinfifo()886 /*len*/sizeof(struct target_cmd), in ahd_check_cmdcmpltqueues()
57 static void ahd_dump_targcmd(struct target_cmd *cmd);1337 ahd_dump_targcmd(struct target_cmd *cmd)
53 static void ahc_dump_targcmd(struct target_cmd *cmd);1399 ahc_dump_targcmd(struct target_cmd *cmd)
247 struct target_cmd *cmd);4901 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd) in ahc_init()4933 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()7690 struct target_cmd *cmd; in ahc_run_tqinfifo()7713 sizeof(struct target_cmd), in ahc_run_tqinfifo()7742 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) in ahc_handle_target_cmd()
247 struct target_cmd *cmd);6338 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()6375 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()6376 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()6377 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()10188 struct target_cmd *cmd; in ahd_run_tqinfifo()10203 sizeof(struct target_cmd), in ahd_run_tqinfifo()10223 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd) in ahd_handle_target_cmd()
1874 struct mfi_mpi2_reply_target_cmd_buffer target_cmd; member