Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ndd.c57 #define NXGE_PARAM_ARRAY_INIT_SIZE 0x20ULL macro
572 if (prop_len > NXGE_PARAM_ARRAY_INIT_SIZE) in nxge_get_param_soft_properties()
573 prop_len = NXGE_PARAM_ARRAY_INIT_SIZE; in nxge_get_param_soft_properties()
752 alloc_count = NXGE_PARAM_ARRAY_INIT_SIZE; in nxge_init_param()
800 free_count = NXGE_PARAM_ARRAY_INIT_SIZE; in nxge_destroy_param()
1403 if (cfgd_vlans == NXGE_PARAM_ARRAY_INIT_SIZE) { in nxge_param_set_vlan_rdcgrp()