Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c1551 return ECORE_SB_INVALID_IDX; in ecore_get_pf_igu_sb_id()
1566 if (igu_sb_id == ECORE_SB_INVALID_IDX) in ecore_get_igu_sb_id()
1592 if (sb_info->igu_sb_id == ECORE_SB_INVALID_IDX) in ecore_int_sb_init()
2212 p_igu_info->igu_dsb_id = ECORE_SB_INVALID_IDX; in ecore_int_igu_read_cam()
2235 if (p_igu_info->igu_dsb_id != ECORE_SB_INVALID_IDX) in ecore_int_igu_read_cam()
2244 if (p_igu_info->igu_dsb_id != ECORE_SB_INVALID_IDX) in ecore_int_igu_read_cam()
2252 (p_igu_info->igu_dsb_id == ECORE_SB_INVALID_IDX)) { in ecore_int_igu_read_cam()
2269 if (p_igu_info->igu_dsb_id == ECORE_SB_INVALID_IDX) { in ecore_int_igu_read_cam()
2313 if (igu_sb_id == ECORE_SB_INVALID_IDX) in ecore_int_igu_relocate_sb()
2322 ECORE_SB_INVALID_IDX) in ecore_int_igu_relocate_sb()
H A Decore_int.h51 #define ECORE_SB_INVALID_IDX 0xffff macro