Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/firewire/
H A Dfwmem.c91 struct fw_device *fwdev, in fwmem_xfer_req() argument
104 xfer->fc = fwdev->fc; in fwmem_xfer_req()
107 xfer->send.spd = fwdev->speed; in fwmem_xfer_req()
120 struct fw_device *fwdev, in fwmem_read_quad() argument
157 struct fw_device *fwdev, in fwmem_write_quad() argument
193 struct fw_device *fwdev, in fwmem_read_block() argument
231 struct fw_device *fwdev, in fwmem_write_block() argument
348 struct fw_device *fwdev; in fwmem_strategy() local
358 if (fwdev == NULL) { in fwmem_strategy()
369 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.c345 fwdev = sdev->target->fwdev; in sbp_show_sdev_info()
353 fwdev->eui.hi, in sbp_show_sdev_info()
354 fwdev->eui.lo, in sbp_show_sdev_info()
355 fwdev->dst, in sbp_show_sdev_info()
356 fwdev->speed, in sbp_show_sdev_info()
407 target, fwdev->eui.hi, fwdev->eui.lo); in sbp_new_target()
598 target->fwdev = fwdev; in sbp_alloc_target()
636 fwdev = sdev->target->fwdev; in sbp_probe_lun()
813 if (target->fwdev == fwdev) in sbp_post_explore()
826 __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-12.1/sys/modules/firewire/firewire/
H A DMakefile12 fwcrom.c fwdev.c fwmem.c fwmem.h fwdma.c fwdma.h
/freebsd-12.1/sys/conf/
H A Dfiles1791 dev/firewire/fwdev.c optional firewire