Home
last modified time | relevance | path

Searched refs:ECORE_MAPPING_MEMORY_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.h287 #define ECORE_MAPPING_MEMORY_SIZE(dev) \ macro
291 #define ECORE_MAPPING_MEMORY_SIZE(dev) NUM_OF_SBS(dev) macro
H A Decore_int.c1517 for (igu_id = 0; igu_id < ECORE_MAPPING_MEMORY_SIZE(p_hwfn->p_dev); in ecore_get_igu_free_sb()
1539 for (igu_id = 0; igu_id < ECORE_MAPPING_MEMORY_SIZE(p_hwfn->p_dev); in ecore_get_pf_igu_sb_id()
1995 igu_sb_id < ECORE_MAPPING_MEMORY_SIZE(p_hwfn->p_dev); in ecore_int_igu_init_pure_rt()
2089 igu_sb_id < ECORE_MAPPING_MEMORY_SIZE(p_hwfn->p_dev); in ecore_int_igu_reset_cam()
2223 igu_sb_id < ECORE_MAPPING_MEMORY_SIZE(p_hwfn->p_dev); in ecore_int_igu_read_cam()
2330 for (; igu_sb_id < ECORE_MAPPING_MEMORY_SIZE(p_hwfn->p_dev); in ecore_int_igu_relocate_sb()
2346 if (igu_sb_id == ECORE_MAPPING_MEMORY_SIZE(p_hwfn->p_dev)) { in ecore_int_igu_relocate_sb()
H A Decore_dev.c1313 igu_sb_id < ECORE_MAPPING_MEMORY_SIZE(p_dev); in ecore_init_cau_rt_data()