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

/freebsd-11-stable/sys/dev/firewire/
H A Dfwmem.c89 struct fw_device *fwdev,
102 xfer->fc = fwdev->fc;
103 xfer->send.hdr.mode.hdr.dst = FWLOCALBUS | fwdev->dst;
105 xfer->send.spd = fwdev->speed;
107 xfer->send.spd = min(spd, fwdev->speed);
118 struct fw_device *fwdev,
129 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 4, hand);
143 printf("fwmem_read_quad: %d %04x:%08x\n", fwdev->dst,
155 struct fw_device *fwdev,
166 xfer = fwmem_xfer_req(fwdev, s
88 fwmem_xfer_req( struct fw_device *fwdev, caddr_t sc, int spd, int slen, int rlen, void *hand) argument
117 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
154 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
190 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
228 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
346 struct fw_device *fwdev; local
[all...]
H A Dfirewire.c143 * Lookup fwdev by node id.
148 struct fw_device *fwdev; local
151 STAILQ_FOREACH(fwdev, &fc->devices, link)
152 if (fwdev->dst == dst && fwdev->status != FWDEVINVAL)
156 return fwdev;
160 * Lookup fwdev by EUI64.
165 struct fw_device *fwdev; local
168 STAILQ_FOREACH(fwdev, &fc->devices, link)
169 if (FW_EUI64_EQUAL(fwdev
510 struct fw_device *fwdev, *fwdev_next; local
1403 struct fw_device *fwdev; local
1435 fw_explore_read_quads(struct fw_device *fwdev, int offset, uint32_t *quad, int length) argument
1462 fw_explore_csrblock(struct fw_device *fwdev, int offset, int recur) argument
1514 struct fw_device *fwdev, *pfwdev, *tfwdev; local
1766 struct fw_device *fwdev, *next; local
2280 struct fw_device fwdev; local
[all...]
H A Dsbp_targ.c105 struct fw_device *fwdev; member in struct:sbp_targ_login
204 struct fw_device *fwdev; member in struct:orb_info
645 xfer = fwmem_write_block(orbi->fwdev, (void *)orbi,
962 xfer = fwmem_read_block(orbi->fwdev,
969 xfer = fwmem_write_block(orbi->fwdev,
1142 xfer = fwmem_read_block(orbi->fwdev, (void *)orbi, /*spd*/FWSPD_S400,
1287 login->fwdev,
1512 sbp_targ_fetch_orb(orbi->sc, orbi->fwdev,
1530 sbp_targ_get_login(struct sbp_targ_softc *sc, struct fw_device *fwdev, int lun) argument
1539 if (login->fwdev
1718 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
1803 sbp_targ_cmd(struct fw_xfer *xfer, struct fw_device *fwdev, int login_id, int reg) argument
1879 sbp_targ_mgm(struct fw_xfer *xfer, struct fw_device *fwdev) argument
1904 struct fw_device *fwdev; local
[all...]
H A Dfwdev.c543 struct fw_device *fwdev; local
659 fwdev = fw_noderesolve_eui64(fc,
661 if (fwdev == NULL) {
667 fp->mode.hdr.dst = FWLOCALBUS | fwdev->dst;
763 STAILQ_FOREACH(fwdev, &fc->devices, link) {
766 devinfo->dst = fwdev->dst;
768 (fwdev->status == FWDEVINVAL) ? 0 : 1;
769 devinfo->eui.hi = fwdev->eui.hi;
770 devinfo->eui.lo = fwdev->eui.lo;
782 STAILQ_FOREACH(fwdev,
[all...]
H A Dsbp.c201 struct fw_device *fwdev; member in struct:sbp_target
341 struct fw_device *fwdev; local
343 fwdev = sdev->target->fwdev;
351 fwdev->eui.hi,
352 fwdev->eui.lo,
353 fwdev->dst,
354 fwdev->speed,
355 fwdev->maxrec);
381 sbp_new_target(struct sbp_softc *sbp, struct fw_device *fwdev) argument
579 sbp_alloc_target(struct sbp_softc *sbp, struct fw_device *fwdev) argument
627 struct fw_device *fwdev; local
789 struct fw_device *fwdev; local
[all...]
/freebsd-11-stable/sys/modules/firewire/firewire/
H A DMakefile12 fwcrom.c fwdev.c fwmem.c fwmem.h fwdma.c fwdma.h

Completed in 83 milliseconds