Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int_api.h58 u32 sb_ack; /* Last given ack */ member
98 if (sb_info->sb_ack != prod) { in ecore_sb_update_sb_idx()
99 sb_info->sb_ack = prod; in ecore_sb_update_sb_idx()
126 ((sb_info->sb_ack << IGU_PROD_CONS_UPDATE_SB_INDEX_SHIFT) | in ecore_sb_ack()
H A Decore_int.c1172 u32 tmp_index = sb_info->sb_ack; in ecore_int_sp_dpc()
1176 tmp_index, sb_info->sb_ack); in ecore_int_sp_dpc()
1503 sb_info->sb_ack = 0; in ecore_int_sb_setup()
1650 sb_info->sb_ack = 0; in ecore_int_sb_release()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex610 \silentfunc{sb_ack}
627 …producer value from the status block into the IGU consumer address, using \myfunc{sb\_ack}{sb_ack}.