Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ndd.c51 NXGE_PARAM_RW | NXGE_PARAM_PROP_ARR32 | NXGE_PARAM_READ_PROP | \
377 NXGE_PARAM_PROP_ARR32 | NXGE_PARAM_DONT_SHOW,
562 if ((param_arr[i].type & NXGE_PARAM_PROP_ARR32) || in nxge_get_param_soft_properties()
750 if ((param_arr[i].type & NXGE_PARAM_PROP_ARR32) || in nxge_init_param()
795 if ((nxgep->param_arr[i].type & NXGE_PARAM_PROP_ARR32) || in nxge_destroy_param()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h242 #define NXGE_PARAM_PROP_ARR32 0x00200000ULL macro