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

/freebsd-13-stable/sys/dev/firewire/
H A Dfwmem.c92 struct fw_device *fwdev,
105 xfer->fc = fwdev->fc;
106 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst;
108 xfer->send.spd = fwdev->speed;
110 xfer->send.spd = min(spd, fwdev->speed);
121 struct fw_device *fwdev,
132 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 4, hand);
146 printf("fwmem_read_quad: %d %04x:%08x\n", fwdev->dst,
158 struct fw_device *fwdev,
169 xfer = fwmem_xfer_req(fwdev, s
91 fwmem_xfer_req( struct fw_device *fwdev, caddr_t sc, int spd, int slen, int rlen, void *hand) argument
120 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
157 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
193 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
231 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
349 struct fw_device *fwdev; local
[all...]
H A Dfirewire.c145 * Lookup fwdev by node id.
150 struct fw_device *fwdev; local
153 STAILQ_FOREACH(fwdev, &fc->devices, link)
154 if (fwdev->dst == dst && fwdev->status != FWDEVINVAL)
158 return fwdev;
162 * Lookup fwdev by EUI64.
167 struct fw_device *fwdev; local
170 STAILQ_FOREACH(fwdev, &fc->devices, link)
171 if (FW_EUI64_EQUAL(fwdev
512 struct fw_device *fwdev, *fwdev_next; local
1405 struct fw_device *fwdev; local
1437 fw_explore_read_quads(struct fw_device *fwdev, int offset, uint32_t *quad, int length) argument
1464 fw_explore_csrblock(struct fw_device *fwdev, int offset, int recur) argument
1516 struct fw_device *fwdev, *pfwdev, *tfwdev; local
1768 struct fw_device *fwdev, *next; local
2282 struct fw_device fwdev; local
[all...]
H A Dsbp_targ.c107 struct fw_device *fwdev; member in struct:sbp_targ_login
206 struct fw_device *fwdev; member in struct:orb_info
647 xfer = fwmem_write_block(orbi->fwdev, (void *)orbi,
964 xfer = fwmem_read_block(orbi->fwdev,
971 xfer = fwmem_write_block(orbi->fwdev,
1144 xfer = fwmem_read_block(orbi->fwdev, (void *)orbi, /*spd*/FWSPD_S400,
1289 login->fwdev,
1514 sbp_targ_fetch_orb(orbi->sc, orbi->fwdev,
1532 sbp_targ_get_login(struct sbp_targ_softc *sc, struct fw_device *fwdev, int lun) argument
1541 if (login->fwdev
1720 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
1805 sbp_targ_cmd(struct fw_xfer *xfer, struct fw_device *fwdev, int login_id, int reg) argument
1881 sbp_targ_mgm(struct fw_xfer *xfer, struct fw_device *fwdev) argument
1906 struct fw_device *fwdev; local
[all...]
H A Dfwdev.c545 struct fw_device *fwdev; local
661 fwdev = fw_noderesolve_eui64(fc,
663 if (fwdev == NULL) {
669 fp->mode.hdr.dst = FWLOCALBUS | fwdev->dst;
765 STAILQ_FOREACH(fwdev, &fc->devices, link) {
768 devinfo->dst = fwdev->dst;
770 (fwdev->status == FWDEVINVAL) ? 0 : 1;
771 devinfo->eui.hi = fwdev->eui.hi;
772 devinfo->eui.lo = fwdev->eui.lo;
784 STAILQ_FOREACH(fwdev,
[all...]
H A Dsbp.c199 struct fw_device *fwdev; member in struct:sbp_target
339 struct fw_device *fwdev; local
341 fwdev = sdev->target->fwdev;
349 fwdev->eui.hi,
350 fwdev->eui.lo,
351 fwdev->dst,
352 fwdev->speed,
353 fwdev->maxrec);
379 sbp_new_target(struct sbp_softc *sbp, struct fw_device *fwdev) argument
577 sbp_alloc_target(struct sbp_softc *sbp, struct fw_device *fwdev) argument
625 struct fw_device *fwdev; local
787 struct fw_device *fwdev; local
[all...]
/freebsd-13-stable/sys/modules/firewire/firewire/
H A DMakefile12 fwcrom.c fwdev.c fwmem.c fwmem.h fwdma.c fwdma.h

Completed in 74 milliseconds