Lines Matching refs:target_id
262 int target = csio->ccb_h.target_id; in smartpqi_fix_ld_inquiry()
818 target = ccb->ccb_h.target_id; in pqisrc_io_start()
830 DBG_INFO("Device = %d not there\n", ccb->ccb_h.target_id); in pqisrc_io_start()
842 DBG_WARN("Device = %d BUSY/IN_RESET\n", ccb->ccb_h.target_id); in pqisrc_io_start()
848 DBG_WARN("Device = %d GONE/OFFLINE\n", ccb->ccb_h.target_id); in pqisrc_io_start()
854 DBG_WARN("Device %d reset returned busy\n", ccb->ccb_h.target_id); in pqisrc_io_start()
860 DBG_INFO("Device = %d not exposed\n", ccb->ccb_h.target_id); in pqisrc_io_start()
906 ccb->ccb_h.target_id); in pqisrc_io_start()
1027 target = ccb->ccb_h.target_id; in pqisrc_target_reset()
1038 DBG_ERR("bad target %d, tmf type : 0x%x\n", ccb_h->target_id, ccb_h->func_code); in pqisrc_target_reset()
1112 ccb->ccb_h.target_id); in smartpqi_cam_action()
1120 ccb->ccb_h.target_id); in smartpqi_cam_action()
1129 ccb->ccb_h.target_id); in smartpqi_cam_action()
1210 uint32_t t_id = cgd->ccb_h.target_id; in smartpqi_async()