Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_pf.c895 u8_t starting_from = 0; in lm_pf_allocate_vf_igu_sbs() local
912starting_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() argument
948 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()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h4512 u8_t lm_pf_get_next_free_igu_block_id(struct _lm_device_t *pdev, u8_t starting_from);