Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c2173 tcam_class_key_ip_t tcam_cls_cfg; in npi_fflp_cfg_ip_cls_tcam_key() local
2195 tcam_cls_cfg.value = 0; in npi_fflp_cfg_ip_cls_tcam_key()
2198 tcam_cls_cfg.bits.ldw.discard = 1; in npi_fflp_cfg_ip_cls_tcam_key()
2202 tcam_cls_cfg.bits.ldw.ipaddr = 1; in npi_fflp_cfg_ip_cls_tcam_key()
2206 tcam_cls_cfg.bits.ldw.ipaddr = 0; in npi_fflp_cfg_ip_cls_tcam_key()
2210 tcam_cls_cfg.bits.ldw.tsel = 1; in npi_fflp_cfg_ip_cls_tcam_key()
2625 tcam_class_key_ip_t tcam_cls_cfg; in npi_fflp_cfg_ip_cls_tcam_key_get() local
2646 if (tcam_cls_cfg.bits.ldw.discard) in npi_fflp_cfg_ip_cls_tcam_key_get()
2649 if (tcam_cls_cfg.bits.ldw.ipaddr) { in npi_fflp_cfg_ip_cls_tcam_key_get()
2654 if (tcam_cls_cfg.bits.ldw.tsel) { in npi_fflp_cfg_ip_cls_tcam_key_get()
[all …]