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

/freebsd-13-stable/sys/dev/firewire/
H A Dfirewirereg.h63 struct firewire_comm *fc;
73 struct firewire_comm *fc;
82 struct firewire_comm *fc;
98 struct firewire_comm { struct
146 uint32_t (*cyctimer) (struct firewire_comm *);
147 void (*ibr) (struct firewire_comm *);
148 uint32_t (*set_bmr) (struct firewire_comm *, uint32_t);
150 int (*irx_enable) (struct firewire_comm *, int);
151 int (*irx_disable) (struct firewire_comm *, int);
152 int (*itx_enable) (struct firewire_comm *, in
[all...]
H A Dfwdma.h107 void *fwdma_malloc(struct firewire_comm *, int, bus_size_t, struct fwdma_alloc *, int);
108 void fwdma_free(struct firewire_comm *, struct fwdma_alloc *);
111 struct fwdma_alloc_multi *fwdma_malloc_multiseg(struct firewire_comm *,
H A Dfwohcivar.h43 struct firewire_comm fc;
80 void fwohci_poll (struct firewire_comm *, int, int);
H A Dfwdma.c70 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size,
110 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma)
146 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment,
H A Dfirewire.c95 static int fw_get_tlabel(struct firewire_comm *, struct fw_xfer *);
97 static void fw_attach_dev(struct firewire_comm *);
102 static int fw_bmr (struct firewire_comm *);
148 fw_noderesolve_nodeid(struct firewire_comm *fc, int dst)
165 fw_noderesolve_eui64(struct firewire_comm *fc, struct fw_eui64 *eui)
186 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer)
301 struct firewire_comm *fc = xfer->fc;
334 struct firewire_comm *fc = (struct firewire_comm *)arg;
378 struct firewire_comm *f
[all...]
H A Dfwohci.c126 static void fwohci_ibr (struct firewire_comm *);
131 static void fwohci_start_atq (struct firewire_comm *);
132 static void fwohci_start_ats (struct firewire_comm *);
138 static int fwohci_irx_enable (struct firewire_comm *, int);
139 static int fwohci_irx_disable (struct firewire_comm *, int);
141 static void fwohci_irx_post (struct firewire_comm *, uint32_t *);
143 static int fwohci_itxbuf_enable (struct firewire_comm *, int);
144 static int fwohci_itx_disable (struct firewire_comm *, int);
146 static void fwohci_set_intr (struct firewire_comm *, int);
153 static uint32_t fwohci_cyctimer (struct firewire_comm *);
[all...]
H A Dif_fwe.c104 struct firewire_comm *fc;
212 struct firewire_comm *fc;
277 struct firewire_comm *fc;
388 struct firewire_comm *fc = fwe->fd.fc;
H A Dfwdev.c88 struct firewire_comm *fc;
97 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q,
202 struct firewire_comm *fc;
320 struct firewire_comm *fc;
455 struct firewire_comm *fc;
542 struct firewire_comm *fc;
H A Dif_fwip.c114 struct firewire_comm *fc;
209 struct firewire_comm *fc;
282 struct firewire_comm *fc;
404 struct firewire_comm *fc = fwip->fd.fc;
535 struct firewire_comm *fc = fwip->fd.fc;
H A Dsbp.c1905 struct firewire_comm *fc;
2103 struct firewire_comm *fc = sbp->fd.fc;
2633 struct firewire_comm *fc;
H A Dsbp_targ.c1952 struct firewire_comm *fc;
/freebsd-13-stable/sys/net/
H A Dfirewire.h128 struct firewire_comm *fc_fc;

Completed in 129 milliseconds