Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c731 cfgd_vlans = ((pa->type & HXGE_PARAM_ARRAY_CNT_MASK) >> in hxge_param_set_vlan_ids()
785 pa->type &= ~HXGE_PARAM_ARRAY_CNT_MASK; in hxge_param_set_vlan_ids()
832 cfgd_vlans = (pa->type & HXGE_PARAM_ARRAY_CNT_MASK) >> in hxge_param_get_vlan_ids()
H A Dhxge.h117 #define HXGE_PARAM_ARRAY_CNT_MASK 0x0000ffff00000000ULL macro