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

  /src/sys/dev/ic/
dpt.c 200 static int dpt_cmd(struct dpt_softc *, struct dpt_ccb *, int, int);
471 if (dpt_cmd(sc, NULL, CP_IMMEDIATE, CPI_BUS_RESET))
472 panic("%s: dpt_cmd failed", device_xname(sc->sc_dev));
628 dpt_cmd(sc, NULL, CP_IMMEDIATE, CPI_POWEROFF_WARN);
639 dpt_cmd(struct dpt_softc *sc, struct dpt_ccb *ccb, int eatacmd, int icmd) function in typeref:typename:int
817 if (dpt_cmd(sc, ccb, CP_IMMEDIATE, CPI_SPEC_ABORT))
818 aprint_error_dev(sc->sc_dev, "dpt_cmd failed\n");
1017 if (dpt_cmd(sc, ccb, CP_DMA_CMD, 0)) {
1018 aprint_error_dev(sc->sc_dev, "dpt_cmd failed\n");
1099 if (dpt_cmd(sc, ccb, CP_DMA_CMD, 0)
    [all...]
dpt.c 200 static int dpt_cmd(struct dpt_softc *, struct dpt_ccb *, int, int);
471 if (dpt_cmd(sc, NULL, CP_IMMEDIATE, CPI_BUS_RESET))
472 panic("%s: dpt_cmd failed", device_xname(sc->sc_dev));
628 dpt_cmd(sc, NULL, CP_IMMEDIATE, CPI_POWEROFF_WARN);
639 dpt_cmd(struct dpt_softc *sc, struct dpt_ccb *ccb, int eatacmd, int icmd) function in typeref:typename:int
817 if (dpt_cmd(sc, ccb, CP_IMMEDIATE, CPI_SPEC_ABORT))
818 aprint_error_dev(sc->sc_dev, "dpt_cmd failed\n");
1017 if (dpt_cmd(sc, ccb, CP_DMA_CMD, 0)) {
1018 aprint_error_dev(sc->sc_dev, "dpt_cmd failed\n");
1099 if (dpt_cmd(sc, ccb, CP_DMA_CMD, 0)
    [all...]

Completed in 22 milliseconds