Home
last modified time | relevance | path

Searched refs:cam_et (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/cam/
H A Dcam_xpt_internal.h36 struct cam_et;
40 struct cam_et *target,
46 struct cam_et *target,
98 struct cam_et *target;
162 struct cam_et { struct
164 TAILQ_ENTRY(cam_et) links;
181 TAILQ_HEAD(, cam_et) et_entries; argument
198 struct cam_et *target;
203 struct cam_et *target,
H A Dcam_xpt.c151 typedef int xpt_targetfunc_t (struct cam_et *target, void *arg);
247 static struct cam_et*
249 static void xpt_acquire_target(struct cam_et *target);
250 static void xpt_release_target(struct cam_et *target);
253 static struct cam_et*
256 xpt_find_device(struct cam_et *target, lun_id_t lun_id);
287 struct cam_et *start_target,
289 static int xptdevicetraverse(struct cam_et *target,
308 struct cam_et *target,
312 struct cam_et *target,
[all …]
/freebsd/sys/cam/nvme/
H A Dnvme_xpt.c146 nvme_alloc_device(struct cam_eb *bus, struct cam_et *target,
151 struct cam_et *target,
593 nvme_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) in nvme_alloc_device()
767 nvme_dev_async(uint32_t async_code, struct cam_eb *bus, struct cam_et *target, in nvme_dev_async()
/freebsd/sys/cam/mmc/
H A Dmmc_xpt.c67 struct cam_et *target, lun_id_t lun_id);
69 struct cam_et *target, struct cam_ed *device, void *async_arg);
187 mmc_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) in mmc_alloc_device()
207 mmc_dev_async(uint32_t async_code, struct cam_eb *bus, struct cam_et *target, in mmc_dev_async()
/freebsd/sys/cam/scsi/
H A Dscsi_xpt.c579 scsi_alloc_device(struct cam_eb *bus, struct cam_et *target,
588 struct cam_et *target,
2072 struct cam_et *target; in scsi_scan_bus()
2386 scsi_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) in scsi_alloc_device()
2960 scsi_dev_async(uint32_t async_code, struct cam_eb *bus, struct cam_et *target, in scsi_dev_async()
/freebsd/sys/cam/ata/
H A Data_xpt.c174 ata_alloc_device(struct cam_eb *bus, struct cam_et *target,
183 struct cam_et *target,
1629 ata_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) in ata_alloc_device()
2022 ata_dev_async(uint32_t async_code, struct cam_eb *bus, struct cam_et *target, in ata_dev_async()