HomeSort by: relevance | last modified time | path
    Searched refs:fw_device (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/ieee1394/
fwmem.h 40 struct fw_xfer *fwmem_read_quad(struct fw_device *, void *, uint8_t, uint16_t,
42 struct fw_xfer *fwmem_write_quad(struct fw_device *, void *, uint8_t, uint16_t,
44 struct fw_xfer *fwmem_read_block(struct fw_device *, void *, uint8_t, uint16_t,
47 struct fw_xfer *fwmem_write_block(struct fw_device *, void *, uint8_t, uint16_t,
firewirereg.h 48 struct fw_device { struct
66 STAILQ_ENTRY(fw_device) link;
80 struct fw_device *fwdev;
139 STAILQ_HEAD(, fw_device) devices;
278 struct fw_device *fw_noderesolve_nodeid(struct firewire_comm *, int);
279 struct fw_device *fw_noderesolve_eui64(struct firewire_comm *,
fwmem.c 62 static struct fw_xfer *fwmem_xfer_req(struct fw_device *, void *, int, int,
232 struct fw_device *fwdev;
320 fwmem_read_quad(struct fw_device *fwdev, void * sc, uint8_t spd,
351 fwmem_write_quad(struct fw_device *fwdev, void *sc, uint8_t spd,
382 fwmem_read_block(struct fw_device *fwdev, void *sc, uint8_t spd,
414 fwmem_write_block(struct fw_device *fwdev, void *sc, uint8_t spd,
447 fwmem_xfer_req(struct fw_device *fwdev, void *sc, int spd, int slen, int rlen,
firewire.c 150 static int fw_explore_read_quads(struct fw_device *, int, uint32_t *, int);
151 static int fw_explore_csrblock(struct fw_device *, int, int);
152 static int fw_explore_node(struct fw_device *);
270 struct fw_device *fwdev, *fwdev_next;
340 struct fw_device *
343 struct fw_device *fwdev;
357 struct fw_device *
360 struct fw_device *fwdev;
1611 struct fw_device *fwdev;
1638 fw_explore_read_quads(struct fw_device *fwdev, int offset, uint32_t *quad
    [all...]
firewire.h 473 struct fw_device *fwdev;
if_fwip.c 617 struct fw_device *fd;
768 struct fw_device *fd;
871 struct fw_device *fd;
sbp.c 317 struct fw_device *fwdev;
356 struct fw_device *);
648 struct fw_device *fwdev = sdev->target->fwdev;
821 sbp_alloc_target(struct sbp_softc *sc, struct fw_device *fwdev)
866 struct fw_device *fwdev;
975 struct fw_device *fwdev = target->fwdev;
997 struct fw_device *fwdev = target->fwdev;
fwdev.c 388 struct fw_device *fwdev;

Completed in 16 milliseconds