Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c535 if (cfg.lookup_enable) in hpi_pfc_set_l3_class_config()
565 cfg->lookup_enable = 1; in hpi_pfc_get_l3_class_config()
567 cfg->lookup_enable = 0; in hpi_pfc_get_l3_class_config()
H A Dhxge_pfc.c606 if (cfg.lookup_enable) in hxge_cfg_tcam_ip_class_get()
807 cfg.lookup_enable = 1; in hxge_pfc_ip_class_config()
809 cfg.lookup_enable = 0; in hxge_pfc_ip_class_config()
H A Dhxge_pfc.h323 boolean_t lookup_enable; member
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c2209 if (cfg->lookup_enable) { in npi_fflp_cfg_ip_cls_tcam_key()
2644 cfg->lookup_enable = 0; in npi_fflp_cfg_ip_cls_tcam_key_get()
2655 cfg->lookup_enable = 1; in npi_fflp_cfg_ip_cls_tcam_key_get()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c736 if (cfg.lookup_enable) in nxge_cfg_tcam_ip_class_get()
763 cfg.lookup_enable = 0; in nxge_cfg_tcam_ip_class()
768 cfg.lookup_enable = 1; in nxge_cfg_tcam_ip_class()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1442 uint32_t lookup_enable:1; member