Lines Matching refs:fw_xfer
46 STAILQ_HEAD(fw_xferlist, fw_xfer);
234 struct fw_xfer {
251 void (*hand) (struct fw_xfer *);
259 STAILQ_ENTRY(fw_xfer) link;
260 STAILQ_ENTRY(fw_xfer) tlabel;
267 struct fw_xfer *xfer;
281 int fw_asyreq(struct firewire_comm *, int, struct fw_xfer*);
282 void fw_xferwake(struct fw_xfer *);
283 int fw_xferwait(struct fw_xfer *);
294 struct firewire_comm *, void *, void (*)(struct fw_xfer *));
296 struct fw_xfer *fw_xfer_alloc(struct malloc_type *);
297 struct fw_xfer *fw_xfer_alloc_buf(struct malloc_type *, int, int);
298 void fw_xfer_done(struct fw_xfer *);
299 void fw_xfer_unload(struct fw_xfer*);
300 void fw_xfer_free(struct fw_xfer*);
301 void fw_xfer_free_buf(struct fw_xfer*);
302 void fw_asy_callback_free(struct fw_xfer *);