Searched refs:tcam_size (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_classify.h83 uint32_t tcam_size; member in struct:_hxge_classify
H A Dhxge_pfc.c107 int stop_location = hxgep->classifier.tcam_size;
112 if ((location >= hxgep->classifier.tcam_size) || (location < -1)) {
119 stop_location = hxgep->classifier.tcam_size;
1017 classify_ptr->tcam_size = TCAM_HXGE_TCAM_MAX_ENTRY;
1019 alloc_size = sizeof (tcam_flow_spec_t) * classify_ptr->tcam_size;
1044 alloc_size = fsize * classify_ptr->tcam_size;
H A Dhxge_virtual.c70 hxgep->classifier.tcam_size = TCAM_HXGE_TCAM_MAX_ENTRY;
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc5.c108 unsigned int tcam_size; member in struct:pemc5
137 return mc5->tcam_size;
154 unsigned int tcam_size = t1_mc5_get_tcam_size(mc5); local
157 return tcam_size - tcam_rtable_base;
408 unsigned int tcam_size = t1_mc5_get_tcam_size(mc5); local
420 if (set_tcam_rtbl_base(mc5, tcam_size - nroutes) ||
421 set_tcam_server_base(mc5, tcam_size - nroutes - nservers))
659 mc5->tcam_size = tcam_part_size[mc5->part_size] / bits_per_entry;
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp.h205 uint32_t tcam_size; member in struct:_nxge_classify
H A Dnxge_common.h548 uint32_t tcam_size; member in struct:nxge_hw_list
/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;
838 classify_ptr->tcam_size = nxgep->nxge_hw_p->tcam_size / nxgep->nports;
2370 cfgp->data = clasp->tcam_size;
2397 if (index >= (nxgep->classifier.tcam_size - 1))
H A Dnxge_main.c6723 hw_p->tcam_size = TCAM_NIU_TCAM_MAX_ENTRY;
6727 hw_p->tcam_size = TCAM_NXGE_TCAM_MAX_ENTRY;
6731 hw_p->tcam_size, KM_SLEEP);
6840 hw_p->tcam_size);
H A Dnxge_virtual.c1638 nxgep->classifier.tcam_size = TCAM_NIU_TCAM_MAX_ENTRY;
1640 nxgep->classifier.tcam_size = TCAM_NXGE_TCAM_MAX_ENTRY;

Completed in 127 milliseconds