Symbol: fw_bulkxfer
sys/dev/firewire/firewirereg.h
194
struct fw_bulkxfer *bulkxfer;
sys/dev/firewire/firewirereg.h
195
STAILQ_HEAD(, fw_bulkxfer) stvalid;
sys/dev/firewire/firewirereg.h
196
STAILQ_HEAD(, fw_bulkxfer) stfree;
sys/dev/firewire/firewirereg.h
197
STAILQ_HEAD(, fw_bulkxfer) stdma;
sys/dev/firewire/firewirereg.h
198
struct fw_bulkxfer *stproc;
sys/dev/firewire/firewirereg.h
207
STAILQ_ENTRY(fw_bulkxfer) link;
sys/dev/firewire/fwdev.c
103
q->bulkxfer = malloc(sizeof(struct fw_bulkxfer) * b->nchunk,
sys/dev/firewire/fwohci.c
1508
struct fw_bulkxfer *first, *chunk, *prev;
sys/dev/firewire/fwohci.c
1529
prev = STAILQ_LAST(&it->stdma, fw_bulkxfer, link);
sys/dev/firewire/fwohci.c
154
void fwohci_txbufdb (struct fwohci_softc *, int , struct fw_bulkxfer *);
sys/dev/firewire/fwohci.c
1627
struct fw_bulkxfer *first, *prev, *chunk;
sys/dev/firewire/fwohci.c
1659
prev = STAILQ_LAST(&ir->stdma, fw_bulkxfer, link);
sys/dev/firewire/fwohci.c
1758
struct fw_bulkxfer *chunk;
sys/dev/firewire/fwohci.c
2137
struct fw_bulkxfer *chunk;
sys/dev/firewire/fwohci.c
2185
struct fw_bulkxfer *chunk;
sys/dev/firewire/fwohci.c
2498
fwohci_txbufdb(struct fwohci_softc *sc, int dmach, struct fw_bulkxfer *bulkxfer)
sys/dev/firewire/if_fwe.c
303
xferq->bulkxfer = (struct fw_bulkxfer *) malloc(
sys/dev/firewire/if_fwe.c
304
sizeof(struct fw_bulkxfer) * xferq->bnchunk,
sys/dev/firewire/if_fwe.c
549
struct fw_bulkxfer *sxfer;
sys/dev/firewire/if_fwip.c
308
sizeof(struct fw_bulkxfer) * xferq->bnchunk,
sys/dev/firewire/if_fwip.c
709
struct fw_bulkxfer *sxfer;