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

  /src/sys/dev/ieee1394/
fwmem.h 40 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 *));
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...]
if_fwipvar.h 54 STAILQ_HEAD(, fw_xfer) sc_xferlist;
fwmem.c 62 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...]
firewire.c 137 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_drain
    [all...]
sbp.c 322 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...]
if_fwip.c 97 static void fwip_output_callback(struct fw_xfer *);
100 static void fwip_unicast_input(struct fw_xfer *);
331 struct fw_xfer *xfer;
435 struct fw_xfer *xfer, *next;
504 fwip_output_callback(struct fw_xfer *xfer)
535 struct fw_xfer *xfer;
797 fwip_unicast_input_recycle(struct fwip_softc *sc, struct fw_xfer *xfer)
818 fwip_unicast_input(struct fw_xfer *xfer)
fwdev.c 106 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)
fwohcireg.h 339 struct fw_xfer *xfer;
fwohci.c 1350 struct fw_xfer *xfer;
1558 struct fw_xfer *xfer;

Completed in 19 milliseconds