Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_int_api.h97 static OSAL_INLINE void ecore_sb_ack(struct ecore_sb_info *sb_info, in ecore_sb_ack() function
H A Decore_int.c1313 ecore_sb_ack(sb_info, IGU_INT_DISABLE, 0); in ecore_int_sp_dpc()
1343 ecore_sb_ack(sb_info, IGU_INT_ENABLE, 1); in ecore_int_sp_dpc()
1351 ecore_sb_ack(sb_info, IGU_INT_ENABLE, 1); in ecore_int_sp_dpc()
1380 ecore_sb_ack(sb_info, IGU_INT_ENABLE, 1); in ecore_int_sp_dpc()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c776 ecore_sb_ack(fp->sb_info, IGU_INT_DISABLE, 0); in qede_rx_queue_start()