Searched refs:starting_from (Results 1 – 2 of 2) sorted by relevance
895 u8_t starting_from = 0; in lm_pf_allocate_vf_igu_sbs() local912 …starting_from = vf_info->vf_chains[idx].igu_sb_id = lm_pf_get_next_free_igu_block_id(pdev, startin… in lm_pf_allocate_vf_igu_sbs()913 if (starting_from == 0xFF) in lm_pf_allocate_vf_igu_sbs()917 lm_pf_acquire_vf_igu_block(pdev, starting_from, vf_info->abs_vf_id, idx); in lm_pf_allocate_vf_igu_sbs()944 u8_t lm_pf_get_next_free_igu_block_id(lm_device_t *pdev, u8_t starting_from) in lm_pf_get_next_free_igu_block_id() argument948 for (igu_sb_idx = starting_from; igu_sb_idx < IGU_REG_MAPPING_MEMORY_SIZE; igu_sb_idx++ ) in lm_pf_get_next_free_igu_block_id()
4512 u8_t lm_pf_get_next_free_igu_block_id(struct _lm_device_t *pdev, u8_t starting_from);