Searched refs:startidx (Results 1 – 6 of 6) sorted by relevance
321 int startidx; in uppc_addspl() local332 startidx = (ipl << 1); in uppc_addspl()335 startidx = (ipl << 1) + 1; in uppc_addspl()343 for (i = startidx; i < (MAXIPL << 1); i += 2) { in uppc_addspl()352 for (i = startidx-2; i >= 0; i -= 2) { in uppc_addspl()
779 int startidx = 0; in flash_device_list() local804 rv = plugins->plugin->fw_identify(startidx); in flash_device_list()812 startidx += 100; in flash_device_list()
1905 int leafidx, startidx; in disp_getwork() local1936 leafidx = startidx = 0; in disp_getwork()2032 } while (leafidx != startidx); in disp_getwork()2045 leafidx = startidx = lpl->lpl_id2rset[local_id]; in disp_getwork()
632 ulong_t startidx = startidx_p ? *startidx_p : 0; in anon_grow() local642 ASSERT(startidx + oldseg_pgs <= ahp->size); in anon_grow()652 totpages = oldamp_pgs - startidx + newseg_pgs; in anon_grow()654 totpages = startidx + oldseg_pgs + newseg_pgs; in anon_grow()
5479 cmd.startidx = cpu_to_be16(start); in t4_config_rss_range()
8281 __be16 startidx; member