Searched refs:target_cmd (Results 1 – 6 of 6) sorted by relevance
195 u32 target_cmd = 0; in rtl_debug_get_cam_register() local211 target_cmd = entry_i + CAM_CONTENT_COUNT * j; in rtl_debug_get_cam_register()212 target_cmd = target_cmd | BIT(31); in rtl_debug_get_cam_register()226 target_cmd); in rtl_debug_get_cam_register()
620 struct target_cmd { struct1016 struct target_cmd *targetcmds;
674 struct target_cmd { struct1174 struct target_cmd *targetcmds;
230 struct target_cmd *cmd);681 sizeof(struct target_cmd) * AHC_TMODE_CMDS, in ahc_sync_tqinfifo()710 /*len*/sizeof(struct target_cmd), in ahc_check_cmdcmpltqueues()5297 driver_data_size += AHC_TMODE_CMDS * sizeof(struct target_cmd) in ahc_init()5328 ahc->targetcmds = (struct target_cmd *)ahc->qoutfifo; in ahc_init()7736 struct target_cmd *cmd; in ahc_run_tqinfifo()7760 sizeof(struct target_cmd), in ahc_run_tqinfifo()7789 ahc_handle_target_cmd(struct ahc_softc *ahc, struct target_cmd *cmd) in ahc_handle_target_cmd()
229 struct target_cmd *cmd);902 sizeof(struct target_cmd) * AHD_TMODE_CMDS, in ahd_sync_tqinfifo()932 /*len*/sizeof(struct target_cmd), in ahd_check_cmdcmpltqueues()7041 driver_data_size += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()7078 ahd->targetcmds = (struct target_cmd *)next_vaddr; in ahd_init()7079 next_vaddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()7080 next_baddr += AHD_TMODE_CMDS * sizeof(struct target_cmd); in ahd_init()10576 struct target_cmd *cmd; in ahd_run_tqinfifo()10592 sizeof(struct target_cmd), in ahd_run_tqinfifo()10612 ahd_handle_target_cmd(struct ahd_softc *ahd, struct target_cmd *cmd) in ahd_handle_target_cmd()
1736 uchar target_cmd; member2586 q->sg_working_ix, q->target_cmd); in asc_prt_adv_scsi_req_q()
Completed in 64 milliseconds