Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ath/
H A Dath_aux.c86 static const char *hal_status_desc[] = { in ath_get_hal_status_desc() local
105 if (status >= 0 && status < sizeof (hal_status_desc)/sizeof (char *)) in ath_get_hal_status_desc()
106 return (hal_status_desc[status]); in ath_get_hal_status_desc()