Searched refs:xpt_periph (Results 1 – 10 of 10) sorted by relevance
| /freebsd/tools/tools/vhba/mptest/ |
| H A D | vhba_mptest.c | 420 if (xpt_create_path(&tp, xpt_periph, cam_sim_path(vhba->sim), 0, lun) != CAM_REQ_CMP) { in vhba_timer() 442 …if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, cam_sim_path(vhba->sim), CAM_TARGET_WILDCARD, CA… in vhba_timer()
|
| /freebsd/sys/cam/ |
| H A D | cam_periph.h | 49 extern struct cam_periph *xpt_periph;
|
| H A D | cam_xpt.c | 189 struct cam_periph *xpt_periph; variable 552 inccb->ccb_h.path = xpt_periph->path; in xptdoioctl() 1010 xpt_periph = periph; in xptregister() 4246 if (bus != xpt_periph->path->bus) { in xpt_async_process() 4247 xpt_path_lock(xpt_periph->path); in xpt_async_process() 4248 xpt_async_process_dev(xpt_periph->path->device, ccb); in xpt_async_process() 4249 xpt_path_unlock(xpt_periph->path); in xpt_async_process()
|
| /freebsd/sys/dev/mrsas/ |
| H A D | mrsas_cam.c | 1742 if (xpt_create_path(&ccb_0->ccb_h.path, xpt_periph, cam_sim_path(sc->sim_0), in mrsas_bus_scan() 1749 if (xpt_create_path(&ccb_1->ccb_h.path, xpt_periph, cam_sim_path(sc->sim_1), in mrsas_bus_scan() 1779 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, cam_sim_path(sim), in mrsas_bus_scan_sim()
|
| /freebsd/sys/dev/mps/ |
| H A D | mps_sas_lsi.c | 1125 xpt_periph, pathid, targetid, in mpssas_SSU_to_SATA_devices()
|
| H A D | mps_sas.c | 3268 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, path_id, in mpssas_prepare_for_tm()
|
| /freebsd/sys/dev/mpr/ |
| H A D | mpr_sas_lsi.c | 1488 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, in mprsas_SSU_to_SATA_devices()
|
| H A D | mpr_sas.c | 3455 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, path_id, in mprsas_prepare_for_tm()
|
| /freebsd/sys/dev/aacraid/ |
| H A D | aacraid_cam.c | 187 if (xpt_create_path(&ccb->ccb_h.path, xpt_periph, in aac_cam_rescan()
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_cam.c | 1047 if (CAM_REQ_CMP != xpt_create_path(&ccb->ccb_h.path, xpt_periph, in ocs_add_new_tgt()
|