Home
last modified time | relevance | path

Searched refs:firewire_comm (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfirewirereg.h61 struct firewire_comm *fc;
71 struct firewire_comm *fc;
80 struct firewire_comm *fc;
96 struct firewire_comm { struct
144 uint32_t (*cyctimer) (struct firewire_comm *); argument
145 void (*ibr) (struct firewire_comm *); argument
146 uint32_t (*set_bmr) (struct firewire_comm *, uint32_t); argument
148 int (*irx_enable) (struct firewire_comm *, int); argument
149 int (*irx_disable) (struct firewire_comm *, int); argument
150 int (*itx_enable) (struct firewire_comm *, int); argument
[all …]
H A Dfirewire.c92 static int fw_get_tlabel(struct firewire_comm *, struct fw_xfer *);
94 static void fw_attach_dev(struct firewire_comm *);
99 static int fw_bmr (struct firewire_comm *);
145 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst) in fw_noderesolve_nodeid()
162 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui) in fw_noderesolve_eui64()
183 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) in fw_asyreq()
298 struct firewire_comm *fc = xfer->fc; in fw_asystart()
331 struct firewire_comm *fc = (struct firewire_comm *)arg; in firewire_xfer_timeout()
375 struct firewire_comm *fc; in firewire_watchdog()
403 struct firewire_comm *fc; in firewire_attach()
[all …]
H A Dfwdma.h105 void *fwdma_malloc(struct firewire_comm *, int, bus_size_t, struct fwdma_alloc *, int);
106 void fwdma_free(struct firewire_comm *, struct fwdma_alloc *);
109 struct fwdma_alloc_multi *fwdma_malloc_multiseg(struct firewire_comm *,
H A Dfwdma.c69 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size, in fwdma_malloc()
109 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma) in fwdma_free()
145 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, in fwdma_malloc_multiseg()
H A Dfwohcivar.h42 struct firewire_comm fc;
79 void fwohci_poll (struct firewire_comm *, int, int);
H A Dfwohci.c124 static void fwohci_ibr (struct firewire_comm *);
129 static void fwohci_start_atq (struct firewire_comm *);
130 static void fwohci_start_ats (struct firewire_comm *);
136 static int fwohci_irx_enable (struct firewire_comm *, int);
137 static int fwohci_irx_disable (struct firewire_comm *, int);
139 static void fwohci_irx_post (struct firewire_comm *, uint32_t *);
141 static int fwohci_itxbuf_enable (struct firewire_comm *, int);
142 static int fwohci_itx_disable (struct firewire_comm *, int);
144 static void fwohci_set_intr (struct firewire_comm *, int);
151 static uint32_t fwohci_cyctimer (struct firewire_comm *);
[all …]
H A Dif_fwe.c102 struct firewire_comm *fc; in fwe_poll()
206 struct firewire_comm *fc; in fwe_stop()
271 struct firewire_comm *fc; in fwe_init()
382 struct firewire_comm *fc = fwe->fd.fc; in fwe_ioctl()
H A Dfwdev.c86 struct firewire_comm *fc;
95 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q, in fwdev_allocbuf()
200 struct firewire_comm *fc; in fw_close()
318 struct firewire_comm *fc; in fw_read()
453 struct firewire_comm *fc; in fw_write()
540 struct firewire_comm *fc; in fw_ioctl()
H A Dif_fwip.c113 struct firewire_comm *fc; in fwip_poll()
206 struct firewire_comm *fc; in fwip_stop()
279 struct firewire_comm *fc; in fwip_init()
397 struct firewire_comm *fc = fwip->fd.fc; in fwip_ioctl()
528 struct firewire_comm *fc = fwip->fd.fc; in fwip_async_output()
H A Dsbp.c1901 struct firewire_comm *fc; in sbp_attach()
2099 struct firewire_comm *fc = sbp->fd.fc; in sbp_detach()
2629 struct firewire_comm *fc; in sbp_poll()
H A Dsbp_targ.c1946 struct firewire_comm *fc; in sbp_targ_attach()
/freebsd/sys/net/
H A Dfirewire.h126 struct firewire_comm *fc_fc;