Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc5.c106 unsigned int tcam_size; member
135 return mc5->tcam_size; in t1_mc5_get_tcam_size()
152 unsigned int tcam_size = t1_mc5_get_tcam_size(mc5); in t1_mc5_get_tcam_rtbl_size() local
155 return tcam_size - tcam_rtable_base; in t1_mc5_get_tcam_rtbl_size()
406 unsigned int tcam_size = t1_mc5_get_tcam_size(mc5); in t1_mc5_init() local
418 if (set_tcam_rtbl_base(mc5, tcam_size - nroutes) || in t1_mc5_init()
419 set_tcam_server_base(mc5, tcam_size - nroutes - nservers)) in t1_mc5_init()
657 mc5->tcam_size = tcam_part_size[mc5->part_size] / bits_per_entry; in t1_mc5_create()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_classify.h81 uint32_t tcam_size; member
H A Dhxge_pfc.c107 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()
1017 classify_ptr->tcam_size = TCAM_HXGE_TCAM_MAX_ENTRY; in hxge_classify_init_sw()
1019 alloc_size = sizeof (tcam_flow_spec_t) * classify_ptr->tcam_size; in hxge_classify_init_sw()
1044 alloc_size = fsize * classify_ptr->tcam_size; in hxge_classify_exit_sw()
H A Dhxge_virtual.c70 hxgep->classifier.tcam_size = TCAM_HXGE_TCAM_MAX_ENTRY; in hxge_get_config_properties()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_fflp.h205 uint32_t tcam_size; member
H A Dnxge_common.h548 uint32_t tcam_size; member
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c128 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()
838 classify_ptr->tcam_size = nxgep->nxge_hw_p->tcam_size / nxgep->nports; in nxge_classify_init_sw()
2360 cfgp->data = clasp->tcam_size; in nxge_get_tcam_entry_all()
2387 if (index >= (nxgep->classifier.tcam_size - 1)) in nxge_tcam_get_index()
H A Dnxge_main.c6705 hw_p->tcam_size = TCAM_NIU_TCAM_MAX_ENTRY; in nxge_init_common_dev()
6709 hw_p->tcam_size = TCAM_NXGE_TCAM_MAX_ENTRY; in nxge_init_common_dev()
6713 hw_p->tcam_size, KM_SLEEP); in nxge_init_common_dev()
6822 hw_p->tcam_size); in nxge_uninit_common_dev()
H A Dnxge_virtual.c1639 nxgep->classifier.tcam_size = TCAM_NIU_TCAM_MAX_ENTRY; in nxge_get_config_properties()
1641 nxgep->classifier.tcam_size = TCAM_NXGE_TCAM_MAX_ENTRY; in nxge_get_config_properties()