Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c2263 if (cfg->use_proto) { in npi_fflp_cfg_ip_cls_flow_key()
2323 cfg->use_proto = 0; in npi_fflp_cfg_ip_cls_flow_key_get()
2336 cfg->use_proto = 1; in npi_fflp_cfg_ip_cls_flow_key_get()
2447 if (cfg->use_proto) { in npi_fflp_cfg_ip_cls_flow_key_rfnl()
2550 cfg->use_proto = 0; in npi_fflp_cfg_ip_cls_flow_key_get_rfnl()
2571 cfg->use_proto = 1; in npi_fflp_cfg_ip_cls_flow_key_get_rfnl()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c641 fcfg.use_proto = 1; in nxge_cfg_ip_cls_flow_key()
688 if (fcfg.use_proto) in nxge_cfg_ip_cls_flow_key_get()
2796 cfg.use_proto = 1; in nxge_cfg_iptun_hash()
2882 if (cfg.use_proto) in nxge_get_iptun_class()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp_hw.h1433 uint32_t use_proto:1; member