Searched refs:fwdev (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/dev/firewire/ |
| H A D | fwmem.c | 91 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 D | firewire.c | 152 if (fwdev->dst == dst && fwdev->status != FWDEVINVAL) in fw_noderesolve_nodeid() 156 return fwdev; in fw_noderesolve_nodeid() 173 if (fwdev == NULL) in fw_noderesolve_eui64() 177 return fwdev; in fw_noderesolve_eui64() 536 for (fwdev = STAILQ_FIRST(&fc->devices); fwdev != NULL; in firewire_detach() 1422 __func__, fwdev->eui.hi, fwdev->eui.lo); in fw_bus_probe() 1427 __func__, fwdev->eui.hi, fwdev->eui.lo); in fw_bus_probe() 1576 fwdev->fc = fc; in fw_explore_node() 1772 for (fwdev = STAILQ_FIRST(&fc->devices); fwdev != NULL; fwdev = next) { in fw_attach_dev() 2319 bzero(&fwdev, sizeof(fwdev)); in fw_bmr() [all …]
|
| H A D | sbp_targ.c | 105 struct fw_device *fwdev; member 1287 login->fwdev, in sbp_targ_action1() 1537 if (login->fwdev == fwdev) in sbp_targ_get_login() 1557 login->fwdev = fwdev; in sbp_targ_get_login() 1618 STAILQ_FIRST(&lstate->logins)->fwdev != orbi->fwdev) in sbp_targ_mgm_handler() 1656 if (login != NULL && login->fwdev == orbi->fwdev) { in sbp_targ_mgm_handler() 1670 if (login->fwdev != orbi->fwdev) { in sbp_targ_mgm_handler() 1728 orbi->fwdev = fwdev; in sbp_targ_fetch_orb() 1758 login->fwdev = fwdev; in sbp_targ_fetch_orb() 1814 if (login->fwdev != fwdev) { in sbp_targ_cmd() [all …]
|
| H A D | sbp.c | 339 fwdev = sdev->target->fwdev; in sbp_show_sdev_info() 347 fwdev->eui.hi, in sbp_show_sdev_info() 348 fwdev->eui.lo, in sbp_show_sdev_info() 349 fwdev->dst, in sbp_show_sdev_info() 350 fwdev->speed, in sbp_show_sdev_info() 401 target, fwdev->eui.hi, fwdev->eui.lo); in sbp_new_target() 592 target->fwdev = fwdev; in sbp_alloc_target() 630 fwdev = sdev->target->fwdev; in sbp_probe_lun() 807 if (target->fwdev == fwdev) in sbp_post_explore() 820 __func__, fwdev->eui.hi, fwdev->eui.lo, in sbp_post_explore() [all …]
|
| H A D | fwdev.c | 543 struct fw_device *fwdev; in fw_ioctl() local 659 fwdev = fw_noderesolve_eui64(fc, in fw_ioctl() 661 if (fwdev == NULL) { in fw_ioctl() 766 devinfo->dst = fwdev->dst; in fw_ioctl() 769 devinfo->eui.hi = fwdev->eui.hi; in fw_ioctl() 770 devinfo->eui.lo = fwdev->eui.lo; in fw_ioctl() 785 if (fwdev == NULL) { in fw_ioctl() 798 ptr = (void *)&fwdev->csrrom[0]; in fw_ioctl() 799 if (fwdev->rommax < CSRROMOFF) in fw_ioctl() 802 len = fwdev->rommax - CSRROMOFF + 4; in fw_ioctl() [all …]
|
| /freebsd-14.2/sys/modules/firewire/firewire/ |
| H A D | Makefile | 11 fwcrom.c fwdev.c fwmem.c fwmem.h fwdma.c fwdma.h
|
| /freebsd-14.2/sys/conf/ |
| H A D | files | 1718 dev/firewire/fwdev.c optional firewire
|