Searched refs:uath_cmd_read (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/io/uath/ |
H A D | uath.c | 253 static int uath_cmd_read(struct uath_softc *, uint32_t, const void *, 909 return (uath_cmd_read(sc, WDCMSG_HOST_AVAILABLE, in uath_host_available() 919 err = uath_cmd_read(sc, WDCMSG_TARGET_GET_CAPABILITY, &cap, in uath_get_capability() 1011 err = uath_cmd_read(sc, WDCMSG_TARGET_GET_STATUS, in uath_get_status() 1113 uath_cmd_read(struct uath_softc *sc, uint32_t code, const void *idata, in uath_cmd_read() function 2650 err = uath_cmd_read(sc, WDCMSG_TARGET_START, NULL, 0, in uath_init_locked()
|