Home
last modified time | relevance | path

Searched defs:fw_xfer (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/bus/firewire/
H A Dfirewirereg.h232 struct fw_xfer{ struct
235 struct fw_xferq *q; argument
248 void (*retry_req) (struct fw_xfer *); argument
250 void (*hand) (struct fw_xfer *); argument
259 STAILQ_ENTRY(fw_xfer) link; argument
265 struct fw_xfer *xfer; argument
H A Dfwmem.c118 void (*hand)(struct fw_xfer *)) in fwmem_read_quad()
155 void (*hand)(struct fw_xfer *)) in fwmem_write_quad()
192 void (*hand)(struct fw_xfer *)) in fwmem_read_block()
230 void (*hand)(struct fw_xfer *)) in fwmem_write_block()
H A Dfirewire.c1387 asyreqq(struct firewire_comm *fc, u_int8_t spd, u_int8_t tl, u_int8_t rt, in asyreqq()