Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/cam/
HDcam_xpt_internal.h35 struct cam_eb;
39 typedef struct cam_ed * (*xpt_alloc_device_func)(struct cam_eb *bus,
45 struct cam_eb *bus,
165 struct cam_eb *bus;
180 struct cam_eb { struct
182 TAILQ_ENTRY(cam_eb) links;
197 struct cam_eb *bus; argument
202 struct cam_ed * xpt_alloc_device(struct cam_eb *bus,
HDcam_xpt.c118 TAILQ_HEAD(,cam_eb) xpt_busses;
153 typedef int xpt_busfunc_t (struct cam_eb *bus, void *arg);
245 static void xpt_acquire_bus(struct cam_eb *bus);
246 static void xpt_release_bus(struct cam_eb *bus);
251 xpt_alloc_target(struct cam_eb *bus, target_id_t target_id);
254 static struct cam_eb*
257 xpt_find_target(struct cam_eb *bus, target_id_t target_id);
272 u_int num_patterns, struct cam_eb *bus);
287 static int xptbustraverse(struct cam_eb *start_bus,
289 static int xpttargettraverse(struct cam_eb *bus,
[all …]
/freebsd-14-stable/sys/cam/nvme/
HDnvme_xpt.c148 nvme_alloc_device(struct cam_eb *bus, struct cam_et *target,
152 struct cam_eb *bus,
594 nvme_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) in nvme_alloc_device()
768 nvme_dev_async(uint32_t async_code, struct cam_eb *bus, struct cam_et *target, in nvme_dev_async()
/freebsd-14-stable/sys/cam/mmc/
HDmmc_xpt.c68 static struct cam_ed * mmc_alloc_device(struct cam_eb *bus,
70 static void mmc_dev_async(uint32_t async_code, struct cam_eb *bus,
189 mmc_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) in mmc_alloc_device()
209 mmc_dev_async(uint32_t async_code, struct cam_eb *bus, struct cam_et *target, in mmc_dev_async()
/freebsd-14-stable/sys/cam/ata/
HData_xpt.c176 ata_alloc_device(struct cam_eb *bus, struct cam_et *target,
184 struct cam_eb *bus,
1631 ata_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) in ata_alloc_device()
2025 ata_dev_async(uint32_t async_code, struct cam_eb *bus, struct cam_et *target, in ata_dev_async()
/freebsd-14-stable/sys/cam/scsi/
HDscsi_xpt.c581 scsi_alloc_device(struct cam_eb *bus, struct cam_et *target,
589 struct cam_eb *bus,
2390 scsi_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id) in scsi_alloc_device()
2963 scsi_dev_async(uint32_t async_code, struct cam_eb *bus, struct cam_et *target, in scsi_dev_async()