HomeSort by: relevance | last modified time | path
    Searched defs:siop_xfer (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
siopvar.h 35 * In struct siop_common_cmd siop_xfer will point to this.
37 struct siop_xfer { struct
58 /* command block descriptors: an array of siop_cmd + an array of siop_xfer */
62 struct siop_xfer *xfers;
106 sizeof(struct siop_xfer), ops);
siop.c 72 #define SIOP_NCMDPB (PAGE_SIZE / sizeof(struct siop_xfer))
332 siop_cmd = &cbdp->cmds[dsa / sizeof(struct siop_xfer)];
1442 struct siop_xfer *siop_xfer; local in function:siop_start
1538 siop_xfer = (struct siop_xfer*)siop_cmd->cmd_tables;
1539 siop_xfer->resel[E_ldsa_abs_slot_Used[0]] =
1623 struct siop_xfer *xfer;
1705 memset(newcbd->cmds[i].cmd_tables, 0, sizeof(struct siop_xfer));
1707 i * sizeof(struct siop_xfer);
    [all...]
  /src/sys/arch/bebox/stand/boot/
sdvar.h 81 * In struct siop_common_cmd siop_xfer will point to this.
83 struct siop_xfer { struct
114 struct siop_xfer *xfer; /* xfer addr */
siop.c 55 static void siop_setuptables(struct siop_adapter *, struct siop_xfer *,
58 static void siop_sdp(struct siop_adapter *, struct siop_xfer *,
60 static void siop_update_resid(struct siop_adapter *, struct siop_xfer *,
67 static void siop_xfer_setup(struct siop_xfer *, void *);
102 siop_setuptables(struct siop_adapter *adp, struct siop_xfer *xfer,
170 siop_sdp(struct siop_adapter *adp, struct siop_xfer *xfer, struct scsi_xfer *xs,
224 siop_update_resid(struct siop_adapter *adp, struct siop_xfer *xfer,
258 struct siop_xfer *siop_xfer = NULL; local in function:siop_intr
282 siop_xfer = adp->xfer
626 struct siop_xfer *siop_xfer = adp->xfer; local in function:siop_start
    [all...]
  /src/sys/arch/prep/stand/boot/
sdvar.h 81 * In struct siop_common_cmd siop_xfer will point to this.
83 struct siop_xfer { struct
114 struct siop_xfer *xfer; /* xfer addr */
siop.c 51 static void siop_setuptables(struct siop_adapter *, struct siop_xfer *,
54 static void siop_sdp(struct siop_adapter *, struct siop_xfer *,
56 static void siop_update_resid(struct siop_adapter *, struct siop_xfer *,
63 static void siop_xfer_setup(struct siop_xfer *, void *);
98 siop_setuptables(struct siop_adapter *adp, struct siop_xfer *xfer,
147 siop_sdp(struct siop_adapter *adp, struct siop_xfer *xfer, struct scsi_xfer *xs,
201 siop_update_resid(struct siop_adapter *adp, struct siop_xfer *xfer,
235 struct siop_xfer *siop_xfer = NULL; local in function:siop_intr
259 siop_xfer = adp->xfer
605 struct siop_xfer *siop_xfer = adp->xfer; local in function:siop_start
    [all...]

Completed in 14 milliseconds