HomeSort by: relevance | last modified time | path
    Searched defs:fwdev (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ieee1394/
fwmem.c 232 struct fw_device *fwdev; local in function:fwmem_strategy
245 fwdev = fw_noderesolve_eui64(fms->sc->fc, &fms->eui);
246 if (fwdev == NULL) {
257 xfer = fwmem_read_quad(fwdev, (void *) bp, fwmem_speed,
261 xfer = fwmem_read_block(fwdev, (void *) bp, fwmem_speed,
266 xfer = fwmem_write_quad(fwdev, (void *)bp, fwmem_speed,
270 xfer = fwmem_write_block(fwdev, (void *)bp, fwmem_speed,
320 fwmem_read_quad(struct fw_device *fwdev, void * sc, uint8_t spd,
327 xfer = fwmem_xfer_req(fwdev, (void *)sc, spd, 0, 4, hand);
341 fwdev->dst, dst_hi, dst_lo)
    [all...]
fwdev.c 1 /* $NetBSD: fwdev.c,v 1.33 2021/11/10 16:08:17 msaitoh Exp $ */
35 * $FreeBSD: src/sys/dev/firewire/fwdev.c,v 1.52 2007/06/06 14:31:36 simokawa Exp $
40 __KERNEL_RCSID(0, "$NetBSD: fwdev.c,v 1.33 2021/11/10 16:08:17 msaitoh Exp $");
388 struct fw_device *fwdev; local in function:fw_ioctl
515 fwdev = fw_noderesolve_eui64(fc, &asyreq->req.dst.eui);
516 if (fwdev == NULL) {
522 fp->mode.hdr.dst = FWLOCALBUS | fwdev->dst;
630 STAILQ_FOREACH(fwdev, &fc->devices, link) {
633 devinfo->dst = fwdev->dst;
635 (fwdev->status == FWDEVINVAL) ? 0 : 1
    [all...]
firewire.c 248 faa.fwdev = NULL;
270 struct fw_device *fwdev, *fwdev_next; local in function:firewiredetach
301 for (fwdev = STAILQ_FIRST(&fc->devices); fwdev != NULL;
302 fwdev = fwdev_next) {
303 fwdev_next = STAILQ_NEXT(fwdev, link);
304 free(fwdev, M_FW);
338 * Lookup fwdev by node id.
343 struct fw_device *fwdev; local in function:fw_noderesolve_nodeid
346 STAILQ_FOREACH(fwdev, &fc->devices, link
360 struct fw_device *fwdev; local in function:fw_noderesolve_eui64
1611 struct fw_device *fwdev; local in function:fw_bus_probe
1719 struct fw_device *fwdev, *pfwdev, *tfwdev; local in function:fw_explore_node
2023 struct fw_device *fwdev, *next; local in function:fw_attach_dev
2300 struct fw_device fwdev; local in function:fw_bmr
    [all...]
firewire.h 473 struct fw_device *fwdev; member in struct:fw_attach_args
firewirereg.h 80 struct fw_device *fwdev; member in struct:firewire_dev_list
sbp.c 73 #define SBP_FWDEV_ALIVE(fwdev) (((fwdev)->status == FWDEVATTACHED) \
74 && crom_has_specver((fwdev)->csrrom, CSRVAL_ANSIT10, CSRVAL_T10SBP2))
317 struct fw_device *fwdev; member in struct:sbp_target
491 sc->sc_target.fwdev = NULL;
500 if (sbp_alloc_target(sc, fwa->fwdev) == NULL)
554 if (sc->sc_target.fwdev && SBP_FWDEV_ALIVE(sc->sc_target.fwdev)) {
648 struct fw_device *fwdev = sdev->target->fwdev; local in function:sbp_show_sdev_info
866 struct fw_device *fwdev; local in function:sbp_probe_lun
975 struct fw_device *fwdev = target->fwdev; local in function:sbp_post_busreset
997 struct fw_device *fwdev = target->fwdev; local in function:sbp_post_explore
    [all...]

Completed in 18 milliseconds