Home
last modified time | relevance | path

Searched refs:NXGE_PARAM_ARRAY_CNT_MASK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ndd.c1400 cfgd_vlans = ((pa->type & NXGE_PARAM_ARRAY_CNT_MASK) >> in nxge_param_set_vlan_rdcgrp()
1459 pa->type &= ~NXGE_PARAM_ARRAY_CNT_MASK; in nxge_param_set_vlan_rdcgrp()
1518 cfgd_vlans = (pa->type & NXGE_PARAM_ARRAY_CNT_MASK) >> in nxge_param_get_vlan_rdcgrp()
H A Dnxge_fflp.c2032 cfgd_vlans = ((pa->type & NXGE_PARAM_ARRAY_CNT_MASK) >> in nxge_fflp_update_hw()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h252 #define NXGE_PARAM_ARRAY_CNT_MASK 0x0000ffff00000000ULL macro