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()
645 struct target_cmd {1063 struct target_cmd *targetcmds;647 struct target_cmd { global() struct 648 scsiidtarget_cmd global() argument 649 identifytarget_cmd global() argument 650 bytestarget_cmd global() argument 655 cmd_validtarget_cmd global() argument 666 padtarget_cmd global() argument
697 struct target_cmd {1231 struct target_cmd *targetcmds;699 struct target_cmd { global() struct 700 scsiidtarget_cmd global() argument 701 identifytarget_cmd global() argument 702 bytestarget_cmd global() argument 707 cmd_validtarget_cmd global() argument 718 padtarget_cmd global() argument
854 sizeof(struct target_cmd) * AHD_TMODE_CMDS, in ahd_sync_tqinfifo()884 /*len*/sizeof(struct target_cmd), in ahd_check_cmdcmpltqueues()
54 static void ahd_dump_targcmd(struct target_cmd *cmd);1342 ahd_dump_targcmd(struct target_cmd *cmd)
48 static void ahc_dump_targcmd(struct target_cmd *cmd);1402 ahc_dump_targcmd(struct target_cmd *cmd)
239 struct target_cmd *cmd);4878 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd) in ahc_init()4910 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()7675 struct target_cmd *cmd; in ahc_run_tqinfifo()7698 sizeof(struct target_cmd), in ahc_run_tqinfifo()7727 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) in ahc_handle_target_cmd()
239 struct target_cmd *cmd);6312 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()6349 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()6350 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()6351 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()10170 struct target_cmd *cmd; in ahd_run_tqinfifo()10185 sizeof(struct target_cmd), in ahd_run_tqinfifo()10205 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