Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c79 bcopy((void *)&hxgep->classifier.tcam_entries[location].tce, in hxge_tcam_dump_entry()
107 int stop_location = hxgep->classifier.tcam_size; in hxge_get_tcam()
119 stop_location = hxgep->classifier.tcam_size; in hxge_get_tcam()
235 (void *) &hxgep->classifier.tcam_entries[location].tce, in hxge_tcam_default_add_entry()
959 hxgep->classifier.state |= HXGE_PFC_HW_RESET; in hxge_pfc_hw_reset()
973 if (hxgep->classifier.state & HXGE_PFC_HW_INIT) { in hxge_classify_init_hw()
994 hxgep->classifier.state |= HXGE_PFC_HW_INIT; in hxge_classify_init_hw()
1008 classify_ptr = &hxgep->classifier; in hxge_classify_init_sw()
1024 hxgep->classifier.tcam_location = 0; in hxge_classify_init_sw()
1040 classify_ptr = &hxgep->classifier; in hxge_classify_exit_sw()
[all …]
H A Dhxge.h304 hxge_classify_t classifier; member
H A Dhxge_virtual.c70 hxgep->classifier.tcam_size = TCAM_HXGE_TCAM_MAX_ENTRY; in hxge_get_config_properties()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c139 stop_location = nxgep->classifier.tcam_size; in nxge_get_tcam()
830 classify_ptr = &nxgep->classifier; in nxge_classify_init_sw()
850 nxgep->classifier.fragment_bug = 1; in nxge_classify_init_sw()
861 nxgep->classifier.state = 0; in nxge_classify_exit_sw()
1518 nxgep->classifier.tcam_entry_cnt++; in nxge_add_tcam_entry()
1587 nxgep->classifier.tcam_entry_cnt++; in nxge_tcam_handle_ip_fragment()
2114 if (nxgep->classifier.fragment_bug == 1) { in nxge_classify_init_hw()
2259 nxgep->classifier.tcam_entry_cnt - 1 : in nxge_get_valid_tcam_cnt()
2260 nxgep->classifier.tcam_entry_cnt); in nxge_get_valid_tcam_cnt()
2389 if (nxgep->classifier.fragment_bug == 1) in nxge_tcam_get_index()
[all …]
H A Dnxge_fm.c630 hash_log.value = nxgep->classifier.fflp_stats-> in nxge_fm_ereport()
641 nxgep->classifier.fflp_stats-> in nxge_fm_ereport()
H A Dnxge_virtual.c1639 nxgep->classifier.tcam_size = TCAM_NIU_TCAM_MAX_ENTRY; in nxge_get_config_properties()
1641 nxgep->classifier.tcam_size = TCAM_NXGE_TCAM_MAX_ENTRY; in nxge_get_config_properties()
H A Dnxge_main.c1544 classify_ptr = &nxgep->classifier; in nxge_setup_mutexes()
1585 classify_ptr = &nxgep->classifier; in nxge_destroy_mutexes()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h658 nxge_classify_t classifier; member
/illumos-gate/usr/src/uts/common/
H A DMakefile.files540 IPGPC_OBJS += classifierddi.o classifier.o filters.o trie.o table.o \