Searched refs:cam_eb (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/cam/
H A Dcam_xpt_internal.h35 struct cam_eb;
39 typedef struct cam_ed * (*xpt_alloc_device_func)(struct cam_eb *bus,
45 struct cam_eb *bus,
163 struct cam_eb *bus;
178 struct cam_eb { struct
180 TAILQ_ENTRY(cam_eb) links;
195 struct cam_eb *bus;
200 struct cam_ed * xpt_alloc_device(struct cam_eb *bus,
H A Dcam_xpt.c108 TAILQ_HEAD(,cam_eb) xpt_busses;
144 typedef int xpt_busfunc_t (struct cam_eb *bus, void *arg);
237 static void xpt_acquire_bus(struct cam_eb *bus);
238 static void xpt_release_bus(struct cam_eb *bus);
243 xpt_alloc_target(struct cam_eb *bus, target_id_t target_id);
246 static struct cam_eb*
249 xpt_find_target(struct cam_eb *bus, target_id_t target_id);
262 u_int num_patterns, struct cam_eb *bus);
277 static int xptbustraverse(struct cam_eb *start_bus,
279 static int xpttargettraverse(struct cam_eb *bu
[all...]
/freebsd-11-stable/sys/cam/ata/
H A Data_xpt.c177 ata_alloc_device(struct cam_eb *bus, struct cam_et *target,
185 struct cam_eb *bus,
1651 ata_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id)
2034 ata_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target,
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_xpt.c144 nvme_alloc_device(struct cam_eb *bus, struct cam_et *target,
148 struct cam_eb *bus,
424 nvme_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id)
594 nvme_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target,
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_xpt.c585 scsi_alloc_device(struct cam_eb *bus, struct cam_et *target,
593 struct cam_eb *bus,
2399 scsi_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id)
2961 scsi_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target,

Completed in 189 milliseconds