twe_cmd 124 dev/ic/twe.c sizeof(struct twe_cmd) * TWE_MAXCMDS);
twe_cmd 139 dev/ic/twe.c struct twe_cmd *cmd;
twe_cmd 146 dev/ic/twe.c error = bus_dmamem_alloc(sc->dmat, sizeof(struct twe_cmd) * TWE_MAXCMDS,
twe_cmd 154 dev/ic/twe.c sizeof(struct twe_cmd) * TWE_MAXCMDS,
twe_cmd 163 dev/ic/twe.c sizeof(struct twe_cmd) * TWE_MAXCMDS, TWE_MAXCMDS,
twe_cmd 164 dev/ic/twe.c sizeof(struct twe_cmd) * TWE_MAXCMDS, 0,
twe_cmd 172 dev/ic/twe.c sizeof(struct twe_cmd) * TWE_MAXCMDS, NULL, BUS_DMA_NOWAIT);
twe_cmd 187 dev/ic/twe.c sizeof(struct twe_cmd) * (TWE_MAXCMDS - 1);
twe_cmd 188 dev/ic/twe.c for (cmd = (struct twe_cmd *)sc->sc_cmds + TWE_MAXCMDS - 1;
twe_cmd 189 dev/ic/twe.c cmd >= (struct twe_cmd *)sc->sc_cmds; cmd--, pa -= sizeof(*cmd)) {
twe_cmd 191 dev/ic/twe.c cmd->cmd_index = cmd - (struct twe_cmd *)sc->sc_cmds;
twe_cmd 490 dev/ic/twe.c struct twe_cmd *cmd;
twe_cmd 602 dev/ic/twe.c struct twe_cmd *cmd = ccb->ccb_cmd;
twe_cmd 689 dev/ic/twe.c struct twe_cmd *cmd = ccb->ccb_cmd;
twe_cmd 784 dev/ic/twe.c struct twe_cmd *cmd;
twe_cmd 958 dev/ic/twe.c struct twe_cmd *cmd;
twe_cmd 164 dev/ic/twereg.h struct twe_cmd {
twe_cmd 33 dev/ic/twevar.h struct twe_cmd *ccb_cmd;