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

/freebsd-9.3-release/sys/dev/firewire/
H A Dfwmem.h37 struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, uint8_t,
38 uint16_t, uint32_t, void *, void (*)(struct fw_xfer *));
39 struct fw_xfer *fwmem_write_quad(struct fw_device *, caddr_t, uint8_t,
40 uint16_t, uint32_t, void *, void (*)(struct fw_xfer *));
41 struct fw_xfer *fwmem_read_block(struct fw_device *, caddr_t, uint8_t,
42 uint16_t, uint32_t, int, void *, void (*)(struct fw_xfer *));
43 struct fw_xfer *fwmem_write_block(struct fw_device *, caddr_t, uint8_t,
44 uint16_t, uint32_t, int, void *, void (*)(struct fw_xfer *));
H A Dif_fwevar.h46 STAILQ_HEAD(, fw_xfer) xferlist;
H A Dfirewirereg.h55 STAILQ_HEAD(fw_xferlist, fw_xfer);
232 struct fw_xfer{ struct
249 void (*hand) (struct fw_xfer *);
257 STAILQ_ENTRY(fw_xfer) link;
258 STAILQ_ENTRY(fw_xfer) tlabel;
264 struct fw_xfer *xfer;
272 void fw_xfer_unload ( struct fw_xfer*);
273 void fw_xfer_free_buf ( struct fw_xfer*);
274 void fw_xfer_free ( struct fw_xfer*);
275 struct fw_xfer *fw_xfer_allo
[all...]
H A Dfwmem.c97 static struct fw_xfer *
106 struct fw_xfer *xfer;
126 struct fw_xfer *
134 void (*hand)(struct fw_xfer *))
136 struct fw_xfer *xfer;
163 struct fw_xfer *
171 void (*hand)(struct fw_xfer *))
173 struct fw_xfer *xfer;
199 struct fw_xfer *
208 void (*hand)(struct fw_xfer *))
[all...]
H A Dif_fwipvar.h50 STAILQ_HEAD(, fw_xfer) xferlist;
H A Dfirewire.c90 MALLOC_DEFINE(M_FWXFER, "fw_xfer", "XFER/FireWire");
107 static void fw_try_bmr_callback (struct fw_xfer *);
108 static void fw_asystart (struct fw_xfer *);
109 static int fw_get_tlabel (struct firewire_comm *, struct fw_xfer *);
114 static void fw_vmaccess (struct fw_xfer *);
201 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer)
282 fw_xferwake(struct fw_xfer *xfer)
295 fw_xferwait(struct fw_xfer *xfer)
312 fw_asystart(struct fw_xfer *xfer)
349 struct fw_xfer *xfe
[all...]
H A Dsbp_targ.c219 static void sbp_targ_recv(struct fw_xfer *);
575 sbp_targ_free_orbi(struct fw_xfer *xfer)
592 struct fw_xfer *xfer;
754 sbp_targ_cam_done(struct fw_xfer *xfer)
861 void (*hand)(struct fw_xfer *))
863 struct fw_xfer *xfer;
897 sbp_targ_pt_done(struct fw_xfer *xfer)
962 struct fw_xfer *xfer;
1194 sbp_targ_cmd_handler(struct fw_xfer *xfer)
1351 sbp_targ_mgm_handler(struct fw_xfer *xfe
[all...]
H A Dif_fwip.c91 static void fwip_output_callback (struct fw_xfer *);
95 static void fwip_unicast_input(struct fw_xfer *);
222 struct fw_xfer *xfer, *next;
299 struct fw_xfer *xfer;
509 fwip_output_callback(struct fw_xfer *xfer)
588 struct fw_xfer *xfer;
866 fwip_unicast_input_recycle(struct fwip_softc *fwip, struct fw_xfer *xfer)
883 fwip_unicast_input(struct fw_xfer *xfer)
H A Dsbp.c236 STAILQ_HEAD(, fw_xfer) xferlist;
256 static void sbp_recv (struct fw_xfer *);
257 static void sbp_mgm_callback (struct fw_xfer *);
259 static void sbp_cmd_callback (struct fw_xfer *);
267 static struct fw_xfer * sbp_write_cmd_locked (struct sbp_dev *, int, int);
268 static struct fw_xfer * sbp_write_cmd (struct sbp_dev *, int, int);
896 sbp_loginres_callback(struct fw_xfer *xfer){
912 sbp_xfer_free(struct fw_xfer *xfer)
927 sbp_reset_start_callback(struct fw_xfer *xfer)
948 struct fw_xfer *xfe
[all...]
H A Dfwdev.c116 STAILQ_HEAD(, fw_xfer) rq;
234 struct fw_xfer *xfer;
302 struct fw_xfer *xfer;
425 struct fw_xfer *xfer;
553 fw_hand(struct fw_xfer *xfer)
578 struct fw_xfer *xfer;
H A Dif_fwe.c80 static void fwe_output_callback (struct fw_xfer *);
247 struct fw_xfer *xfer, *next;
320 struct fw_xfer *xfer;
495 fwe_output_callback(struct fw_xfer *xfer)
574 struct fw_xfer *xfer;
H A Dfwohcireg.h333 struct fw_xfer *xfer;
H A Dfwohci.c876 struct fw_xfer *xfer;
1078 struct fw_xfer *xfer;

Completed in 92 milliseconds