Lines Matching refs:xdc_reset
237 int xdc_reset(struct xdc_softc *, int, int, int, struct xd_softc *);
1582 xdc_reset(xdcsc, 0, XD_RSET_ALL, XD_ERR_FAIL, 0);
1589 if (xdc_reset(xdcsc, 0,
1631 * xdc_reset: reset one drive. NOTE: assumes xdc was just reset.
1651 xdcsc->xdc->xdc_csr = XDC_RESET;
1652 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
1663 * xdc_reset: reset everything: requests are marked as errors except
1667 xdc_reset(struct xdc_softc *xdcsc, int quiet, int blastmode, int error,
1678 xdcsc->xdc->xdc_csr = XDC_RESET;
1679 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
1745 printf("%s: diag: xdc_reset miscount (%d should be %d)!\n",
1794 if (xdc_reset(xdcsc, 0, XD_RSET_ALL, errno, 0) != XD_ERR_AOK) {
1985 xdc_reset(xdcsc, 1, XD_RSET_NONE, errno, iorq->xd);
2123 xdc_reset(xdcsc, 0, XD_RSET_NONE, XD_ERR_FAIL, NULL);