Searched refs:targetid (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/dev/mps/
H A Dmps_sas_lsi.c1066 target_id_t targetid; local
1076 for (targetid = 0; targetid < sc->facts->MaxTargets; targetid++) {
1077 target = &sassc->targets[targetid];
1095 xpt_periph, pathid, targetid,
1193 target_id_t targetid; local
1258 for (targetid = 0; targetid < sc->facts->MaxTargets; targetid
[all...]
H A Dmps_sas.c271 target_id_t targetid; local
277 targetid = CAM_TARGET_WILDCARD;
279 targetid = targ - sassc->targets;
291 targetid, CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
297 if (targetid == CAM_TARGET_WILDCARD)
302 mps_dprint(sc, MPS_TRACE, "%s targetid %u\n", __func__, targetid);
3328 target_id_t targetid; local
3339 targetid = xpt_path_target_id(path);
3342 KASSERT(targetid < sass
[all...]
/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr_sas_lsi.c1158 target_id_t targetid; local
1170 for (targetid = 0; targetid < sc->facts->MaxTargets; targetid++) {
1171 target = &sassc->targets[targetid];
1189 pathid, targetid, CAM_LUN_WILDCARD) !=
1289 target_id_t targetid; local
1354 for (targetid = 0; targetid < sc->facts->MaxTargets; targetid
[all...]
H A Dmpr_sas.c277 target_id_t targetid; local
283 targetid = CAM_TARGET_WILDCARD;
285 targetid = targ - sassc->targets;
296 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid,
303 if (targetid == CAM_TARGET_WILDCARD)
308 mpr_dprint(sc, MPR_TRACE, "%s targetid %u\n", __func__, targetid);
3197 target_id_t targetid; local
3207 targetid = xpt_path_target_id(path);
3210 KASSERT(targetid < sass
[all...]
/freebsd-10.2-release/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c796 target_id_t targetid; local
800 targetid = CAM_TARGET_WILDCARD;
811 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid,
814 "targetid: %d\n", pathid, targetid);
819 if (targetid == CAM_TARGET_WILDCARD)

Completed in 167 milliseconds