Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_hw.c242 static bool ecore_is_reg_fifo_empty(struct ecore_hwfn *p_hwfn, in ecore_is_reg_fifo_empty() function
270 prev_fifo_err = !ecore_is_reg_fifo_empty(p_hwfn, p_ptt); in ecore_wr()
283 OSAL_WARN(!prev_fifo_err && !ecore_is_reg_fifo_empty(p_hwfn, p_ptt), in ecore_wr()
293 prev_fifo_err = !ecore_is_reg_fifo_empty(p_hwfn, p_ptt); in ecore_rd()
307 OSAL_WARN(!prev_fifo_err && !ecore_is_reg_fifo_empty(p_hwfn, p_ptt), in ecore_rd()