Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c1521 if (!(p_block->status & ECORE_IGU_STATUS_VALID) || in ecore_get_igu_free_sb()
1543 if (!(p_block->status & ECORE_IGU_STATUS_VALID) || in ecore_get_pf_igu_sb_id()
1999 if (!(p_block->status & ECORE_IGU_STATUS_VALID) || in ecore_int_igu_init_pure_rt()
2094 if (!(p_block->status & ECORE_IGU_STATUS_VALID)) in ecore_int_igu_reset_cam()
2101 p_block->status = ECORE_IGU_STATUS_VALID | in ecore_int_igu_reset_cam()
2109 p_block->status = ECORE_IGU_STATUS_VALID | in ecore_int_igu_reset_cam()
2118 p_block->status = ECORE_IGU_STATUS_VALID | in ecore_int_igu_reset_cam()
2232 ECORE_IGU_STATUS_VALID | in ecore_int_igu_read_cam()
2241 p_block->status = ECORE_IGU_STATUS_VALID | in ecore_int_igu_read_cam()
2251 if ((p_block->status & ECORE_IGU_STATUS_VALID) && in ecore_int_igu_read_cam()
[all …]
H A Decore_int.h57 #define ECORE_IGU_STATUS_VALID 0x02 macro