Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_hw.c238 static bool ecore_is_reg_fifo_empty(struct ecore_hwfn *p_hwfn, in ecore_is_reg_fifo_empty() function
266 prev_fifo_err = !ecore_is_reg_fifo_empty(p_hwfn, p_ptt); in ecore_wr()
279 OSAL_WARN(!prev_fifo_err && !ecore_is_reg_fifo_empty(p_hwfn, p_ptt), in ecore_wr()
289 prev_fifo_err = !ecore_is_reg_fifo_empty(p_hwfn, p_ptt); in ecore_rd()
303 OSAL_WARN(!prev_fifo_err && !ecore_is_reg_fifo_empty(p_hwfn, p_ptt), in ecore_rd()