Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c41 HXGE_PARAM_RW | HXGE_PARAM_PROP_ARR32 | \
248 if ((param_arr[i].type & HXGE_PARAM_PROP_ARR32) || in hxge_get_param_soft_properties()
404 if ((param_arr[i].type & HXGE_PARAM_PROP_ARR32) || in hxge_init_param()
447 if ((hxgep->param_arr[i].type & HXGE_PARAM_PROP_ARR32) || in hxge_destroy_param()
H A Dhxge.h111 #define HXGE_PARAM_PROP_ARR32 0x00200000ULL macro