Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/liquidio/base/
Dlio_device.c174 static char lio_app_str[LIO_DRV_APP_COUNT + 1][32] = {"BASE", "NIC", "UNKNOWN"}; variable
252 return (lio_app_str[app_mode - LIO_DRV_APP_START]); in lio_get_app_string()
254 return (lio_app_str[LIO_DRV_INVALID_APP - LIO_DRV_APP_START]); in lio_get_app_string()