HomeSort by: relevance | last modified time | path
    Searched defs:fw_xfer (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ieee1394/
firewirereg.h 46 STAILQ_HEAD(fw_xferlist, fw_xfer);
234 struct fw_xfer { struct
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 *));
    [all...]

Completed in 11 milliseconds