Home
last modified time | relevance | path

Searched refs:target_cmd (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_inline.h528 sizeof(struct target_cmd) * AHC_TMODE_CMDS, in ahc_sync_tqinfifo()
557 /*len*/sizeof(struct target_cmd), in ahc_check_cmdcmpltqueues()
H A Daic7xxx.h645 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
H A Daic79xx.h697 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
H A Daic79xx_inline.h854 sizeof(struct target_cmd) * AHD_TMODE_CMDS, in ahd_sync_tqinfifo()
884 /*len*/sizeof(struct target_cmd), in ahd_check_cmdcmpltqueues()
H A Daic79xx_osm.c54 static void ahd_dump_targcmd(struct target_cmd *cmd);
1342 ahd_dump_targcmd(struct target_cmd *cmd)
H A Daic7xxx_osm.c48 static void ahc_dump_targcmd(struct target_cmd *cmd);
1402 ahc_dump_targcmd(struct target_cmd *cmd)
H A Daic79xx.c239 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()
/freebsd/sys/dev/mfi/
H A Dmfireg.h1872 struct mfi_mpi2_reply_target_cmd_buffer target_cmd; member