Lines Matching refs:fw_xfer
90 static void fw_try_bmr_callback(struct fw_xfer *);
91 static void fw_asystart(struct fw_xfer *);
92 static int fw_get_tlabel(struct firewire_comm *, struct fw_xfer *);
97 static void fw_vmaccess (struct fw_xfer *);
183 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer) in fw_asyreq()
266 fw_xferwake(struct fw_xfer *xfer) in fw_xferwake()
279 fw_xferwait(struct fw_xfer *xfer) in fw_xferwait()
296 fw_asystart(struct fw_xfer *xfer) in fw_asystart()
332 struct fw_xfer *xfer, *txfer; in firewire_xfer_timeout()
335 STAILQ_HEAD(, fw_xfer) xfer_timeout; in firewire_xfer_timeout()
552 struct fw_xfer *xfer; in fw_xferq_drain()
568 struct fw_xfer *xfer, *txfer; in fw_drain_txq()
569 STAILQ_HEAD(, fw_xfer) xfer_drain; in fw_drain_txq()
774 struct fw_xfer *xfer; in fw_init()
937 struct fw_xfer *xfer, *next; in fw_bindremove()
972 struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *)) in fw_xferlist_add() argument
975 struct fw_xfer *xfer; in fw_xferlist_add()
994 struct fw_xfer *xfer, *next; in fw_xferlist_remove()
1020 fw_tl_free(struct firewire_comm *fc, struct fw_xfer *xfer) in fw_tl_free()
1022 struct fw_xfer *txfer; in fw_tl_free()
1044 STAILQ_REMOVE(&fc->tlabels[xfer->tl], xfer, fw_xfer, tlabel); in fw_tl_free()
1053 static struct fw_xfer *
1056 struct fw_xfer *xfer; in fw_tl2xfer()
1090 struct fw_xfer *
1093 struct fw_xfer *xfer; in fw_xfer_alloc()
1095 xfer = malloc(sizeof(struct fw_xfer), type, M_NOWAIT | M_ZERO); in fw_xfer_alloc()
1105 struct fw_xfer *
1108 struct fw_xfer *xfer; in fw_xfer_alloc_buf()
1138 fw_xfer_done(struct fw_xfer *xfer) in fw_xfer_done()
1153 fw_xfer_unload(struct fw_xfer *xfer) in fw_xfer_unload()
1162 STAILQ_REMOVE(&xfer->q->q, xfer, fw_xfer, link); in fw_xfer_unload()
1193 fw_xfer_free_buf(struct fw_xfer *xfer) in fw_xfer_free_buf()
1208 fw_xfer_free(struct fw_xfer *xfer) in fw_xfer_free()
1219 fw_asy_callback_free(struct fw_xfer *xfer) in fw_asy_callback_free()
1234 struct fw_xfer *xfer; in fw_phy_config()
1437 struct fw_xfer *xfer; in fw_explore_read_quads()
1812 fw_get_tlabel(struct firewire_comm *fc, struct fw_xfer *xfer) in fw_get_tlabel()
1815 struct fw_xfer *txfer; in fw_get_tlabel()
2101 fw_try_bmr_callback(struct fw_xfer *xfer) in fw_try_bmr_callback()
2137 struct fw_xfer *xfer; in fw_try_bmr()
2176 fw_vmaccess(struct fw_xfer *xfer) in fw_vmaccess()