Searched refs:cam_et (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_xpt_internal.h | 36 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 D | cam_xpt.c | 151 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 D | nvme_xpt.c | 146 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 D | mmc_xpt.c | 67 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 D | scsi_xpt.c | 579 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 D | ata_xpt.c | 174 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()
|