Home
last modified time | relevance | path

Searched refs:cam_path (Results 1 – 25 of 98) sorted by relevance

1234

/freebsd/sys/cam/
H A Dcam_xpt.h51 struct cam_path;
66 struct cam_path *path, void *args);
79 struct cam_path *path,
83 struct cam_path *path,
87 cam_status xpt_create_path(struct cam_path **new_path_ptr,
91 cam_status xpt_create_path_unlocked(struct cam_path **new_path_ptr,
96 struct cam_path *path);
97 void xpt_free_path(struct cam_path *path);
98 void xpt_path_counts(struct cam_path *path, uint32_t *bus_ref,
101 int xpt_path_comp(struct cam_path *path1,
[all …]
H A Dcam_periph.h122 struct cam_path *path; /* Compiled path to device */
166 char *name, cam_periph_type type, struct cam_path *,
168 struct cam_periph *cam_periph_find(struct cam_path *path, char *name);
169 int cam_periph_list(struct cam_path *, struct sbuf *);
198 void cam_freeze_devq(struct cam_path *path);
199 uint32_t cam_release_devq(struct cam_path *path, uint32_t relsim_flags,
203 struct cam_path *path, void *arg);
H A Dcam_xpt_internal.h195 struct cam_path { struct
207 uint32_t xpt_dev_ccbq_resize(struct cam_path *path, int newopenings); argument
208 void xpt_start_tags(struct cam_path *path);
209 void xpt_stop_tags(struct cam_path *path);
H A Dcam_xpt_sim.h45 uint32_t xpt_freeze_devq(struct cam_path *path, u_int count);
46 void xpt_release_devq(struct cam_path *path,
H A Dcam_xpt.c208 struct cam_path *cam_dpath;
232 struct cam_path *path,
519 struct cam_path *old_path; in xptdoioctl()
881 struct cam_path *path; in xpt_init()
1055 struct cam_path *path = periph->path; in xpt_announce_periph_sbuf()
1130 struct cam_path *path = periph->path; in xpt_denounce_periph_sbuf()
1156 xpt_getattr(char *buf, size_t len, const char *attr, struct cam_path *path) in xpt_getattr()
2461 struct cam_path path; in xptsetasyncfunc()
2491 struct cam_path path; in xptsetasyncbusfunc()
2534 struct cam_path *path; in xpt_action_default()
[all …]
H A Dcam_debug.h78 extern struct cam_path *cam_dpath;
86 void xpt_cam_path_debug(struct cam_path *path, const char *fmt, ...);
H A Dcam_compat.h64 struct cam_path *path; /* Compiled path for this ccb */
152 struct cam_path *path; /* Compiled path for this ccb */
/freebsd/sys/cam/ata/
H A Data_pmp.c114 struct cam_path *path, void *arg);
178 struct cam_path *dpath; in pmpfreeze()
200 struct cam_path *dpath; in pmprelease()
221 struct cam_path *dpath; in pmponinvalidate()
263 struct cam_path *path, void *arg) in pmpasync()
423 struct cam_path *dpath; in pmpstart()
585 struct cam_path *dpath; in pmpdone()
H A Data_xpt.c170 struct cam_path *path, cam_flags flags,
176 static void ata_device_transport(struct cam_path *path);
179 struct cam_path *path,
328 struct cam_path *path; in aprobestart()
733 struct cam_path *path; in aprobedone()
1381 struct cam_path *path; in ata_scan_bus()
1543 ata_scan_lun(struct cam_periph *periph, struct cam_path *path, in ata_scan_lun()
1548 struct cam_path *new_path; in ata_scan_lun()
1655 ata_device_transport(struct cam_path *path) in ata_device_transport()
1893 ata_set_transfer_settings(struct ccb_trans_settings *cts, struct cam_path *path, in ata_set_transfer_settings()
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_target.c92 struct cam_path *path;
124 static cam_status targendislun(struct cam_path *path, int enable,
127 struct cam_path *path,
149 struct cam_path *path, void *arg);
235 struct cam_path *path; in targioctl()
356 targendislun(struct cam_path *path, int enable, int grp6_len, int grp7_len) in targendislun()
380 targenable(struct targ_softc *softc, struct cam_path *path, int grp6_len, in targenable()
1017 targasync(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in targasync()
H A Dscsi_xpt.c568 static void probe_purge_old(struct cam_path *path,
575 struct cam_path *path, cam_flags flags,
581 static void scsi_devise_transport(struct cam_path *path);
583 struct cam_path *path,
585 static void scsi_toggle_tags(struct cam_path *path);
1162 struct cam_path *path; in probedone()
1817 probe_purge_old(struct cam_path *path, struct scsi_report_luns_data *new, in probe_purge_old()
1820 struct cam_path *tp; in probe_purge_old()
1945 struct cam_path *path; in scsi_scan_bus()
2075 struct cam_path *path, *oldpath; in scsi_scan_bus()
[all …]
H A Dscsi_targ_bh.c130 struct cam_path *path, void *arg);
173 struct cam_path *path, void *arg) in targbhasync()
175 struct cam_path *new_path; in targbhasync()
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c143 struct cam_path *path, cam_flags flags,
148 static void nvme_device_transport(struct cam_path *path);
310 struct cam_path *path; in nvme_probe_done()
526 nvme_scan_lun(struct cam_periph *periph, struct cam_path *path, in nvme_scan_lun()
620 nvme_device_transport(struct cam_path *path) in nvme_device_transport()
790 struct cam_path *path = periph->path; in nvme_announce_periph_sbuf()
/freebsd/sys/dev/isci/
H A Disci_remote_device.c263 struct cam_path *path; in isci_remote_device_freeze_lun_queue()
279 struct cam_path *path; in isci_remote_device_release_lun_queue()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_osm.h117 struct cam_path *path;
118 struct cam_path *path_b;
H A Daic7xxx_osm.c56 struct cam_path *path, void *arg);
66 struct cam_path **path);
70 u_int lun, struct cam_path **path) in ahc_create_path()
147 struct cam_path *path; in ahc_attach()
148 struct cam_path *path2; in ahc_attach()
359 struct cam_path *ccb_path; in ahc_done()
894 ahc_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ahc_async()
1282 struct cam_path *path; in ahc_send_async()
H A Daic79xx_osm.c65 struct cam_path *path, void *arg);
75 struct cam_path **path);
140 u_int lun, struct cam_path **path) in ahd_create_path()
216 struct cam_path *path; in ahd_attach()
351 struct cam_path *ccb_path; in ahd_done()
913 ahd_async(void *callback_arg, uint32_t code, struct cam_path *path, void *arg) in ahd_async()
1224 struct cam_path *path; in ahd_send_async()
/freebsd/sys/dev/hptmv/
H A Dosbsd.h151 struct cam_path *path;
233 struct cam_path *path; in hpt_get_periph()
/freebsd/sys/sys/
H A Deventhandler.h298 struct cam_path;
300 typedef void (*ada_probe_veto_fn)(void *, struct cam_path *,
/freebsd/sys/dev/iscsi/
H A Discsi.h112 struct cam_path *is_path;
/freebsd/sys/dev/hptrr/
H A Dos_bsd.h172 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
/freebsd/sys/dev/hpt27xx/
H A Dos_bsd.h169 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
/freebsd/sys/dev/hptnr/
H A Dos_bsd.h171 struct cam_path *path; /* peripheral, path, tgt, lun with this vbus */
/freebsd/sys/dev/mmcnull/
H A Dmmcnull.c52 struct cam_path *path;
239 struct cam_path *dpath; in mmcnull_intr_sdio_newintr()
/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_cam.c142 struct cam_path *tmppath = NULL; in os_remove_device()
698 struct cam_path *path = NULL; in smartpqi_lun_rescan()
1170 smartpqi_adjust_queue_depth(struct cam_path *path, uint32_t queue_depth) in smartpqi_adjust_queue_depth()
1195 struct cam_path *path, void *arg) in smartpqi_async()
1372 struct cam_path *tmppath = NULL; in os_rescan_target()

1234