Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_virtual.c392 int start_prop, end_prop; in hxge_set_hw_class_config() local
404 start_prop = param_class_cfg_ether_usr1; in hxge_set_hw_class_config()
407 for (i = start_prop; i <= end_prop; i++) { in hxge_set_hw_class_config()
417 j = (i - start_prop) + TCAM_CLASS_ETYPE_1; in hxge_set_hw_class_config()
425 start_prop = param_class_opt_ipv4_tcp; in hxge_set_hw_class_config()
428 for (i = start_prop; i <= end_prop; i++) { in hxge_set_hw_class_config()
438 j = (i - start_prop) + TCAM_CLASS_TCP_IPV4; in hxge_set_hw_class_config()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c410 char *start_prop, *num_prop, *cfg_prop; in nxge_update_rxdma_grp_properties() local
414 start_prop = param_arr[param_rdc_grps_start].fcode_name; in nxge_update_rxdma_grp_properties()
460 DDI_PROP_DONTPASS, start_prop, -1); in nxge_update_rxdma_grp_properties()
555 start_prop, custom_start_grp[port]); in nxge_update_rxdma_grp_properties()
560 start_prop)); in nxge_update_rxdma_grp_properties()
1134 int start_prop; in nxge_class_get_known_cfg() local
1140 start_prop = param_h1_init_value; in nxge_class_get_known_cfg()
1147 rx_quick_cfg, class_prop - start_prop); in nxge_class_get_known_cfg()
1160 int rx_quick_cfg, class_prop, start_prop, end_prop; in nxge_cfg_verify_set_classify() local
1168 start_prop = param_h1_init_value; in nxge_cfg_verify_set_classify()
[all …]