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

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

Completed in 77 milliseconds