Home
last modified time | relevance | path

Searched refs:fwdev (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/dev/firewire/
H A Dfwmem.c92 struct fw_device *fwdev, in fwmem_xfer_req() argument
105 xfer->fc = fwdev->fc; in fwmem_xfer_req()
108 xfer->send.spd = fwdev->speed; in fwmem_xfer_req()
121 struct fw_device *fwdev, in fwmem_read_quad() argument
158 struct fw_device *fwdev, in fwmem_write_quad() argument
194 struct fw_device *fwdev, in fwmem_read_block() argument
232 struct fw_device *fwdev, in fwmem_write_block() argument
349 struct fw_device *fwdev; in fwmem_strategy() local
359 if (fwdev == NULL) { in fwmem_strategy()
370 xfer = fwmem_read_quad(fwdev, in fwmem_strategy()
[all …]
H A Dfirewire.c154 if (fwdev->dst == dst && fwdev->status != FWDEVINVAL) in fw_noderesolve_nodeid()
158 return fwdev; in fw_noderesolve_nodeid()
175 if (fwdev == NULL) in fw_noderesolve_eui64()
179 return fwdev; in fw_noderesolve_eui64()
538 for (fwdev = STAILQ_FIRST(&fc->devices); fwdev != NULL; in firewire_detach()
1424 __func__, fwdev->eui.hi, fwdev->eui.lo); in fw_bus_probe()
1429 __func__, fwdev->eui.hi, fwdev->eui.lo); in fw_bus_probe()
1578 fwdev->fc = fc; in fw_explore_node()
1774 for (fwdev = STAILQ_FIRST(&fc->devices); fwdev != NULL; fwdev = next) { in fw_attach_dev()
2318 bzero(&fwdev, sizeof(fwdev)); in fw_bmr()
[all …]
H A Dsbp_targ.c107 struct fw_device *fwdev; member
1289 login->fwdev, in sbp_targ_action1()
1541 if (login->fwdev == fwdev) in sbp_targ_get_login()
1561 login->fwdev = fwdev; in sbp_targ_get_login()
1624 STAILQ_FIRST(&lstate->logins)->fwdev != orbi->fwdev) in sbp_targ_mgm_handler()
1662 if (login != NULL && login->fwdev == orbi->fwdev) { in sbp_targ_mgm_handler()
1676 if (login->fwdev != orbi->fwdev) { in sbp_targ_mgm_handler()
1734 orbi->fwdev = fwdev; in sbp_targ_fetch_orb()
1764 login->fwdev = fwdev; in sbp_targ_fetch_orb()
1820 if (login->fwdev != fwdev) { in sbp_targ_cmd()
[all …]
H A Dsbp.c341 fwdev = sdev->target->fwdev; in sbp_show_sdev_info()
349 fwdev->eui.hi, in sbp_show_sdev_info()
350 fwdev->eui.lo, in sbp_show_sdev_info()
351 fwdev->dst, in sbp_show_sdev_info()
352 fwdev->speed, in sbp_show_sdev_info()
403 target, fwdev->eui.hi, fwdev->eui.lo); in sbp_new_target()
594 target->fwdev = fwdev; in sbp_alloc_target()
632 fwdev = sdev->target->fwdev; in sbp_probe_lun()
809 if (target->fwdev == fwdev) in sbp_post_explore()
822 __func__, fwdev->eui.hi, fwdev->eui.lo, in sbp_post_explore()
[all …]
H A Dfwdev.c545 struct fw_device *fwdev; in fw_ioctl() local
661 fwdev = fw_noderesolve_eui64(fc, in fw_ioctl()
663 if (fwdev == NULL) { in fw_ioctl()
768 devinfo->dst = fwdev->dst; in fw_ioctl()
771 devinfo->eui.hi = fwdev->eui.hi; in fw_ioctl()
772 devinfo->eui.lo = fwdev->eui.lo; in fw_ioctl()
787 if (fwdev == NULL) { in fw_ioctl()
800 ptr = (void *)&fwdev->csrrom[0]; in fw_ioctl()
801 if (fwdev->rommax < CSRROMOFF) in fw_ioctl()
804 len = fwdev->rommax - CSRROMOFF + 4; in fw_ioctl()
[all …]
/freebsd-13.1/sys/modules/firewire/firewire/
H A DMakefile12 fwcrom.c fwdev.c fwmem.c fwmem.h fwdma.c fwdma.h
/freebsd-13.1/sys/conf/
H A Dfiles1786 dev/firewire/fwdev.c optional firewire