Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c233 uint32_t param_count; in hxge_get_param_soft_properties() local
239 param_count = hxgep->param_count; in hxge_get_param_soft_properties()
240 for (i = 0; i < param_count; i++) { in hxge_get_param_soft_properties()
349 for (i = 0; i < hxgep->param_count; i++) { in hxge_setup_param()
418 hxgep->param_count = sizeof (hxge_param_arr) / sizeof (hxge_param_t); in hxge_init_param()
420 hxgep->param_count)); in hxge_init_param()
446 for (i = 0; i < hxgep->param_count; i++) { in hxge_destroy_param()
H A Dhxge.h309 uint32_t param_count; member
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ndd.c550 uint32_t param_count; in nxge_get_param_soft_properties() local
556 param_count = nxgep->param_count; in nxge_get_param_soft_properties()
557 for (i = 0; i < param_count; i++) { in nxge_get_param_soft_properties()
703 for (i = 0; i < nxgep->param_count; i++) { in nxge_setup_param()
764 nxgep->param_count = sizeof (nxge_param_arr)/sizeof (nxge_param_t); in nxge_init_param()
769 nxgep->param_count)); in nxge_init_param()
794 for (i = 0; i < nxgep->param_count; i++) in nxge_destroy_param()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h662 uint32_t param_count; member