Symbol: siop_xfer
sys/arch/bebox/stand/boot/sdvar.h
114
struct siop_xfer *xfer; /* xfer addr */
sys/arch/bebox/stand/boot/siop.c
102
siop_setuptables(struct siop_adapter *adp, struct siop_xfer *xfer,
sys/arch/bebox/stand/boot/siop.c
1171
struct siop_xfer *xfer;
sys/arch/bebox/stand/boot/siop.c
1204
xfer = ALLOC(struct siop_xfer, sizeof(struct siop_xfer));
sys/arch/bebox/stand/boot/siop.c
170
siop_sdp(struct siop_adapter *adp, struct siop_xfer *xfer, struct scsi_xfer *xs,
sys/arch/bebox/stand/boot/siop.c
224
siop_update_resid(struct siop_adapter *adp, struct siop_xfer *xfer,
sys/arch/bebox/stand/boot/siop.c
258
struct siop_xfer *siop_xfer = NULL;
sys/arch/bebox/stand/boot/siop.c
282
siop_xfer = adp->xfer;
sys/arch/bebox/stand/boot/siop.c
283
_inv((u_long)siop_xfer, sizeof(*siop_xfer));
sys/arch/bebox/stand/boot/siop.c
301
if (siop_xfer) {
sys/arch/bebox/stand/boot/siop.c
310
local_to_PCI((u_long)siop_xfer));
sys/arch/bebox/stand/boot/siop.c
350
if (siop_xfer) {
sys/arch/bebox/stand/boot/siop.c
362
if (siop_xfer) {
sys/arch/bebox/stand/boot/siop.c
382
if (siop_xfer == NULL) {
sys/arch/bebox/stand/boot/siop.c
414
siop_xfer = adp->xfer;
sys/arch/bebox/stand/boot/siop.c
415
dsa = local_to_PCI((u_long)siop_xfer);
sys/arch/bebox/stand/boot/siop.c
419
_wbinv((u_long)siop_xfer, sizeof(*siop_xfer));
sys/arch/bebox/stand/boot/siop.c
426
siop_sdp(adp, siop_xfer, xs, offset);
sys/arch/bebox/stand/boot/siop.c
431
_wbinv((u_long)siop_xfer, sizeof(*siop_xfer));
sys/arch/bebox/stand/boot/siop.c
456
siop_update_resid(adp, siop_xfer, xs, offset);
sys/arch/bebox/stand/boot/siop.c
479
xs->status = ctoh32(siop_xfer->siop_tables.status);
sys/arch/bebox/stand/boot/siop.c
55
static void siop_setuptables(struct siop_adapter *, struct siop_xfer *,
sys/arch/bebox/stand/boot/siop.c
560
_wbinv((u_long)xfer, sizeof(struct siop_xfer));
sys/arch/bebox/stand/boot/siop.c
58
static void siop_sdp(struct siop_adapter *, struct siop_xfer *,
sys/arch/bebox/stand/boot/siop.c
60
static void siop_update_resid(struct siop_adapter *, struct siop_xfer *,
sys/arch/bebox/stand/boot/siop.c
626
struct siop_xfer *siop_xfer = adp->xfer;
sys/arch/bebox/stand/boot/siop.c
67
static void siop_xfer_setup(struct siop_xfer *, void *);
sys/arch/bebox/stand/boot/siop.c
677
dsa = local_to_PCI((u_long)siop_xfer);
sys/arch/bebox/stand/boot/siop.c
680
siop_xfer->resel[E_ldsa_abs_slot_Used[0]] =
sys/arch/bebox/stand/boot/siop.c
682
_wbinv((u_long)siop_xfer, sizeof(*siop_xfer));
sys/arch/bebox/stand/boot/siop.c
700
siop_xfer_setup(struct siop_xfer *xfer, void *scriptaddr)
sys/arch/prep/stand/boot/sdvar.h
114
struct siop_xfer *xfer; /* xfer addr */
sys/arch/prep/stand/boot/siop.c
1133
struct siop_xfer *xfer;
sys/arch/prep/stand/boot/siop.c
1166
xfer = ALLOC(struct siop_xfer, sizeof(struct siop_xfer));
sys/arch/prep/stand/boot/siop.c
147
siop_sdp(struct siop_adapter *adp, struct siop_xfer *xfer, struct scsi_xfer *xs,
sys/arch/prep/stand/boot/siop.c
201
siop_update_resid(struct siop_adapter *adp, struct siop_xfer *xfer,
sys/arch/prep/stand/boot/siop.c
235
struct siop_xfer *siop_xfer = NULL;
sys/arch/prep/stand/boot/siop.c
259
siop_xfer = adp->xfer;
sys/arch/prep/stand/boot/siop.c
260
_inv((u_long)siop_xfer, sizeof(*siop_xfer));
sys/arch/prep/stand/boot/siop.c
278
if (siop_xfer) {
sys/arch/prep/stand/boot/siop.c
287
local_to_PCI((u_long)siop_xfer));
sys/arch/prep/stand/boot/siop.c
329
if (siop_xfer) {
sys/arch/prep/stand/boot/siop.c
341
if (siop_xfer) {
sys/arch/prep/stand/boot/siop.c
361
if (siop_xfer == NULL) {
sys/arch/prep/stand/boot/siop.c
393
siop_xfer = adp->xfer;
sys/arch/prep/stand/boot/siop.c
394
dsa = local_to_PCI((u_long)siop_xfer);
sys/arch/prep/stand/boot/siop.c
398
_wbinv((u_long)siop_xfer, sizeof(*siop_xfer));
sys/arch/prep/stand/boot/siop.c
405
siop_sdp(adp, siop_xfer, xs, offset);
sys/arch/prep/stand/boot/siop.c
410
_wbinv((u_long)siop_xfer, sizeof(*siop_xfer));
sys/arch/prep/stand/boot/siop.c
435
siop_update_resid(adp, siop_xfer, xs, offset);
sys/arch/prep/stand/boot/siop.c
458
xs->status = ctoh32(siop_xfer->siop_tables.status);
sys/arch/prep/stand/boot/siop.c
51
static void siop_setuptables(struct siop_adapter *, struct siop_xfer *,
sys/arch/prep/stand/boot/siop.c
539
_wbinv((u_long)xfer, sizeof(struct siop_xfer));
sys/arch/prep/stand/boot/siop.c
54
static void siop_sdp(struct siop_adapter *, struct siop_xfer *,
sys/arch/prep/stand/boot/siop.c
56
static void siop_update_resid(struct siop_adapter *, struct siop_xfer *,
sys/arch/prep/stand/boot/siop.c
605
struct siop_xfer *siop_xfer = adp->xfer;
sys/arch/prep/stand/boot/siop.c
63
static void siop_xfer_setup(struct siop_xfer *, void *);
sys/arch/prep/stand/boot/siop.c
656
dsa = local_to_PCI((u_long)siop_xfer);
sys/arch/prep/stand/boot/siop.c
659
siop_xfer->resel[E_ldsa_abs_slot_Used[0]] =
sys/arch/prep/stand/boot/siop.c
661
_wbinv((u_long)siop_xfer, sizeof(*siop_xfer));
sys/arch/prep/stand/boot/siop.c
679
siop_xfer_setup(struct siop_xfer *xfer, void *scriptaddr)
sys/arch/prep/stand/boot/siop.c
98
siop_setuptables(struct siop_adapter *adp, struct siop_xfer *xfer,
sys/dev/ic/siop.c
1442
struct siop_xfer *siop_xfer;
sys/dev/ic/siop.c
1538
siop_xfer = (struct siop_xfer*)siop_cmd->cmd_tables;
sys/dev/ic/siop.c
1539
siop_xfer->resel[E_ldsa_abs_slot_Used[0]] =
sys/dev/ic/siop.c
1623
struct siop_xfer *xfer;
sys/dev/ic/siop.c
1705
memset(newcbd->cmds[i].cmd_tables, 0, sizeof(struct siop_xfer));
sys/dev/ic/siop.c
1707
i * sizeof(struct siop_xfer);
sys/dev/ic/siop.c
332
siop_cmd = &cbdp->cmds[dsa / sizeof(struct siop_xfer)];
sys/dev/ic/siop.c
72
#define SIOP_NCMDPB (PAGE_SIZE / sizeof(struct siop_xfer))
sys/dev/ic/siopvar.h
106
sizeof(struct siop_xfer), ops);
sys/dev/ic/siopvar.h
62
struct siop_xfer *xfers;