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

/freebsd-11-stable/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 *);
145 void (*ibr) (struct firewire_comm *);
146 uint32_t (*set_bmr) (struct firewire_comm *, uint32_t);
148 int (*irx_enable) (struct firewire_comm *, int);
149 int (*irx_disable) (struct firewire_comm *, int);
150 int (*itx_enable) (struct firewire_comm *, in
[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 Dfwohcivar.h41 struct firewire_comm fc;
78 void fwohci_poll (struct firewire_comm *, int, int);
H A Dfwdma.c68 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size,
108 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma)
144 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment,
H A Dfirewire.c93 static int fw_get_tlabel(struct firewire_comm *, struct fw_xfer *);
95 static void fw_attach_dev(struct firewire_comm *);
100 static int fw_bmr (struct firewire_comm *);
146 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst)
163 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui)
184 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer)
299 struct firewire_comm *fc = xfer->fc;
332 struct firewire_comm *fc = (struct firewire_comm *)arg;
376 struct firewire_comm *f
[all...]
H A Dfwohci.c123 static void fwohci_ibr (struct firewire_comm *);
128 static void fwohci_start_atq (struct firewire_comm *);
129 static void fwohci_start_ats (struct firewire_comm *);
135 static int fwohci_irx_enable (struct firewire_comm *, int);
136 static int fwohci_irx_disable (struct firewire_comm *, int);
138 static void fwohci_irx_post (struct firewire_comm *, uint32_t *);
140 static int fwohci_itxbuf_enable (struct firewire_comm *, int);
141 static int fwohci_itx_disable (struct firewire_comm *, int);
143 static void fwohci_set_intr (struct firewire_comm *, int);
150 static uint32_t fwohci_cyctimer (struct firewire_comm *);
[all...]
H A Dif_fwe.c102 struct firewire_comm *fc;
210 struct firewire_comm *fc;
275 struct firewire_comm *fc;
386 struct firewire_comm *fc = fwe->fd.fc;
H A Dfwdev.c86 struct firewire_comm *fc;
95 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q,
200 struct firewire_comm *fc;
318 struct firewire_comm *fc;
453 struct firewire_comm *fc;
540 struct firewire_comm *fc;
H A Dif_fwip.c112 struct firewire_comm *fc;
207 struct firewire_comm *fc;
280 struct firewire_comm *fc;
402 struct firewire_comm *fc = fwip->fd.fc;
535 struct firewire_comm *fc = fwip->fd.fc;
H A Dsbp.c1907 struct firewire_comm *fc;
2105 struct firewire_comm *fc = sbp->fd.fc;
2635 struct firewire_comm *fc;
H A Dsbp_targ.c1950 struct firewire_comm *fc;
/freebsd-11-stable/sys/net/
H A Dfirewire.h126 struct firewire_comm *fc_fc;

Completed in 116 milliseconds