Searched refs:classifier (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtable.h32 #include <ipp/ipgpc/classifier-objects.h>
H A Dba_table.h32 #include <ipp/ipgpc/classifier-objects.h>
H A Dfilters.h32 #include <ipp/ipgpc/classifier-objects.h>
H A Dtrie.h32 #include <ipp/ipgpc/classifier-objects.h>
H A Dba_table.c30 #include <ipp/ipgpc/classifier.h>
H A Dclassifierddi.c33 #include <ipp/ipgpc/classifier.h>
H A Dclassifier.c33 #include <ipp/ipgpc/classifier.h>
39 /* Implementation file for classifier used in ipgpc module */
H A Dtrie.c31 #include <ipp/ipgpc/classifier.h>
H A Dfilters.c39 #include <ipp/ipgpc/classifier.h>
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c79 bcopy((void *)&hxgep->classifier.tcam_entries[location].tce,
107 int stop_location = hxgep->classifier.tcam_size;
112 if ((location >= hxgep->classifier.tcam_size) || (location < -1)) {
119 stop_location = hxgep->classifier.tcam_size;
235 (void *) &hxgep->classifier.tcam_entries[location].tce,
959 hxgep->classifier.state |= HXGE_PFC_HW_RESET;
973 if (hxgep->classifier.state & HXGE_PFC_HW_INIT) {
994 hxgep->classifier.state |= HXGE_PFC_HW_INIT;
1008 classify_ptr = &hxgep->classifier;
1024 hxgep->classifier
[all...]
H A Dhxge.h304 hxge_classify_t classifier; member in struct:_hxge_t
H A Dhxge_virtual.c70 hxgep->classifier.tcam_size = TCAM_HXGE_TCAM_MAX_ENTRY;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c128 uint32_t stop_location = nxgep->classifier.tcam_size;
132 if ((location >= nxgep->classifier.tcam_size) || (location < -1)) {
139 stop_location = nxgep->classifier.tcam_size;
260 uint16_t start = 0, stop = nxgep->classifier.tcam_size;
622 nxgep->classifier.state |= NXGE_FFLP_HW_RESET;
830 classify_ptr = &nxgep->classifier;
849 nxgep->classifier.tcam_location = nxgep->function_num;
850 nxgep->classifier.fragment_bug = 1;
861 nxgep->classifier.state = NULL;
1519 (void *) &nxgep->classifier
[all...]
H A Dnxge_fm.c630 hash_log.value = nxgep->classifier.fflp_stats->
641 nxgep->classifier.fflp_stats->
H A Dnxge_virtual.c1638 nxgep->classifier.tcam_size = TCAM_NIU_TCAM_MAX_ENTRY;
1640 nxgep->classifier.tcam_size = TCAM_NXGE_TCAM_MAX_ENTRY;
H A Dnxge_main.c1551 classify_ptr = &nxgep->classifier;
1592 classify_ptr = &nxgep->classifier;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge.h658 nxge_classify_t classifier; member in struct:_nxge_t

Completed in 116 milliseconds