Searched refs:classifier (Results 1 – 9 of 9) sorted by relevance
79 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 …]
304 hxge_classify_t classifier; member
70 hxgep->classifier.tcam_size = TCAM_HXGE_TCAM_MAX_ENTRY; in hxge_get_config_properties()
128 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 = NULL; in nxge_classify_exit_sw()1519 (void *) &nxgep->classifier.tcam_entries[location].tce, in nxge_add_tcam_entry()[all …]
630 hash_log.value = nxgep->classifier.fflp_stats-> in nxge_fm_ereport()641 nxgep->classifier.fflp_stats-> in nxge_fm_ereport()
1638 nxgep->classifier.tcam_size = TCAM_NIU_TCAM_MAX_ENTRY; in nxge_get_config_properties()1640 nxgep->classifier.tcam_size = TCAM_NXGE_TCAM_MAX_ENTRY; in nxge_get_config_properties()
1550 classify_ptr = &nxgep->classifier; in nxge_setup_mutexes()1591 classify_ptr = &nxgep->classifier; in nxge_destroy_mutexes()
658 nxge_classify_t classifier; member
515 IPGPC_OBJS += classifierddi.o classifier.o filters.o trie.o table.o \