Home
last modified time | relevance | path

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

/freebsd/sys/dev/liquidio/base/
H A Dlio_common.h102 #define LIO_DRV_APP_START 0x0 macro
104 #define LIO_DRV_NIC_APP (LIO_DRV_APP_START + 0x1)
105 #define LIO_DRV_INVALID_APP (LIO_DRV_APP_START + 0x2)
H A Dlio_device.c251 return (lio_app_str[app_mode - LIO_DRV_APP_START]); in lio_get_app_string()
253 return (lio_app_str[LIO_DRV_INVALID_APP - LIO_DRV_APP_START]); in lio_get_app_string()