Symbol: fw_xfer
sys/dev/ieee1394/firewire.c
1262
fw_asystart(struct fw_xfer *xfer)
sys/dev/ieee1394/firewire.c
1283
struct fw_xfer *xfer;
sys/dev/ieee1394/firewire.c
1286
STAILQ_HEAD(, fw_xfer) xfer_timeout;
sys/dev/ieee1394/firewire.c
1346
struct fw_xfer *xfer;
sys/dev/ieee1394/firewire.c
137
static void fw_asystart(struct fw_xfer *);
sys/dev/ieee1394/firewire.c
145
static void fw_tl_free(struct firewire_comm *, struct fw_xfer *);
sys/dev/ieee1394/firewire.c
146
static struct fw_xfer *fw_tl2xfer(struct firewire_comm *, int, int, int);
sys/dev/ieee1394/firewire.c
1479
fw_tl_free(struct firewire_comm *fc, struct fw_xfer *xfer)
sys/dev/ieee1394/firewire.c
1481
struct fw_xfer *txfer;
sys/dev/ieee1394/firewire.c
1503
STAILQ_REMOVE(&fc->tlabels[xfer->tl], xfer, fw_xfer, tlabel);
sys/dev/ieee1394/firewire.c
1511
static struct fw_xfer *
sys/dev/ieee1394/firewire.c
1514
struct fw_xfer *xfer;
sys/dev/ieee1394/firewire.c
1547
struct fw_xfer *xfer;
sys/dev/ieee1394/firewire.c
157
static int fw_get_tlabel(struct firewire_comm *, struct fw_xfer *);
sys/dev/ieee1394/firewire.c
159
static void fw_try_bmr_callback(struct fw_xfer *);
sys/dev/ieee1394/firewire.c
1641
struct fw_xfer *xfer;
sys/dev/ieee1394/firewire.c
2132
fw_get_tlabel(struct firewire_comm *fc, struct fw_xfer *xfer)
sys/dev/ieee1394/firewire.c
2135
struct fw_xfer *txfer;
sys/dev/ieee1394/firewire.c
2222
fw_try_bmr_callback(struct fw_xfer *xfer)
sys/dev/ieee1394/firewire.c
2258
struct fw_xfer *xfer;
sys/dev/ieee1394/firewire.c
379
fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer)
sys/dev/ieee1394/firewire.c
461
fw_xferwake(struct fw_xfer *xfer)
sys/dev/ieee1394/firewire.c
473
fw_xferwait(struct fw_xfer *xfer)
sys/dev/ieee1394/firewire.c
489
struct fw_xfer *xfer;
sys/dev/ieee1394/firewire.c
490
STAILQ_HEAD(, fw_xfer) xfer_drain;
sys/dev/ieee1394/firewire.c
751
struct fw_xfer *xfer, *next;
sys/dev/ieee1394/firewire.c
782
void (*hand)(struct fw_xfer *))
sys/dev/ieee1394/firewire.c
784
struct fw_xfer *xfer;
sys/dev/ieee1394/firewire.c
802
struct fw_xfer *xfer, *next;
sys/dev/ieee1394/firewire.c
814
struct fw_xfer *
sys/dev/ieee1394/firewire.c
817
struct fw_xfer *xfer;
sys/dev/ieee1394/firewire.c
819
xfer = malloc(sizeof(struct fw_xfer), type, M_NOWAIT | M_ZERO);
sys/dev/ieee1394/firewire.c
829
struct fw_xfer *
sys/dev/ieee1394/firewire.c
832
struct fw_xfer *xfer;
sys/dev/ieee1394/firewire.c
862
fw_xfer_done(struct fw_xfer *xfer)
sys/dev/ieee1394/firewire.c
878
fw_xfer_unload(struct fw_xfer* xfer)
sys/dev/ieee1394/firewire.c
886
STAILQ_REMOVE(&xfer->q->q, xfer, fw_xfer, link);
sys/dev/ieee1394/firewire.c
912
fw_xfer_free(struct fw_xfer* xfer)
sys/dev/ieee1394/firewire.c
925
fw_xfer_free_buf(struct fw_xfer* xfer)
sys/dev/ieee1394/firewire.c
944
fw_asy_callback_free(struct fw_xfer *xfer)
sys/dev/ieee1394/firewirereg.h
251
void (*hand) (struct fw_xfer *);
sys/dev/ieee1394/firewirereg.h
259
STAILQ_ENTRY(fw_xfer) link;
sys/dev/ieee1394/firewirereg.h
260
STAILQ_ENTRY(fw_xfer) tlabel;
sys/dev/ieee1394/firewirereg.h
267
struct fw_xfer *xfer;
sys/dev/ieee1394/firewirereg.h
281
int fw_asyreq(struct firewire_comm *, int, struct fw_xfer*);
sys/dev/ieee1394/firewirereg.h
282
void fw_xferwake(struct fw_xfer *);
sys/dev/ieee1394/firewirereg.h
283
int fw_xferwait(struct fw_xfer *);
sys/dev/ieee1394/firewirereg.h
294
struct firewire_comm *, void *, void (*)(struct fw_xfer *));
sys/dev/ieee1394/firewirereg.h
296
struct fw_xfer *fw_xfer_alloc(struct malloc_type *);
sys/dev/ieee1394/firewirereg.h
297
struct fw_xfer *fw_xfer_alloc_buf(struct malloc_type *, int, int);
sys/dev/ieee1394/firewirereg.h
298
void fw_xfer_done(struct fw_xfer *);
sys/dev/ieee1394/firewirereg.h
299
void fw_xfer_unload(struct fw_xfer*);
sys/dev/ieee1394/firewirereg.h
300
void fw_xfer_free(struct fw_xfer*);
sys/dev/ieee1394/firewirereg.h
301
void fw_xfer_free_buf(struct fw_xfer*);
sys/dev/ieee1394/firewirereg.h
302
void fw_asy_callback_free(struct fw_xfer *);
sys/dev/ieee1394/firewirereg.h
46
STAILQ_HEAD(fw_xferlist, fw_xfer);
sys/dev/ieee1394/fwdev.c
106
STAILQ_HEAD(, fw_xfer) rq;
sys/dev/ieee1394/fwdev.c
115
static void fw_hand(struct fw_xfer *);
sys/dev/ieee1394/fwdev.c
160
struct fw_xfer *xfer;
sys/dev/ieee1394/fwdev.c
391
struct fw_xfer *xfer;
sys/dev/ieee1394/fwdev.c
817
struct fw_xfer *xfer;
sys/dev/ieee1394/fwdev.c
865
struct fw_xfer *xfer;
sys/dev/ieee1394/fwdev.c
919
fw_hand(struct fw_xfer *xfer)
sys/dev/ieee1394/fwmem.c
158
STAILQ_HEAD(, fw_xfer) xferlist;
sys/dev/ieee1394/fwmem.c
167
struct fw_xfer *xfer;
sys/dev/ieee1394/fwmem.c
204
struct fw_xfer *xfer;
sys/dev/ieee1394/fwmem.c
233
struct fw_xfer *xfer;
sys/dev/ieee1394/fwmem.c
319
struct fw_xfer *
sys/dev/ieee1394/fwmem.c
322
void (*hand)(struct fw_xfer *))
sys/dev/ieee1394/fwmem.c
324
struct fw_xfer *xfer;
sys/dev/ieee1394/fwmem.c
350
struct fw_xfer *
sys/dev/ieee1394/fwmem.c
353
void (*hand)(struct fw_xfer *))
sys/dev/ieee1394/fwmem.c
355
struct fw_xfer *xfer;
sys/dev/ieee1394/fwmem.c
381
struct fw_xfer *
sys/dev/ieee1394/fwmem.c
384
void (*hand)(struct fw_xfer *))
sys/dev/ieee1394/fwmem.c
386
struct fw_xfer *xfer;
sys/dev/ieee1394/fwmem.c
413
struct fw_xfer *
sys/dev/ieee1394/fwmem.c
416
void (*hand)(struct fw_xfer *))
sys/dev/ieee1394/fwmem.c
418
struct fw_xfer *xfer;
sys/dev/ieee1394/fwmem.c
446
static struct fw_xfer *
sys/dev/ieee1394/fwmem.c
450
struct fw_xfer *xfer;
sys/dev/ieee1394/fwmem.c
471
fwmem_biodone(struct fw_xfer *xfer)
sys/dev/ieee1394/fwmem.c
62
static struct fw_xfer *fwmem_xfer_req(struct fw_device *, void *, int, int,
sys/dev/ieee1394/fwmem.c
64
static void fwmem_biodone(struct fw_xfer *);
sys/dev/ieee1394/fwmem.h
40
struct fw_xfer *fwmem_read_quad(struct fw_device *, void *, uint8_t, uint16_t,
sys/dev/ieee1394/fwmem.h
41
uint32_t, void *, void (*)(struct fw_xfer *));
sys/dev/ieee1394/fwmem.h
42
struct fw_xfer *fwmem_write_quad(struct fw_device *, void *, uint8_t, uint16_t,
sys/dev/ieee1394/fwmem.h
43
uint32_t, void *, void (*)(struct fw_xfer *));
sys/dev/ieee1394/fwmem.h
44
struct fw_xfer *fwmem_read_block(struct fw_device *, void *, uint8_t, uint16_t,
sys/dev/ieee1394/fwmem.h
46
void (*)(struct fw_xfer *));
sys/dev/ieee1394/fwmem.h
47
struct fw_xfer *fwmem_write_block(struct fw_device *, void *, uint8_t, uint16_t,
sys/dev/ieee1394/fwmem.h
49
void (*)(struct fw_xfer *));
sys/dev/ieee1394/fwohci.c
1350
struct fw_xfer *xfer;
sys/dev/ieee1394/fwohci.c
1558
struct fw_xfer *xfer;
sys/dev/ieee1394/fwohcireg.h
339
struct fw_xfer *xfer;
sys/dev/ieee1394/if_fwip.c
100
static void fwip_unicast_input(struct fw_xfer *);
sys/dev/ieee1394/if_fwip.c
331
struct fw_xfer *xfer;
sys/dev/ieee1394/if_fwip.c
435
struct fw_xfer *xfer, *next;
sys/dev/ieee1394/if_fwip.c
504
fwip_output_callback(struct fw_xfer *xfer)
sys/dev/ieee1394/if_fwip.c
535
struct fw_xfer *xfer;
sys/dev/ieee1394/if_fwip.c
797
fwip_unicast_input_recycle(struct fwip_softc *sc, struct fw_xfer *xfer)
sys/dev/ieee1394/if_fwip.c
818
fwip_unicast_input(struct fw_xfer *xfer)
sys/dev/ieee1394/if_fwip.c
97
static void fwip_output_callback(struct fw_xfer *);
sys/dev/ieee1394/if_fwipvar.h
54
STAILQ_HEAD(, fw_xfer) sc_xferlist;
sys/dev/ieee1394/sbp.c
1027
sbp_loginres_callback(struct fw_xfer *xfer)
sys/dev/ieee1394/sbp.c
1044
sbp_xfer_free(struct fw_xfer *xfer)
sys/dev/ieee1394/sbp.c
1056
sbp_reset_start_callback(struct fw_xfer *xfer)
sys/dev/ieee1394/sbp.c
1076
struct fw_xfer *xfer;
sys/dev/ieee1394/sbp.c
1097
sbp_mgm_callback(struct fw_xfer *xfer)
sys/dev/ieee1394/sbp.c
1168
sbp_do_attach(struct fw_xfer *xfer)
sys/dev/ieee1394/sbp.c
1189
sbp_agent_reset_callback(struct fw_xfer *xfer)
sys/dev/ieee1394/sbp.c
1213
struct fw_xfer *xfer;
sys/dev/ieee1394/sbp.c
1235
sbp_busy_timeout_callback(struct fw_xfer *xfer)
sys/dev/ieee1394/sbp.c
1251
struct fw_xfer *xfer;
sys/dev/ieee1394/sbp.c
1270
sbp_orb_pointer_callback(struct fw_xfer *xfer)
sys/dev/ieee1394/sbp.c
1300
struct fw_xfer *xfer;
sys/dev/ieee1394/sbp.c
1337
sbp_doorbell_callback(struct fw_xfer *xfer)
sys/dev/ieee1394/sbp.c
1362
struct fw_xfer *xfer;
sys/dev/ieee1394/sbp.c
1385
static struct fw_xfer *
sys/dev/ieee1394/sbp.c
1389
struct fw_xfer *xfer;
sys/dev/ieee1394/sbp.c
1449
struct fw_xfer *xfer;
sys/dev/ieee1394/sbp.c
1711
sbp_recv(struct fw_xfer *xfer)
sys/dev/ieee1394/sbp.c
2050
struct fw_xfer *xfer, *next;
sys/dev/ieee1394/sbp.c
322
STAILQ_HEAD(, fw_xfer) xferlist;
sys/dev/ieee1394/sbp.c
364
static void sbp_loginres_callback(struct fw_xfer *);
sys/dev/ieee1394/sbp.c
366
static inline void sbp_xfer_free(struct fw_xfer *);
sys/dev/ieee1394/sbp.c
367
static void sbp_reset_start_callback(struct fw_xfer *);
sys/dev/ieee1394/sbp.c
369
static void sbp_mgm_callback(struct fw_xfer *);
sys/dev/ieee1394/sbp.c
372
static void sbp_do_attach(struct fw_xfer *);
sys/dev/ieee1394/sbp.c
373
static void sbp_agent_reset_callback(struct fw_xfer *);
sys/dev/ieee1394/sbp.c
375
static void sbp_busy_timeout_callback(struct fw_xfer *);
sys/dev/ieee1394/sbp.c
377
static void sbp_orb_pointer_callback(struct fw_xfer *);
sys/dev/ieee1394/sbp.c
379
static void sbp_doorbell_callback(struct fw_xfer *);
sys/dev/ieee1394/sbp.c
381
static struct fw_xfer *sbp_write_cmd(struct sbp_dev *, int, int);
sys/dev/ieee1394/sbp.c
386
static void sbp_recv(struct fw_xfer *);