Searched defs: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; local
119 stop_location = hxgep->classifier.tcam_size;
122 stop_location = location + 1;
124 for (tcam_loc = start_location; tcam_loc < stop_location; tcam_loc++)
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c128 uint32_t stop_location = nxgep->classifier.tcam_size; local
139 stop_location = nxgep->classifier.tcam_size;
142 stop_location = location + 1;
144 for (tcam_loc = start_location; tcam_loc < stop_location; tcam_loc++)

Completed in 64 milliseconds