Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp.h46 uint32_t tcam_entries; member
214 tcam_flow_spec_t *tcam_entries; member
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_classify.h88 tcam_flow_spec_t *tcam_entries; member
H A Dhxge_pfc.c79 bcopy((void *)&hxgep->classifier.tcam_entries[location].tce, in hxge_tcam_dump_entry()
235 (void *) &hxgep->classifier.tcam_entries[location].tce, in hxge_tcam_default_add_entry()
1020 classify_ptr->tcam_entries = KMEM_ZALLOC(alloc_size, NULL); in hxge_classify_init_sw()
1043 if (classify_ptr->tcam_entries) { in hxge_classify_exit_sw()
1045 KMEM_FREE((void *) classify_ptr->tcam_entries, alloc_size); in hxge_classify_exit_sw()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c839 classify_ptr->tcam_entries = (tcam_flow_spec_t *)nxgep->nxge_hw_p->tcam; in nxge_classify_init_sw()
1519 (void *) &nxgep->classifier.tcam_entries[location].tce, in nxge_add_tcam_entry()
1522 nxgep->classifier.tcam_entries[location].valid = 1; in nxge_add_tcam_entry()
1588 (void *) &nxgep->classifier.tcam_entries[location].tce, in nxge_tcam_handle_ip_fragment()
1591 nxgep->classifier.tcam_entries[location].valid = 1; in nxge_tcam_handle_ip_fragment()
2376 tcam_entryp = &clasp->tcam_entries[k]; in nxge_get_tcam_entry_all()
2447 tcam_ep = &nxgep->classifier.tcam_entries[index]; in nxge_get_tcam_entry()
2528 tcam_ep = &nxgep->classifier.tcam_entries[index]; in nxge_del_tcam_entry()
2580 nxgep->classifier.tcam_entries[index].valid = 0; in nxge_del_tcam_entry()