Searched refs:igu_id (Results 1 – 2 of 2) sorted by relevance
1667 u16 igu_id; in ecore_get_igu_free_sb() local1669 for (igu_id = 0; igu_id < ECORE_MAPPING_MEMORY_SIZE(p_hwfn->p_dev); in ecore_get_igu_free_sb()1670 igu_id++) { in ecore_get_igu_free_sb()1671 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id]; in ecore_get_igu_free_sb()1689 u16 igu_id; in ecore_get_pf_igu_sb_id() local1691 for (igu_id = 0; igu_id < ECORE_MAPPING_MEMORY_SIZE(p_hwfn->p_dev); in ecore_get_pf_igu_sb_id()1692 igu_id++) { in ecore_get_pf_igu_sb_id()1693 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id]; in ecore_get_pf_igu_sb_id()1700 return igu_id; in ecore_get_pf_igu_sb_id()
1049 int idx, igu_id; in ecore_iov_free_vf_igu_sbs() local1054 igu_id = vf->igu_sbs[idx]; in ecore_iov_free_vf_igu_sbs()1055 addr = IGU_REG_MAPPING_MEMORY + sizeof(u32) * igu_id; in ecore_iov_free_vf_igu_sbs()1061 p_info->entry[igu_id].status |= ECORE_IGU_STATUS_FREE; in ecore_iov_free_vf_igu_sbs()