Symbol: target_cmd
sys/dev/aic7xxx/aic79xx.c
10170
struct target_cmd *cmd;
sys/dev/aic7xxx/aic79xx.c
10185
sizeof(struct target_cmd),
sys/dev/aic7xxx/aic79xx.c
10205
ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd)
sys/dev/aic7xxx/aic79xx.c
239
struct target_cmd *cmd);
sys/dev/aic7xxx/aic79xx.c
6312
driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd);
sys/dev/aic7xxx/aic79xx.c
6349
ahd->targetcmds = (struct target_cmd *)next_vaddr;
sys/dev/aic7xxx/aic79xx.c
6350
next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
sys/dev/aic7xxx/aic79xx.c
6351
next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
sys/dev/aic7xxx/aic79xx.h
1231
struct target_cmd *targetcmds;
sys/dev/aic7xxx/aic79xx_inline.h
854
sizeof(struct target_cmd) * AHD_TMODE_CMDS,
sys/dev/aic7xxx/aic79xx_inline.h
884
/*len*/sizeof(struct target_cmd),
sys/dev/aic7xxx/aic79xx_osm.c
1342
ahd_dump_targcmd(struct target_cmd *cmd)
sys/dev/aic7xxx/aic79xx_osm.c
54
static void ahd_dump_targcmd(struct target_cmd *cmd);
sys/dev/aic7xxx/aic7xxx.c
239
struct target_cmd *cmd);
sys/dev/aic7xxx/aic7xxx.c
4878
driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd)
sys/dev/aic7xxx/aic7xxx.c
4910
ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
sys/dev/aic7xxx/aic7xxx.c
7675
struct target_cmd *cmd;
sys/dev/aic7xxx/aic7xxx.c
7698
sizeof(struct target_cmd),
sys/dev/aic7xxx/aic7xxx.c
7727
ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd)
sys/dev/aic7xxx/aic7xxx.h
1063
struct target_cmd *targetcmds;
sys/dev/aic7xxx/aic7xxx_inline.h
528
sizeof(struct target_cmd) * AHC_TMODE_CMDS,
sys/dev/aic7xxx/aic7xxx_inline.h
557
/*len*/sizeof(struct target_cmd),
sys/dev/aic7xxx/aic7xxx_osm.c
1402
ahc_dump_targcmd(struct target_cmd *cmd)
sys/dev/aic7xxx/aic7xxx_osm.c
48
static void ahc_dump_targcmd(struct target_cmd *cmd);
sys/dev/mfi/mfireg.h
1872
struct mfi_mpi2_reply_target_cmd_buffer target_cmd;