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

/freebsd-11-stable/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 Dfirewirereg.h47 STAILQ_HEAD(fw_xferlist, fw_xfer);
222 struct fw_xfer { struct
239 void (*hand) (struct fw_xfer *);
247 STAILQ_ENTRY(fw_xfer) link;
248 STAILQ_ENTRY(fw_xfer) tlabel;
254 struct fw_xfer *xfer;
262 void fw_xfer_unload (struct fw_xfer *);
263 void fw_xfer_free_buf (struct fw_xfer *);
264 void fw_xfer_free (struct fw_xfer*);
265 struct fw_xfer *fw_xfer_allo
[all...]
H A Dif_fwevar.h46 STAILQ_HEAD(, fw_xfer) xferlist;
H A Dfwmem.c87 static struct fw_xfer *
96 struct fw_xfer *xfer;
116 struct fw_xfer *
124 void (*hand)(struct fw_xfer *))
126 struct fw_xfer *xfer;
153 struct fw_xfer *
161 void (*hand)(struct fw_xfer *))
163 struct fw_xfer *xfer;
189 struct fw_xfer *
198 void (*hand)(struct fw_xfer *))
[all...]
H A Dif_fwipvar.h50 STAILQ_HEAD(, fw_xfer) xferlist;
H A Dfirewire.c77 MALLOC_DEFINE(M_FWXFER, "fw_xfer", "XFER/FireWire");
91 static void fw_try_bmr_callback(struct fw_xfer *);
92 static void fw_asystart(struct fw_xfer *);
93 static int fw_get_tlabel(struct firewire_comm *, struct fw_xfer *);
98 static void fw_vmaccess (struct fw_xfer *);
184 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer)
267 fw_xferwake(struct fw_xfer *xfer)
280 fw_xferwait(struct fw_xfer *xfer)
297 fw_asystart(struct fw_xfer *xfer)
333 struct fw_xfer *xfe
[all...]
H A Dif_fwip.c86 static void fwip_output_callback (struct fw_xfer *);
90 static void fwip_unicast_input(struct fw_xfer *);
210 struct fw_xfer *xfer, *next;
283 struct fw_xfer *xfer;
469 fwip_output_callback(struct fw_xfer *xfer)
539 struct fw_xfer *xfer;
817 fwip_unicast_input_recycle(struct fwip_softc *fwip, struct fw_xfer *xfer)
834 fwip_unicast_input(struct fw_xfer *xfer)
H A Dif_fwe.c74 static void fwe_output_callback (struct fw_xfer *);
213 struct fw_xfer *xfer, *next;
278 struct fw_xfer *xfer;
422 fwe_output_callback(struct fw_xfer *xfer)
492 struct fw_xfer *xfer;
H A Dsbp.c207 STAILQ_HEAD(, fw_xfer) xferlist;
228 static void sbp_recv (struct fw_xfer *);
229 static void sbp_mgm_callback (struct fw_xfer *);
231 static void sbp_cmd_callback (struct fw_xfer *);
239 static struct fw_xfer * sbp_write_cmd (struct sbp_dev *, int, int);
869 sbp_loginres_callback(struct fw_xfer *xfer)
885 sbp_xfer_free(struct fw_xfer *xfer)
896 sbp_reset_start_callback(struct fw_xfer *xfer)
919 struct fw_xfer *xfer;
937 sbp_mgm_callback(struct fw_xfer *xfe
[all...]
H A Dfwdev.c91 STAILQ_HEAD(, fw_xfer) rq;
202 struct fw_xfer *xfer;
270 struct fw_xfer *xfer;
393 struct fw_xfer *xfer;
521 fw_hand(struct fw_xfer *xfer)
546 struct fw_xfer *xfer;
H A Dsbp_targ.c235 static void sbp_targ_recv(struct fw_xfer *);
614 sbp_targ_free_orbi(struct fw_xfer *xfer)
640 struct fw_xfer *xfer;
820 sbp_targ_cam_done(struct fw_xfer *xfer)
943 void (*hand)(struct fw_xfer *))
945 struct fw_xfer *xfer;
984 sbp_targ_pt_done(struct fw_xfer *xfer)
1122 struct fw_xfer *xfer;
1418 sbp_targ_cmd_handler(struct fw_xfer *xfer)
1571 sbp_targ_mgm_handler(struct fw_xfer *xfe
[all...]
H A Dfwohcireg.h334 struct fw_xfer *xfer;
H A Dfwohci.c863 struct fw_xfer *xfer;
1063 struct fw_xfer *xfer;

Completed in 202 milliseconds