Searched defs:start_location (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c106 int start_location = 0; local
118 start_location = 0;
121 start_location = location;
124 for (tcam_loc = start_location; tcam_loc < stop_location; tcam_loc++)
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c127 uint32_t start_location = 0; local
138 start_location = 0;
141 start_location = location;
144 for (tcam_loc = start_location; tcam_loc < stop_location; tcam_loc++)

Completed in 65 milliseconds