Home
last modified time | relevance | path

Searched refs:stop_location (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c107 int stop_location = hxgep->classifier.tcam_size; in hxge_get_tcam() local
119 stop_location = hxgep->classifier.tcam_size; in hxge_get_tcam()
122 stop_location = location + 1; in hxge_get_tcam()
124 for (tcam_loc = start_location; tcam_loc < stop_location; tcam_loc++) in hxge_get_tcam()
/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() local
139 stop_location = nxgep->classifier.tcam_size; in nxge_get_tcam()
142 stop_location = location + 1; in nxge_get_tcam()
144 for (tcam_loc = start_location; tcam_loc < stop_location; tcam_loc++) in nxge_get_tcam()