Searched refs:PARAM_COUNT (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/rge/ |
H A D | rge_ndd.c | 96 { PARAM_COUNT, 0, 0, 0, NULL } 136 { PARAM_COUNT, 0, 0, 0, NULL }
|
H A D | rge.h | 207 PARAM_COUNT enumerator 473 nd_param_t nd_params[PARAM_COUNT];
|
/illumos-gate/usr/src/uts/common/io/ntxn/ |
H A D | unm_ndd.c | 94 { PARAM_COUNT, 0, 0, 0, NULL } 133 { PARAM_COUNT, 0, 0, 0, NULL }
|
H A D | unm_nic.h | 328 PARAM_COUNT enumerator 583 nd_param_t nd_params[PARAM_COUNT];
|
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 3406 PARAM_COUNT enumerator 3745 ASSERT(item < PARAM_COUNT); in gem_nd_load() 3765 kmem_zalloc(sizeof (struct gem_nd_arg) * PARAM_COUNT, KM_SLEEP); in gem_nd_setup() 3918 kmem_free(dp->nd_arg_p, sizeof (struct gem_nd_arg) * PARAM_COUNT); in gem_nd_cleanup()
|