Searched refs:target_cmd (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic7xxx_inline.h530 sizeof(struct target_cmd) * AHC_TMODE_CMDS,
559 /*len*/sizeof(struct target_cmd),
H A Daic79xx.h701 struct target_cmd { struct
1237 struct target_cmd *targetcmds;
H A Daic79xx_inline.h856 sizeof(struct target_cmd) * AHD_TMODE_CMDS,
886 /*len*/sizeof(struct target_cmd),
H A Daic7xxx.h649 struct target_cmd { struct
1069 struct target_cmd *targetcmds;
H A Daic79xx_osm.c57 static void ahd_dump_targcmd(struct target_cmd *cmd);
1347 ahd_dump_targcmd(struct target_cmd *cmd)
H A Daic7xxx_osm.c53 static void ahc_dump_targcmd(struct target_cmd *cmd);
1409 ahc_dump_targcmd(struct target_cmd *cmd)
H A Daic7xxx.c247 struct target_cmd *cmd);
4922 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd)
4954 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo;
7727 struct target_cmd *cmd;
7751 sizeof(struct target_cmd),
7780 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd)
H A Daic79xx.c247 struct target_cmd *cmd);
6374 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd);
6411 ahd->targetcmds = (struct target_cmd *)next_vaddr;
6412 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
6413 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd);
10244 struct target_cmd *cmd;
10260 sizeof(struct target_cmd),
10280 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd)
/freebsd-12-stable/sys/dev/advansys/
H A Dadwlib.h374 u_int8_t target_cmd; member in struct:adw_scsi_req_q
H A Dadwcam.c375 acb->queue.target_cmd = 0;
/freebsd-12-stable/sys/dev/mfi/
H A Dmfireg.h1880 struct mfi_mpi2_reply_target_cmd_buffer target_cmd; member in union:mfi_mpi2_reply_descriptor

Completed in 264 milliseconds