Searched refs:cam_eb (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/cam/ |
H A D | cam_xpt_internal.h | 35 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,
|
H A D | cam_xpt.c | 115 TAILQ_HEAD(,cam_eb) xpt_busses; 150 typedef int xpt_busfunc_t (struct cam_eb *bus, void *arg); 242 static void xpt_acquire_bus(struct cam_eb *bus); 243 static void xpt_release_bus(struct cam_eb *bus); 248 xpt_alloc_target(struct cam_eb *bus, target_id_t target_id); 251 static struct cam_eb* 254 xpt_find_target(struct cam_eb *bus, target_id_t target_id); 269 u_int num_patterns, struct cam_eb *bus); 284 static int xptbustraverse(struct cam_eb *start_bus, 286 static int xpttargettraverse(struct cam_eb *bus, [all …]
|
/freebsd/sys/cam/nvme/ |
H A D | nvme_xpt.c | 146 nvme_alloc_device(struct cam_eb *bus, struct cam_et *target, 150 struct cam_eb *bus, 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 | 66 static struct cam_ed * mmc_alloc_device(struct cam_eb *bus, 68 static void mmc_dev_async(uint32_t async_code, struct cam_eb *bus, 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/ata/ |
H A D | ata_xpt.c | 174 ata_alloc_device(struct cam_eb *bus, struct cam_et *target, 182 struct cam_eb *bus, 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()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_xpt.c | 579 scsi_alloc_device(struct cam_eb *bus, struct cam_et *target, 587 struct cam_eb *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()
|