Searched refs:fwdev (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/dev/firewire/
H A Dfwmem.c99 struct fw_device *fwdev,
112 xfer->fc = fwdev->fc;
113 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst;
115 xfer->send.spd = fwdev->speed;
117 xfer->send.spd = min(spd, fwdev->speed);
128 struct fw_device *fwdev,
139 xfer = fwmem_xfer_req(fwdev, (void *)sc, spd, 0, 4, hand);
153 printf("fwmem_read_quad: %d %04x:%08x\n", fwdev->dst,
165 struct fw_device *fwdev,
176 xfer = fwmem_xfer_req(fwdev, s
98 fwmem_xfer_req( struct fw_device *fwdev, caddr_t sc, int spd, int slen, int rlen, void *hand) argument
127 fwmem_read_quad( struct fw_device *fwdev, caddr_t sc, uint8_t spd, uint16_t dst_hi, uint32_t dst_lo, void *data, void (*hand)(struct fw_xfer *)) argument
164 fwmem_write_quad( struct fw_device *fwdev, caddr_t sc, uint8_t spd, uint16_t dst_hi, uint32_t dst_lo, void *data, void (*hand)(struct fw_xfer *)) argument
200 fwmem_read_block( struct fw_device *fwdev, caddr_t sc, uint8_t spd, uint16_t dst_hi, uint32_t dst_lo, int len, void *data, void (*hand)(struct fw_xfer *)) argument
238 fwmem_write_block( struct fw_device *fwdev, caddr_t sc, uint8_t spd, uint16_t dst_hi, uint32_t dst_lo, int len, void *data, void (*hand)(struct fw_xfer *)) argument
359 struct fw_device *fwdev; local
[all...]
H A Dfirewire.c158 * Lookup fwdev by node id.
163 struct fw_device *fwdev; local
167 STAILQ_FOREACH(fwdev, &fc->devices, link)
168 if (fwdev->dst == dst && fwdev->status != FWDEVINVAL)
172 return fwdev;
176 * Lookup fwdev by EUI64.
181 struct fw_device *fwdev; local
186 STAILQ_FOREACH(fwdev, &fc->devices, link)
187 if (FW_EUI64_EQUAL(fwdev
527 struct fw_device *fwdev, *fwdev_next; local
1439 struct fw_device *fwdev; local
1469 fw_explore_read_quads(struct fw_device *fwdev, int offset, uint32_t *quad, int length) argument
1497 fw_explore_csrblock(struct fw_device *fwdev, int offset, int recur) argument
1549 struct fw_device *fwdev, *pfwdev, *tfwdev; local
1810 struct fw_device *fwdev, *next; local
2330 struct fw_device fwdev; local
[all...]
H A Dsbp_targ.c108 struct fw_device *fwdev; member in struct:sbp_targ_login
207 struct fw_device *fwdev; member in struct:orb_info
652 xfer = fwmem_write_block(orbi->fwdev, (void *)orbi,
973 xfer = fwmem_read_block(orbi->fwdev,
980 xfer = fwmem_write_block(orbi->fwdev,
1153 xfer = fwmem_read_block(orbi->fwdev, (void *)orbi, /*spd*/FWSPD_S400,
1298 login->fwdev,
1524 sbp_targ_fetch_orb(orbi->sc, orbi->fwdev,
1544 sbp_targ_get_login(struct sbp_targ_softc *sc, struct fw_device *fwdev, int lun) argument
1553 if (login->fwdev
1732 sbp_targ_fetch_orb(struct sbp_targ_softc *sc, struct fw_device *fwdev, uint16_t orb_hi, uint32_t orb_lo, struct sbp_targ_login *login, int mode) argument
1817 sbp_targ_cmd(struct fw_xfer *xfer, struct fw_device *fwdev, int login_id, int reg) argument
1893 sbp_targ_mgm(struct fw_xfer *xfer, struct fw_device *fwdev) argument
1918 struct fw_device *fwdev; local
[all...]
H A Dfwdev.c34 * $FreeBSD: releng/10.3/sys/dev/firewire/fwdev.c 255359 2013-09-07 13:45:44Z davide $
575 struct fw_device *fwdev; local
691 fwdev = fw_noderesolve_eui64(fc,
693 if (fwdev == NULL) {
699 fp->mode.hdr.dst = FWLOCALBUS | fwdev->dst;
799 STAILQ_FOREACH(fwdev, &fc->devices, link) {
802 devinfo->dst = fwdev->dst;
804 (fwdev->status == FWDEVINVAL)?0:1;
805 devinfo->eui.hi = fwdev->eui.hi;
806 devinfo->eui.lo = fwdev
[all...]
H A Dsbp.c231 struct fw_device *fwdev; member in struct:sbp_target
371 struct fw_device *fwdev; local
373 fwdev = sdev->target->fwdev;
381 fwdev->eui.hi,
382 fwdev->eui.lo,
383 fwdev->dst,
384 fwdev->speed,
385 fwdev->maxrec);
411 sbp_new_target(struct sbp_softc *sbp, struct fw_device *fwdev) argument
608 sbp_alloc_target(struct sbp_softc *sbp, struct fw_device *fwdev) argument
657 struct fw_device *fwdev; local
820 struct fw_device *fwdev; local
[all...]
/freebsd-10.3-release/sys/modules/firewire/firewire/
H A DMakefile12 fwcrom.c fwdev.c fwmem.c fwmem.h fwdma.c fwdma.h

Completed in 69 milliseconds