Searched refs:path_id (Results 26 - 50 of 52) sorted by relevance

123

/freebsd-11-stable/sys/dev/hptnr/
H A Dhim.h206 HPT_U8 path_id; member in struct:_HIM_DEVICE_CONFIG
H A Dhptnr_os_bsd.c278 return ((PVBUS_EXT)osext)->sim->path_id;
/freebsd-11-stable/sys/dev/hptrr/
H A Dhim.h176 HPT_U8 path_id; member in struct:_HIM_DEVICE_CONFIG
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic7xxx_osm.c78 path_id_t path_id; local
81 path_id = cam_sim_path(ahc->platform_data->sim_b);
83 path_id = cam_sim_path(ahc->platform_data->sim);
86 path_id, target, lun));
H A Daic79xx_osm.c145 path_id_t path_id; local
147 path_id = cam_sim_path(ahd->platform_data->sim);
149 path_id, target, lun));
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsi.h495 path_id_t path_id; member in struct:iscsi_cam
H A Disc_cam.c282 cp->path_id = cam_sim_path(sp->cam_sim);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc.c227 path_id_t path_id; local
239 path_id = xpt_path_path_id(path);
253 if (xpt_path_path_id(periph->path) != path_id &&
H A Dscsi_targ_bh.c183 bus_path_id = cpi->ccb_h.path_id;
H A Dscsi_target.c243 new_lun->path_id,
H A Dscsi_enc_ses.c921 device_match->path_id,
/freebsd-11-stable/sys/cam/
H A Dcam_periph.c202 path_id_t path_id; local
244 path_id = xpt_path_path_id(path);
257 status = xpt_create_path(&path, periph, path_id, target_id, lun_id);
274 periph->unit_number = camperiphunit(*p_drv, path_id, target_id, lun_id);
/freebsd-11-stable/share/examples/scsi_target/
H A Dscsi_target.c211 sscanf(argv[0], "%u:%u:%u", &ioc_enlun.path_id, &ioc_enlun.target_id,
215 if (ioc_enlun.path_id == CAM_BUS_WILDCARD ||
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.c1146 path_id_t path_id = cam_sim_path(sc->sassc->sim); local
1153 path_id, target_id, lun_id) != CAM_REQ_CMP) {
3564 if (xpt_path_path_id(path) != sassc->sim->path_id)
3649 if (xpt_path_path_id(path) != sc->sassc->sim->path_id)
3865 path_id_t path_id; local
3876 path_id = cam_sim_path(sc->sassc->sim);
3877 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, path_id,
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c1529 scan_info->request_ccb->ccb_h.path_id,
1593 path->bus->path_id,
2055 bus->path_id,
2087 xpt_compile_path(&path, NULL, bus->path_id, target->target_id,
H A Data_pmp.c789 done_ccb->ccb_h.path_id,
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas.c1082 path_id_t path_id = cam_sim_path(sc->sassc->sim); local
1089 path_id, target_id, lun_id) != CAM_REQ_CMP) {
3582 path_id_t path_id; local
3593 path_id = cam_sim_path(sc->sassc->sim);
3594 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, path_id,
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_sp_commands.c359 p_ramrod->path_id = ECORE_PATH_ID(p_hwfn);
H A Decore.h865 u8 path_id; member in struct:ecore_dev
H A Decore_hsi_common.h1847 u8 path_id /* HW path ID (engine ID) */; member in struct:pf_start_ramrod_data
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1414 uint8_t path_id; /* function absolute */ member in struct:bxe_softc
1415 #define SC_PATH(sc) (sc->path_id)
H A Dbxe.c13205 sc->path_id =
13209 sc->pfunc_abs = ((sc->pfunc_rel << 1) | sc->path_id);
13211 sc->pfunc_abs = (sc->pfunc_rel | sc->path_id);
13216 sc->pfunc_rel, sc->pfunc_abs, sc->path_id);
H A Decore_sp.c6236 rdata->path_id = ECORE_PATH_ID(sc);
/freebsd-11-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c1865 reqp->vstor_packet.u.vm_srb.path_id =
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.c2771 status = xpt_create_path(&path, NULL, hba->sim->path_id, target_id, 0);

Completed in 594 milliseconds

123