Searched refs:fw_xfer (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/dev/ieee1394/
H A Dfwmem.h40 struct fw_xfer *fwmem_read_quad(struct fw_device *, void *, uint8_t, uint16_t,
41 uint32_t, void *, void (*)(struct fw_xfer *));
42 struct fw_xfer *fwmem_write_quad(struct fw_device *, void *, uint8_t, uint16_t,
43 uint32_t, void *, void (*)(struct fw_xfer *));
44 struct fw_xfer *fwmem_read_block(struct fw_device *, void *, uint8_t, uint16_t,
46 void (*)(struct fw_xfer *));
47 struct fw_xfer *fwmem_write_block(struct fw_device *, void *, uint8_t, uint16_t,
49 void (*)(struct fw_xfer *));
H A Dfirewirereg.h46 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...]
H A Dif_fwipvar.h54 STAILQ_HEAD(, fw_xfer) sc_xferlist;
H A Dfwmem.c62 static struct fw_xfer *fwmem_xfer_req(struct fw_device *, void *, int, int,
64 static void fwmem_biodone(struct fw_xfer *);
158 STAILQ_HEAD(, fw_xfer) xferlist;
167 struct fw_xfer *xfer;
204 struct fw_xfer *xfer;
233 struct fw_xfer *xfer;
319 struct fw_xfer *
322 void (*hand)(struct fw_xfer *))
324 struct fw_xfer *xfer;
350 struct fw_xfer *
[all...]
H A Dfirewire.c137 static void fw_asystart(struct fw_xfer *);
145 static void fw_tl_free(struct firewire_comm *, struct fw_xfer *);
146 static struct fw_xfer *fw_tl2xfer(struct firewire_comm *, int, int, int);
157 static int fw_get_tlabel(struct firewire_comm *, struct fw_xfer *);
159 static void fw_try_bmr_callback(struct fw_xfer *);
379 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer)
461 fw_xferwake(struct fw_xfer *xfer)
473 fw_xferwait(struct fw_xfer *xfer)
489 struct fw_xfer *xfer;
490 STAILQ_HEAD(, fw_xfer) xfer_drai
[all...]
H A Dsbp.c322 STAILQ_HEAD(, fw_xfer) xferlist;
364 static void sbp_loginres_callback(struct fw_xfer *);
366 static inline void sbp_xfer_free(struct fw_xfer *);
367 static void sbp_reset_start_callback(struct fw_xfer *);
369 static void sbp_mgm_callback(struct fw_xfer *);
372 static void sbp_do_attach(struct fw_xfer *);
373 static void sbp_agent_reset_callback(struct fw_xfer *);
375 static void sbp_busy_timeout_callback(struct fw_xfer *);
377 static void sbp_orb_pointer_callback(struct fw_xfer *);
379 static void sbp_doorbell_callback(struct fw_xfer *);
[all...]
H A Dif_fwip.c97 static void fwip_output_callback(struct fw_xfer *);
100 static void fwip_unicast_input(struct fw_xfer *);
332 struct fw_xfer *xfer;
436 struct fw_xfer *xfer, *next;
505 fwip_output_callback(struct fw_xfer *xfer)
536 struct fw_xfer *xfer;
798 fwip_unicast_input_recycle(struct fwip_softc *sc, struct fw_xfer *xfer)
819 fwip_unicast_input(struct fw_xfer *xfer)
H A Dfwdev.c106 STAILQ_HEAD(, fw_xfer) rq;
115 static void fw_hand(struct fw_xfer *);
160 struct fw_xfer *xfer;
391 struct fw_xfer *xfer;
817 struct fw_xfer *xfer;
865 struct fw_xfer *xfer;
919 fw_hand(struct fw_xfer *xfer)
H A Dfwohcireg.h339 struct fw_xfer *xfer;
H A Dfwohci.c1350 struct fw_xfer *xfer;
1558 struct fw_xfer *xfer;

Completed in 224 milliseconds