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

/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas_lsi.c1091 target_id_t targetid; local
1101 for (targetid = 0; targetid < sc->max_devices; targetid++) {
1102 target = &sassc->targets[targetid];
1120 xpt_periph, pathid, targetid,
1227 target_id_t targetid; local
1292 for (targetid = 0; targetid < sc->max_devices; targetid
[all...]
H A Dmps_sas.c268 target_id_t targetid; local
274 targetid = CAM_TARGET_WILDCARD;
276 targetid = targ - sassc->targets;
288 targetid, CAM_LUN_WILDCARD) != CAM_REQ_CMP) {
294 if (targetid == CAM_TARGET_WILDCARD)
299 mps_dprint(sc, MPS_TRACE, "%s targetid %u\n", __func__, targetid);
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c1451 target_id_t targetid; local
1463 for (targetid = 0; targetid < sc->max_devices; targetid++) {
1464 target = &sassc->targets[targetid];
1482 pathid, targetid, CAM_LUN_WILDCARD) !=
1590 target_id_t targetid; local
1655 for (targetid = 0; targetid < sc->max_devices; targetid
[all...]
H A Dmpr_sas.c271 target_id_t targetid; local
277 targetid = CAM_TARGET_WILDCARD;
279 targetid = targ - sassc->targets;
290 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid,
297 if (targetid == CAM_TARGET_WILDCARD)
302 mpr_dprint(sc, MPR_TRACE, "%s targetid %u\n", __func__, targetid);
/freebsd-13-stable/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c798 target_id_t targetid; local
802 targetid = CAM_TARGET_WILDCARD;
813 if (xpt_create_path(&ccb->ccb_h.path, NULL, pathid, targetid,
816 "targetid: %u\n", pathid, targetid);
821 if (targetid == CAM_TARGET_WILDCARD)

Completed in 103 milliseconds