Searched refs:uath_cmdsend (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/uath/ |
H A D | uath.c | 262 static int uath_cmdsend(struct uath_softc *, uint32_t, 1122 return (uath_cmdsend(sc, code, idata, ilen, odata, olen, flags)); in uath_cmd_read() 1130 return (uath_cmdsend(sc, code, data, len, NULL, 0, flags)); in uath_cmd_write() 1137 uath_cmdsend(struct uath_softc *sc, uint32_t code, const void *idata, int ilen, in uath_cmdsend() function
|