Symbol: fw_xfer
sys/bus/firewire/firewire.c
1001
STAILQ_REMOVE(&xfer->q->q, xfer, fw_xfer, link);
sys/bus/firewire/firewire.c
1025
fw_xfer_free_buf( struct fw_xfer* xfer)
sys/bus/firewire/firewire.c
1042
fw_xfer_free( struct fw_xfer* xfer)
sys/bus/firewire/firewire.c
1053
fw_asy_callback_free(struct fw_xfer *xfer)
sys/bus/firewire/firewire.c
1068
struct fw_xfer *xfer;
sys/bus/firewire/firewire.c
1267
struct fw_xfer *xfer;
sys/bus/firewire/firewire.c
1386
struct fw_xfer *
sys/bus/firewire/firewire.c
1389
void (*hand) (struct fw_xfer*))
sys/bus/firewire/firewire.c
1391
struct fw_xfer *xfer;
sys/bus/firewire/firewire.c
1427
fw_bus_explore_callback(struct fw_xfer *xfer)
sys/bus/firewire/firewire.c
1641
fw_get_tlabel(struct firewire_comm *fc, struct fw_xfer *xfer)
sys/bus/firewire/firewire.c
183
fw_asyreq(struct firewire_comm *fc, int sub, struct fw_xfer *xfer)
sys/bus/firewire/firewire.c
1957
fw_try_bmr_callback(struct fw_xfer *xfer)
sys/bus/firewire/firewire.c
1993
struct fw_xfer *xfer;
sys/bus/firewire/firewire.c
2033
fw_vmaccess(struct fw_xfer *xfer){
sys/bus/firewire/firewire.c
256
fw_asy_callback(struct fw_xfer *xfer){
sys/bus/firewire/firewire.c
264
fw_asybusy(struct fw_xfer *xfer)
sys/bus/firewire/firewire.c
281
fw_asystart(struct fw_xfer *xfer)
sys/bus/firewire/firewire.c
322
struct fw_xfer *xfer;
sys/bus/firewire/firewire.c
500
struct fw_xfer *xfer;
sys/bus/firewire/firewire.c
684
struct fw_xfer *xfer;
sys/bus/firewire/firewire.c
859
struct fw_xfer *xfer, *next;
sys/bus/firewire/firewire.c
86
static void fw_try_bmr_callback (struct fw_xfer *);
sys/bus/firewire/firewire.c
87
static void fw_asystart (struct fw_xfer *);
sys/bus/firewire/firewire.c
88
static int fw_get_tlabel (struct firewire_comm *, struct fw_xfer *);
sys/bus/firewire/firewire.c
891
fw_tl_free(struct firewire_comm *fc, struct fw_xfer *xfer)
sys/bus/firewire/firewire.c
91
static void fw_bus_explore_callback (struct fw_xfer *);
sys/bus/firewire/firewire.c
910
static struct fw_xfer *
sys/bus/firewire/firewire.c
913
struct fw_xfer *xfer;
sys/bus/firewire/firewire.c
937
struct fw_xfer *
sys/bus/firewire/firewire.c
94
static void fw_vmaccess (struct fw_xfer *);
sys/bus/firewire/firewire.c
940
struct fw_xfer *xfer;
sys/bus/firewire/firewire.c
942
xfer = kmalloc(sizeof(struct fw_xfer), type, M_INTWAIT | M_ZERO);
sys/bus/firewire/firewire.c
948
struct fw_xfer *
sys/bus/firewire/firewire.c
951
struct fw_xfer *xfer;
sys/bus/firewire/firewire.c
96
struct fw_xfer *asyreqq (struct firewire_comm *, u_int8_t, u_int8_t, u_int8_t,
sys/bus/firewire/firewire.c
97
u_int32_t, u_int32_t, void (*)(struct fw_xfer *));
sys/bus/firewire/firewire.c
981
fw_xfer_done(struct fw_xfer *xfer)
sys/bus/firewire/firewire.c
995
fw_xfer_unload(struct fw_xfer* xfer)
sys/bus/firewire/firewirereg.h
187
STAILQ_HEAD(, fw_xfer) q;
sys/bus/firewire/firewirereg.h
215
struct fw_xfer *xfer;
sys/bus/firewire/firewirereg.h
222
STAILQ_HEAD(, fw_xfer) xferlist;
sys/bus/firewire/firewirereg.h
248
void (*retry_req) (struct fw_xfer *);
sys/bus/firewire/firewirereg.h
250
void (*hand) (struct fw_xfer *);
sys/bus/firewire/firewirereg.h
259
STAILQ_ENTRY(fw_xfer) link;
sys/bus/firewire/firewirereg.h
265
struct fw_xfer *xfer;
sys/bus/firewire/firewirereg.h
273
void fw_xfer_unload ( struct fw_xfer*);
sys/bus/firewire/firewirereg.h
274
void fw_xfer_free_buf ( struct fw_xfer*);
sys/bus/firewire/firewirereg.h
275
void fw_xfer_free ( struct fw_xfer*);
sys/bus/firewire/firewirereg.h
276
struct fw_xfer *fw_xfer_alloc (struct malloc_type *);
sys/bus/firewire/firewirereg.h
277
struct fw_xfer *fw_xfer_alloc_buf (struct malloc_type *, int, int);
sys/bus/firewire/firewirereg.h
281
void fw_asybusy (struct fw_xfer *);
sys/bus/firewire/firewirereg.h
284
int fw_asyreq (struct firewire_comm *, int, struct fw_xfer*);
sys/bus/firewire/firewirereg.h
288
void fw_xfer_done (struct fw_xfer *);
sys/bus/firewire/firewirereg.h
289
void fw_asy_callback (struct fw_xfer *);
sys/bus/firewire/firewirereg.h
290
void fw_asy_callback_free (struct fw_xfer *);
sys/bus/firewire/fwdev.c
192
struct fw_xfer *xfer;
sys/bus/firewire/fwdev.c
266
struct fw_xfer *xfer;
sys/bus/firewire/fwdev.c
422
struct fw_xfer *xfer;
sys/bus/firewire/fwmem.c
110
struct fw_xfer *
sys/bus/firewire/fwmem.c
118
void (*hand)(struct fw_xfer *))
sys/bus/firewire/fwmem.c
120
struct fw_xfer *xfer;
sys/bus/firewire/fwmem.c
147
struct fw_xfer *
sys/bus/firewire/fwmem.c
155
void (*hand)(struct fw_xfer *))
sys/bus/firewire/fwmem.c
157
struct fw_xfer *xfer;
sys/bus/firewire/fwmem.c
183
struct fw_xfer *
sys/bus/firewire/fwmem.c
192
void (*hand)(struct fw_xfer *))
sys/bus/firewire/fwmem.c
194
struct fw_xfer *xfer;
sys/bus/firewire/fwmem.c
221
struct fw_xfer *
sys/bus/firewire/fwmem.c
230
void (*hand)(struct fw_xfer *))
sys/bus/firewire/fwmem.c
232
struct fw_xfer *xfer;
sys/bus/firewire/fwmem.c
305
fwmem_biodone(struct fw_xfer *xfer)
sys/bus/firewire/fwmem.c
333
struct fw_xfer *xfer;
sys/bus/firewire/fwmem.c
80
static struct fw_xfer *
sys/bus/firewire/fwmem.c
89
struct fw_xfer *xfer;
sys/bus/firewire/fwmem.h
42
struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, u_int8_t,
sys/bus/firewire/fwmem.h
43
u_int16_t, u_int32_t, void *, void (*)(struct fw_xfer *));
sys/bus/firewire/fwmem.h
44
struct fw_xfer *fwmem_write_quad(struct fw_device *, caddr_t, u_int8_t,
sys/bus/firewire/fwmem.h
45
u_int16_t, u_int32_t, void *, void (*)(struct fw_xfer *));
sys/bus/firewire/fwmem.h
46
struct fw_xfer *fwmem_read_block(struct fw_device *, caddr_t, u_int8_t,
sys/bus/firewire/fwmem.h
47
u_int16_t, u_int32_t, int, void *, void (*)(struct fw_xfer *));
sys/bus/firewire/fwmem.h
48
struct fw_xfer *fwmem_write_block(struct fw_device *, caddr_t, u_int8_t,
sys/bus/firewire/fwmem.h
49
u_int16_t, u_int32_t, int, void *, void (*)(struct fw_xfer *));
sys/bus/firewire/fwohci.c
1025
struct fw_xfer *xfer;
sys/bus/firewire/fwohci.c
832
struct fw_xfer *xfer;
sys/bus/firewire/fwohcireg.h
332
struct fw_xfer *xfer;
sys/dev/disk/sbp/sbp.c
1004
sbp_do_attach(struct fw_xfer *xfer)
sys/dev/disk/sbp/sbp.c
1039
sbp_agent_reset_callback(struct fw_xfer *xfer)
sys/dev/disk/sbp/sbp.c
1063
struct fw_xfer *xfer;
sys/dev/disk/sbp/sbp.c
1084
sbp_busy_timeout_callback(struct fw_xfer *xfer)
sys/dev/disk/sbp/sbp.c
1101
struct fw_xfer *xfer;
sys/dev/disk/sbp/sbp.c
1117
sbp_orb_pointer_callback(struct fw_xfer *xfer)
sys/dev/disk/sbp/sbp.c
1147
struct fw_xfer *xfer;
sys/dev/disk/sbp/sbp.c
1184
sbp_cmd_callback(struct fw_xfer *xfer)
sys/dev/disk/sbp/sbp.c
1203
struct fw_xfer *xfer;
sys/dev/disk/sbp/sbp.c
1220
static struct fw_xfer *
sys/dev/disk/sbp/sbp.c
1223
struct fw_xfer *xfer;
sys/dev/disk/sbp/sbp.c
1282
struct fw_xfer *xfer;
sys/dev/disk/sbp/sbp.c
1536
sbp_recv1(struct fw_xfer *xfer)
sys/dev/disk/sbp/sbp.c
1821
sbp_recv(struct fw_xfer *xfer)
sys/dev/disk/sbp/sbp.c
1835
struct fw_xfer *xfer;
sys/dev/disk/sbp/sbp.c
1995
struct fw_xfer *xfer, *next;
sys/dev/disk/sbp/sbp.c
2021
struct fw_xfer *xfer, *next;
sys/dev/disk/sbp/sbp.c
203
STAILQ_HEAD(, fw_xfer) xferlist;
sys/dev/disk/sbp/sbp.c
220
static void sbp_recv (struct fw_xfer *);
sys/dev/disk/sbp/sbp.c
221
static void sbp_mgm_callback (struct fw_xfer *);
sys/dev/disk/sbp/sbp.c
223
static void sbp_cmd_callback (struct fw_xfer *);
sys/dev/disk/sbp/sbp.c
230
static struct fw_xfer * sbp_write_cmd (struct sbp_dev *, int, int);
sys/dev/disk/sbp/sbp.c
825
sbp_loginres_callback(struct fw_xfer *xfer){
sys/dev/disk/sbp/sbp.c
841
sbp_xfer_free(struct fw_xfer *xfer)
sys/dev/disk/sbp/sbp.c
853
sbp_reset_start_callback(struct fw_xfer *xfer)
sys/dev/disk/sbp/sbp.c
874
struct fw_xfer *xfer;
sys/dev/disk/sbp/sbp.c
892
sbp_mgm_callback(struct fw_xfer *xfer)
sys/dev/netif/fwe/if_fwe.c
250
struct fw_xfer *xfer, *next;
sys/dev/netif/fwe/if_fwe.c
304
struct fw_xfer *xfer;
sys/dev/netif/fwe/if_fwe.c
431
fwe_output_callback(struct fw_xfer *xfer)
sys/dev/netif/fwe/if_fwe.c
486
struct fw_xfer *xfer;
sys/dev/netif/fwe/if_fwe.c
79
static void fwe_output_callback (struct fw_xfer *);
sys/dev/netif/fwe/if_fwevar.h
47
STAILQ_HEAD(, fw_xfer) xferlist;