Searched refs:LIO_DRV_APP_START (Results 1 – 2 of 2) sorted by relevance
102 #define LIO_DRV_APP_START 0x0 macro104 #define LIO_DRV_NIC_APP (LIO_DRV_APP_START + 0x1)105 #define LIO_DRV_INVALID_APP (LIO_DRV_APP_START + 0x2)
251 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()