Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c47 #define HXGE_PARAM_ARRAY_INIT_SIZE 0x20ULL macro
258 if (prop_len > HXGE_PARAM_ARRAY_INIT_SIZE) in hxge_get_param_soft_properties()
259 prop_len = HXGE_PARAM_ARRAY_INIT_SIZE; in hxge_get_param_soft_properties()
406 alloc_count = HXGE_PARAM_ARRAY_INIT_SIZE; in hxge_init_param()
452 free_count = HXGE_PARAM_ARRAY_INIT_SIZE; in hxge_destroy_param()
734 if (cfgd_vlans >= HXGE_PARAM_ARRAY_INIT_SIZE) { in hxge_param_set_vlan_ids()