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

/freebsd-11-stable/sys/dev/liquidio/base/
H A 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]);
254 return (lio_app_str[LIO_DRV_INVALID_APP - LIO_DRV_APP_START]);

Completed in 137 milliseconds