Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/liquidio/base/
Dlio_common.h103 #define LIO_DRV_APP_START 0x0 macro
105 #define LIO_DRV_NIC_APP (LIO_DRV_APP_START + 0x1)
106 #define LIO_DRV_INVALID_APP (LIO_DRV_APP_START + 0x2)
Dlio_device.c252 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()