Home
last modified time | relevance | path

Searched refs:uath_cmdsend (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/io/uath/
H A Duath.c257 static int uath_cmdsend(struct uath_softc *, uint32_t,
1117 return (uath_cmdsend(sc, code, idata, ilen, odata, olen, flags)); in uath_cmd_read()
1125 return (uath_cmdsend(sc, code, data, len, NULL, 0, flags)); in uath_cmd_write()
1132 uath_cmdsend(struct uath_softc *sc, uint32_t code, const void *idata, int ilen, in uath_cmdsend() function