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

  /src/sys/dev/ic/
iha.c 202 static int iha_xfer_data(struct iha_softc *, struct iha_scb *, int);
1747 return (iha_xfer_data(sc, scb, FLAG_DATAIN));
1750 return (iha_xfer_data(sc, scb, FLAG_DATAOUT));
1958 * iha_xfer_data - initiate the DMA xfer of the data
1961 iha_xfer_data(struct iha_softc *sc, struct iha_scb *scb, int direction) function in typeref:typename:int
iha.c 202 static int iha_xfer_data(struct iha_softc *, struct iha_scb *, int);
1747 return (iha_xfer_data(sc, scb, FLAG_DATAIN));
1750 return (iha_xfer_data(sc, scb, FLAG_DATAOUT));
1958 * iha_xfer_data - initiate the DMA xfer of the data
1961 iha_xfer_data(struct iha_softc *sc, struct iha_scb *scb, int direction) function in typeref:typename:int

Completed in 28 milliseconds