Home
last modified time | relevance | path

Searched refs:xpt_path_target_id (Results 1 – 21 of 21) sorted by relevance

/freebsd-12-stable/sys/cam/
Dcam_xpt.h116 target_id_t xpt_path_target_id(struct cam_path *path);
Dcam_periph.c248 target_id = xpt_path_target_id(path); in cam_periph_alloc()
2034 xpt_path_target_id(ccb->ccb_h.path), in cam_periph_error()
2054 xpt_path_target_id(ccb->ccb_h.path), in cam_periph_error()
Dcam_xpt.c3956 xpt_path_target_id(struct cam_path *path) in xpt_path_target_id() function
/freebsd-12-stable/sys/dev/mps/
Dmps_sas.c3218 KASSERT(xpt_path_target_id(path) < sassc->maxtargets, in mpssas_async()
3220 xpt_path_target_id(path))); in mpssas_async()
3221 target = &sassc->targets[xpt_path_target_id(path)]; in mpssas_async()
3322 targetid = xpt_path_target_id(path); in mpssas_check_eedp()
Dmps_sas_lsi.c1148 xpt_path_target_id(ccb->ccb_h.path); in mpssas_SSU_to_SATA_devices()
/freebsd-12-stable/sys/cam/scsi/
Dscsi_sg.c630 id->scsi_id = xpt_path_target_id(periph->path); in sgioctl()
Dscsi_xpt.c1889 xpt_path_target_id(path), this_lun) == CAM_REQ_CMP) { in probe_purge_old()
/freebsd-12-stable/sys/dev/mpr/
Dmpr_sas.c3519 KASSERT(xpt_path_target_id(path) < sassc->maxtargets, in mprsas_async()
3521 xpt_path_target_id(path))); in mprsas_async()
3522 target = &sassc->targets[xpt_path_target_id(path)]; in mprsas_async()
3635 targetid = xpt_path_target_id(path); in mprsas_check_eedp()
Dmpr_sas_lsi.c1516 xpt_path_target_id(ccb->ccb_h.path); in mprsas_SSU_to_SATA_devices()
/freebsd-12-stable/sys/dev/advansys/
Dadvlib.c366 target_mask = 0x01 << xpt_path_target_id(path); in advasync()
375 xpt_path_target_id(path), in advasync()
/freebsd-12-stable/sys/dev/aic7xxx/
Daic79xx_osm.c921 xpt_path_target_id(path), in ahd_async()
Daic7xxx_osm.c905 xpt_path_target_id(path), in ahc_async()
Daic7xxx.c7497 xpt_path_target_id(ccb->ccb_h.path), in ahc_handle_en_lun()
Daic79xx.c10026 xpt_path_target_id(ccb->ccb_h.path), in ahd_handle_en_lun()
/freebsd-12-stable/sys/cam/ctl/
Dscsi_ctl.c1817 if ((xpt_path_target_id(path) == softc->target_id) in ctlfe_lun_disable()
/freebsd-12-stable/sys/dev/firewire/
Dsbp_targ.c457 xpt_path_target_id(ccb->ccb_h.path), in sbp_targ_en_lun()
/freebsd-12-stable/sys/dev/pms/freebsd/driver/ini/src/
Dagtiapi.c1815 targetID = xpt_path_target_id( ccb->ccb_h.path ); in agtiapi_cam_action()
4407 int targetID = xpt_path_target_id(ccb->ccb_h.path); in agtiapi_QueueSMP()
/freebsd-12-stable/sys/dev/esp/
Dncr53c9x.c1215 target = xpt_path_target_id(path); in ncr53c9x_async()
/freebsd-12-stable/sys/dev/isp/
Disp_freebsd.c2485 tgt = xpt_path_target_id(path); in isp_cam_async()
/freebsd-12-stable/sys/dev/arcmsr/
Darcmsr.c635 target_id = xpt_path_target_id(path); in arcmsr_async()
/freebsd-12-stable/sys/dev/sym/
Dsym_hipd.c8120 tn = xpt_path_target_id(path);