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()
112 if ((location >= hxgep->classifier.tcam_size) || (location < -1)) { 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()
[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.c128 uint32_t stop_location = nxgep->classifier.tcam_size; in nxge_get_tcam()
132 if ((location >= nxgep->classifier.tcam_size) || (location < -1)) { in nxge_get_tcam()
139 stop_location = nxgep->classifier.tcam_size; in nxge_get_tcam()
260 uint16_t start = 0, stop = nxgep->classifier.tcam_size; in nxge_fflp_tcam_invalidate_all()
622 nxgep->classifier.state |= NXGE_FFLP_HW_RESET; in nxge_fflp_hw_reset()
830 classify_ptr = &nxgep->classifier; in nxge_classify_init_sw()
849 nxgep->classifier.tcam_location = nxgep->function_num; 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()
1516 (void *) &nxgep->classifier.tcam_entries[location].tce, in nxge_add_tcam_entry()
[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.c1545 classify_ptr = &nxgep->classifier; in nxge_setup_mutexes()
1586 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.files541 IPGPC_OBJS += classifierddi.o classifier.o filters.o trie.o table.o \