xd.c | 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, function in typeref:typename:int 1678 xdcsc->xdc->xdc_csr = XDC_RESET; 1679 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET); [all...] |