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
|