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

/freebsd-13-stable/sys/dev/firewire/
H A Dfwmem.h39 struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, uint8_t,
40 uint16_t, uint32_t, void *, void (*)(struct fw_xfer *));
41 struct fw_xfer *fwmem_write_quad(struct fw_device *, caddr_t, uint8_t,
42 uint16_t, uint32_t, void *, void (*)(struct fw_xfer *));
43 struct fw_xfer *fwmem_read_block(struct fw_device *, caddr_t, uint8_t,
44 uint16_t, uint32_t, int, void *, void (*)(struct fw_xfer *));
45 struct fw_xfer *fwmem_write_block(struct fw_device *, caddr_t, uint8_t,
46 uint16_t, uint32_t, int, void *, void (*)(struct fw_xfer *));
H A Dfirewirereg.h49 STAILQ_HEAD(fw_xferlist, fw_xfer);
224 struct fw_xfer { struct
241 void (*hand) (struct fw_xfer *);
249 STAILQ_ENTRY(fw_xfer) link;
250 STAILQ_ENTRY(fw_xfer) tlabel;
256 struct fw_xfer *xfer;
264 void fw_xfer_unload (struct fw_xfer *);
265 void fw_xfer_free_buf (struct fw_xfer *);
266 void fw_xfer_free (struct fw_xfer*);
267 struct fw_xfer *fw_xfer_allo
[all...]
H A Dif_fwevar.h48 STAILQ_HEAD(, fw_xfer) xferlist;
H A Dfwmem.c90 static struct fw_xfer *
99 struct fw_xfer *xfer;
119 struct fw_xfer *
127 void (*hand)(struct fw_xfer *))
129 struct fw_xfer *xfer;
156 struct fw_xfer *
164 void (*hand)(struct fw_xfer *))
166 struct fw_xfer *xfer;
192 struct fw_xfer *
201 void (*hand)(struct fw_xfer *))
[all...]
H A Dif_fwipvar.h52 STAILQ_HEAD(, fw_xfer) xferlist;
H A Dfirewire.c79 MALLOC_DEFINE(M_FWXFER, "fw_xfer", "XFER/FireWire");
93 static void fw_try_bmr_callback(struct fw_xfer *);
94 static void fw_asystart(struct fw_xfer *);
95 static int fw_get_tlabel(struct firewire_comm *, struct fw_xfer *);
100 static void fw_vmaccess (struct fw_xfer *);
186 fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer)
269 fw_xferwake(struct fw_xfer *xfer)
282 fw_xferwait(struct fw_xfer *xfer)
299 fw_asystart(struct fw_xfer *xfer)
335 struct fw_xfer *xfe
[all...]
H A Dif_fwip.c88 static void fwip_output_callback (struct fw_xfer *);
92 static void fwip_unicast_input(struct fw_xfer *);
212 struct fw_xfer *xfer, *next;
285 struct fw_xfer *xfer;
469 fwip_output_callback(struct fw_xfer *xfer)
539 struct fw_xfer *xfer;
819 fwip_unicast_input_recycle(struct fwip_softc *fwip, struct fw_xfer *xfer)
836 fwip_unicast_input(struct fw_xfer *xfer)
H A Dif_fwe.c76 static void fwe_output_callback (struct fw_xfer *);
215 struct fw_xfer *xfer, *next;
280 struct fw_xfer *xfer;
422 fwe_output_callback(struct fw_xfer *xfer)
492 struct fw_xfer *xfer;
H A Dsbp.c205 STAILQ_HEAD(, fw_xfer) xferlist;
226 static void sbp_recv (struct fw_xfer *);
227 static void sbp_mgm_callback (struct fw_xfer *);
229 static void sbp_cmd_callback (struct fw_xfer *);
237 static struct fw_xfer * sbp_write_cmd (struct sbp_dev *, int, int);
867 sbp_loginres_callback(struct fw_xfer *xfer)
883 sbp_xfer_free(struct fw_xfer *xfer)
894 sbp_reset_start_callback(struct fw_xfer *xfer)
917 struct fw_xfer *xfer;
935 sbp_mgm_callback(struct fw_xfer *xfe
[all...]
H A Dfwdev.c93 STAILQ_HEAD(, fw_xfer) rq;
204 struct fw_xfer *xfer;
272 struct fw_xfer *xfer;
395 struct fw_xfer *xfer;
523 fw_hand(struct fw_xfer *xfer)
548 struct fw_xfer *xfer;
H A Dsbp_targ.c237 static void sbp_targ_recv(struct fw_xfer *);
616 sbp_targ_free_orbi(struct fw_xfer *xfer)
642 struct fw_xfer *xfer;
822 sbp_targ_cam_done(struct fw_xfer *xfer)
945 void (*hand)(struct fw_xfer *))
947 struct fw_xfer *xfer;
986 sbp_targ_pt_done(struct fw_xfer *xfer)
1124 struct fw_xfer *xfer;
1420 sbp_targ_cmd_handler(struct fw_xfer *xfer)
1573 sbp_targ_mgm_handler(struct fw_xfer *xfe
[all...]
H A Dfwohcireg.h334 struct fw_xfer *xfer;
H A Dfwohci.c866 struct fw_xfer *xfer;
1066 struct fw_xfer *xfer;

Completed in 134 milliseconds