sys/dev/firewire/firewire.c
1000
struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *))
sys/dev/firewire/firewire.c
1003
struct fw_xfer *xfer;
sys/dev/firewire/firewire.c
1020
struct fw_xfer *xfer, *next;
sys/dev/firewire/firewire.c
1046
fw_tl_free(struct firewire_comm *fc, struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
1048
struct fw_xfer *txfer;
sys/dev/firewire/firewire.c
1070
STAILQ_REMOVE(&fc->tlabels[xfer->tl], xfer, fw_xfer, tlabel);
sys/dev/firewire/firewire.c
108
static void fw_try_bmr_callback(struct fw_xfer *);
sys/dev/firewire/firewire.c
1082
static struct fw_xfer *
sys/dev/firewire/firewire.c
1085
struct fw_xfer *xfer;
sys/dev/firewire/firewire.c
109
static void fw_asystart(struct fw_xfer *);
sys/dev/firewire/firewire.c
110
static int fw_get_tlabel(struct firewire_comm *, struct fw_xfer *);
sys/dev/firewire/firewire.c
1107
fw_xfer, tlabel);
sys/dev/firewire/firewire.c
1124
struct fw_xfer *
sys/dev/firewire/firewire.c
1127
struct fw_xfer *xfer;
sys/dev/firewire/firewire.c
1129
xfer = malloc(sizeof(struct fw_xfer), type, M_NOWAIT | M_ZERO);
sys/dev/firewire/firewire.c
1139
struct fw_xfer *
sys/dev/firewire/firewire.c
1142
struct fw_xfer *xfer;
sys/dev/firewire/firewire.c
1172
fw_xfer_done(struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
118
static void fw_vmaccess (struct fw_xfer *);
sys/dev/firewire/firewire.c
1187
fw_xfer_unload(struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
1196
STAILQ_REMOVE(&xfer->q->q, xfer, fw_xfer, link);
sys/dev/firewire/firewire.c
1217
fw_xfer_free_buf(struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
1232
fw_xfer_free(struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
1243
fw_asy_callback_free(struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
1254
struct fw_xfer *xfer;
sys/dev/firewire/firewire.c
1454
struct fw_xfer *xfer;
sys/dev/firewire/firewire.c
1994
fw_get_tlabel(struct firewire_comm *fc, struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
1997
struct fw_xfer *txfer;
sys/dev/firewire/firewire.c
205
fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
2205
fw_try_bmr_callback(struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
2241
struct fw_xfer *xfer;
sys/dev/firewire/firewire.c
2280
fw_vmaccess(struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
288
fw_xferwake(struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
301
fw_xferwait(struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
318
fw_asystart(struct fw_xfer *xfer)
sys/dev/firewire/firewire.c
351
struct fw_xfer *xfer, *txfer;
sys/dev/firewire/firewire.c
354
STAILQ_HEAD(, fw_xfer) xfer_timeout;
sys/dev/firewire/firewire.c
601
struct fw_xfer *xfer;
sys/dev/firewire/firewire.c
614
struct fw_xfer *xfer, *txfer;
sys/dev/firewire/firewire.c
615
STAILQ_HEAD(, fw_xfer) xfer_drain;
sys/dev/firewire/firewire.c
832
struct fw_xfer *xfer;
sys/dev/firewire/firewirereg.h
273
void (*hand) (struct fw_xfer *);
sys/dev/firewire/firewirereg.h
281
STAILQ_ENTRY(fw_xfer) link;
sys/dev/firewire/firewirereg.h
282
STAILQ_ENTRY(fw_xfer) tlabel;
sys/dev/firewire/firewirereg.h
288
struct fw_xfer *xfer;
sys/dev/firewire/firewirereg.h
296
void fw_xfer_unload (struct fw_xfer *);
sys/dev/firewire/firewirereg.h
297
void fw_xfer_free_buf (struct fw_xfer *);
sys/dev/firewire/firewirereg.h
298
void fw_xfer_free (struct fw_xfer*);
sys/dev/firewire/firewirereg.h
299
struct fw_xfer *fw_xfer_alloc (struct malloc_type *);
sys/dev/firewire/firewirereg.h
300
struct fw_xfer *fw_xfer_alloc_buf (struct malloc_type *, int, int);
sys/dev/firewire/firewirereg.h
307
struct firewire_comm *, void *, void (*)(struct fw_xfer *));
sys/dev/firewire/firewirereg.h
309
int fw_asyreq (struct firewire_comm *, int, struct fw_xfer *);
sys/dev/firewire/firewirereg.h
313
void fw_xfer_done (struct fw_xfer *);
sys/dev/firewire/firewirereg.h
314
void fw_xferwake (struct fw_xfer *);
sys/dev/firewire/firewirereg.h
315
int fw_xferwait (struct fw_xfer *);
sys/dev/firewire/firewirereg.h
316
void fw_asy_callback_free (struct fw_xfer *);
sys/dev/firewire/firewirereg.h
45
STAILQ_HEAD(fw_xferlist, fw_xfer);
sys/dev/firewire/fw_helpers.h
109
fw_xfer_request_wait(struct firewire_comm *fc, struct fw_xfer *xfer, int timo)
sys/dev/firewire/fw_helpers.h
11
fw_xfer_timeout_cancel(struct fw_xfer *xfer)
sys/dev/firewire/fw_helpers.h
124
struct fw_xfer *xfer;
sys/dev/firewire/fw_helpers.h
14
struct fw_xfer *txfer;
sys/dev/firewire/fw_helpers.h
161
struct fw_xfer *xfer;
sys/dev/firewire/fw_helpers.h
30
STAILQ_REMOVE(&xfer->q->q, xfer, fw_xfer, link);
sys/dev/firewire/fw_helpers.h
48
fw_xfer, tlabel);
sys/dev/firewire/fw_helpers.h
76
fw_xferwait_timo(struct fw_xfer *xfer, int timo)
sys/dev/firewire/fw_net.h
31
static __inline struct fw_xfer *
sys/dev/firewire/fw_net.h
33
void *sc, void (*hand)(struct fw_xfer *),
sys/dev/firewire/fw_net.h
36
struct fw_xfer *xfer;
sys/dev/firewire/fw_net.h
52
struct fw_xfer *_xfer, *_next; \
sys/dev/firewire/fwdev.c
202
struct fw_xfer *xfer;
sys/dev/firewire/fwdev.c
270
struct fw_xfer *xfer;
sys/dev/firewire/fwdev.c
383
struct fw_xfer *xfer;
sys/dev/firewire/fwdev.c
502
fw_hand(struct fw_xfer *xfer)
sys/dev/firewire/fwdev.c
527
struct fw_xfer *xfer;
sys/dev/firewire/fwdev.c
91
STAILQ_HEAD(, fw_xfer) rq;
sys/dev/firewire/fwdv.c
114
fwdv_fcp_handler(struct fw_xfer *xfer)
sys/dev/firewire/fwdv.c
169
struct fw_xfer *xfer;
sys/dev/firewire/fwdv.c
74
static void fwdv_fcp_handler(struct fw_xfer *);
sys/dev/firewire/fwmem.c
119
struct fw_xfer *
sys/dev/firewire/fwmem.c
127
void (*hand)(struct fw_xfer *))
sys/dev/firewire/fwmem.c
129
struct fw_xfer *xfer;
sys/dev/firewire/fwmem.c
156
struct fw_xfer *
sys/dev/firewire/fwmem.c
164
void (*hand)(struct fw_xfer *))
sys/dev/firewire/fwmem.c
166
struct fw_xfer *xfer;
sys/dev/firewire/fwmem.c
192
struct fw_xfer *
sys/dev/firewire/fwmem.c
201
void (*hand)(struct fw_xfer *))
sys/dev/firewire/fwmem.c
203
struct fw_xfer *xfer;
sys/dev/firewire/fwmem.c
230
struct fw_xfer *
sys/dev/firewire/fwmem.c
239
void (*hand)(struct fw_xfer *))
sys/dev/firewire/fwmem.c
241
struct fw_xfer *xfer;
sys/dev/firewire/fwmem.c
327
fwmem_biodone(struct fw_xfer *xfer)
sys/dev/firewire/fwmem.c
350
struct fw_xfer *xfer;
sys/dev/firewire/fwmem.c
90
static struct fw_xfer *
sys/dev/firewire/fwmem.c
99
struct fw_xfer *xfer;
sys/dev/firewire/fwmem.h
38
struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, uint8_t,
sys/dev/firewire/fwmem.h
39
uint16_t, uint32_t, void *, void (*)(struct fw_xfer *));
sys/dev/firewire/fwmem.h
40
struct fw_xfer *fwmem_write_quad(struct fw_device *, caddr_t, uint8_t,
sys/dev/firewire/fwmem.h
41
uint16_t, uint32_t, void *, void (*)(struct fw_xfer *));
sys/dev/firewire/fwmem.h
42
struct fw_xfer *fwmem_read_block(struct fw_device *, caddr_t, uint8_t,
sys/dev/firewire/fwmem.h
43
uint16_t, uint32_t, int, void *, void (*)(struct fw_xfer *));
sys/dev/firewire/fwmem.h
44
struct fw_xfer *fwmem_write_block(struct fw_device *, caddr_t, uint8_t,
sys/dev/firewire/fwmem.h
45
uint16_t, uint32_t, int, void *, void (*)(struct fw_xfer *));
sys/dev/firewire/fwohci.c
1056
struct fw_xfer *xfer;
sys/dev/firewire/fwohci.c
866
struct fw_xfer *xfer;
sys/dev/firewire/fwohcireg.h
333
struct fw_xfer *xfer;
sys/dev/firewire/if_fwe.c
267
struct fw_xfer *xfer;
sys/dev/firewire/if_fwe.c
374
fwe_output_callback(struct fw_xfer *xfer)
sys/dev/firewire/if_fwe.c
429
struct fw_xfer *xfer;
sys/dev/firewire/if_fwe.c
75
static void fwe_output_callback (struct fw_xfer *);
sys/dev/firewire/if_fwevar.h
47
STAILQ_HEAD(, fw_xfer) xferlist;
sys/dev/firewire/if_fwip.c
275
struct fw_xfer *xfer;
sys/dev/firewire/if_fwip.c
423
fwip_output_callback(struct fw_xfer *xfer)
sys/dev/firewire/if_fwip.c
478
struct fw_xfer *xfer;
sys/dev/firewire/if_fwip.c
759
fwip_unicast_input_recycle(struct fwip_softc *fwip, struct fw_xfer *xfer)
sys/dev/firewire/if_fwip.c
776
fwip_unicast_input(struct fw_xfer *xfer)
sys/dev/firewire/if_fwip.c
88
static void fwip_output_callback (struct fw_xfer *);
sys/dev/firewire/if_fwip.c
92
static void fwip_unicast_input(struct fw_xfer *);
sys/dev/firewire/if_fwipvar.h
51
STAILQ_HEAD(, fw_xfer) xferlist;
sys/dev/firewire/sbp.c
1037
sbp_do_attach(struct fw_xfer *xfer)
sys/dev/firewire/sbp.c
1074
sbp_agent_reset_callback(struct fw_xfer *xfer)
sys/dev/firewire/sbp.c
1100
struct fw_xfer *xfer;
sys/dev/firewire/sbp.c
1122
sbp_busy_timeout_callback(struct fw_xfer *xfer)
sys/dev/firewire/sbp.c
1141
struct fw_xfer *xfer;
sys/dev/firewire/sbp.c
1157
sbp_orb_pointer_callback(struct fw_xfer *xfer)
sys/dev/firewire/sbp.c
1190
struct fw_xfer *xfer;
sys/dev/firewire/sbp.c
1230
sbp_doorbell_callback(struct fw_xfer *xfer)
sys/dev/firewire/sbp.c
1257
struct fw_xfer *xfer;
sys/dev/firewire/sbp.c
1278
static struct fw_xfer *
sys/dev/firewire/sbp.c
1281
struct fw_xfer *xfer;
sys/dev/firewire/sbp.c
1334
struct fw_xfer *xfer;
sys/dev/firewire/sbp.c
1577
sbp_recv1(struct fw_xfer *xfer)
sys/dev/firewire/sbp.c
1862
sbp_recv(struct fw_xfer *xfer)
sys/dev/firewire/sbp.c
201
STAILQ_HEAD(, fw_xfer) xferlist;
sys/dev/firewire/sbp.c
2049
struct fw_xfer *xfer, *next;
sys/dev/firewire/sbp.c
222
static void sbp_recv (struct fw_xfer *);
sys/dev/firewire/sbp.c
223
static void sbp_mgm_callback (struct fw_xfer *);
sys/dev/firewire/sbp.c
230
static struct fw_xfer * sbp_write_cmd (struct sbp_dev *, int, int);
sys/dev/firewire/sbp.c
853
sbp_loginres_callback(struct fw_xfer *xfer)
sys/dev/firewire/sbp.c
869
sbp_xfer_free(struct fw_xfer *xfer)
sys/dev/firewire/sbp.c
880
sbp_reset_start_callback(struct fw_xfer *xfer)
sys/dev/firewire/sbp.c
903
struct fw_xfer *xfer;
sys/dev/firewire/sbp.c
921
sbp_mgm_callback(struct fw_xfer *xfer)
sys/dev/firewire/sbp_targ.c
1101
struct fw_xfer *xfer;
sys/dev/firewire/sbp_targ.c
1389
sbp_targ_cmd_handler(struct fw_xfer *xfer)
sys/dev/firewire/sbp_targ.c
1540
sbp_targ_mgm_handler(struct fw_xfer *xfer)
sys/dev/firewire/sbp_targ.c
1659
sbp_targ_pointer_handler(struct fw_xfer *xfer)
sys/dev/firewire/sbp_targ.c
1749
sbp_targ_resp_callback(struct fw_xfer *xfer)
sys/dev/firewire/sbp_targ.c
1763
sbp_targ_cmd(struct fw_xfer *xfer, struct fw_device *fwdev, int login_id,
sys/dev/firewire/sbp_targ.c
1839
sbp_targ_mgm(struct fw_xfer *xfer, struct fw_device *fwdev)
sys/dev/firewire/sbp_targ.c
1861
sbp_targ_recv(struct fw_xfer *xfer)
sys/dev/firewire/sbp_targ.c
236
static void sbp_targ_recv(struct fw_xfer *);
sys/dev/firewire/sbp_targ.c
611
sbp_targ_free_orbi(struct fw_xfer *xfer)
sys/dev/firewire/sbp_targ.c
637
struct fw_xfer *xfer;
sys/dev/firewire/sbp_targ.c
799
sbp_targ_cam_done(struct fw_xfer *xfer)
sys/dev/firewire/sbp_targ.c
922
void (*hand)(struct fw_xfer *))
sys/dev/firewire/sbp_targ.c
924
struct fw_xfer *xfer;
sys/dev/firewire/sbp_targ.c
963
sbp_targ_pt_done(struct fw_xfer *xfer)