• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/firewire/

Lines Matching refs:fw_xfer

79 MALLOC_DEFINE(M_FWXFER, "fw_xfer", "XFER/FireWire");
93 static void fw_try_bmr_callback(struct fw_xfer *);
94 static void fw_asystart(struct fw_xfer *);
95 static int fw_get_tlabel(struct firewire_comm *, struct fw_xfer *);
100 static void fw_vmaccess (struct fw_xfer *);
186 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer)
269 fw_xferwake(struct fw_xfer *xfer)
282 fw_xferwait(struct fw_xfer *xfer)
299 fw_asystart(struct fw_xfer *xfer)
335 struct fw_xfer *xfer, *txfer;
338 STAILQ_HEAD(, fw_xfer) xfer_timeout;
555 struct fw_xfer *xfer;
571 struct fw_xfer *xfer, *txfer;
572 STAILQ_HEAD(, fw_xfer) xfer_drain;
777 struct fw_xfer *xfer;
940 struct fw_xfer *xfer, *next;
975 struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *))
978 struct fw_xfer *xfer;
997 struct fw_xfer *xfer, *next;
1023 fw_tl_free(struct firewire_comm *fc, struct fw_xfer *xfer)
1025 struct fw_xfer *txfer;
1047 STAILQ_REMOVE(&fc->tlabels[xfer->tl], xfer, fw_xfer, tlabel);
1056 static struct fw_xfer *
1059 struct fw_xfer *xfer;
1093 struct fw_xfer *
1096 struct fw_xfer *xfer;
1098 xfer = malloc(sizeof(struct fw_xfer), type, M_NOWAIT | M_ZERO);
1108 struct fw_xfer *
1111 struct fw_xfer *xfer;
1141 fw_xfer_done(struct fw_xfer *xfer)
1156 fw_xfer_unload(struct fw_xfer *xfer)
1165 STAILQ_REMOVE(&xfer->q->q, xfer, fw_xfer, link);
1196 fw_xfer_free_buf(struct fw_xfer *xfer)
1211 fw_xfer_free(struct fw_xfer *xfer)
1222 fw_asy_callback_free(struct fw_xfer *xfer)
1237 struct fw_xfer *xfer;
1440 struct fw_xfer *xfer;
1815 fw_get_tlabel(struct firewire_comm *fc, struct fw_xfer *xfer)
1818 struct fw_xfer *txfer;
2101 fw_try_bmr_callback(struct fw_xfer *xfer)
2137 struct fw_xfer *xfer;
2176 fw_vmaccess(struct fw_xfer *xfer)