Home
last modified time | relevance | path

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

/dpdk/drivers/event/cnxk/
H A Dcn10k_eventdev.c172 uint64_t pend_state; in cn10k_sso_hws_reset() local
184 pend_state = plt_read64(ws->base + SSOW_LF_GWS_PENDSTATE); in cn10k_sso_hws_reset()
185 if (pend_state & (BIT_ULL(63) | BIT_ULL(62) | BIT_ULL(54)) || in cn10k_sso_hws_reset()
190 pend_state = plt_read64(base + SSOW_LF_GWS_PENDSTATE); in cn10k_sso_hws_reset()
191 } while (pend_state & (BIT_ULL(63) | BIT_ULL(62) | BIT_ULL(58) | in cn10k_sso_hws_reset()
203 pend_state = plt_read64(base + SSOW_LF_GWS_PENDSTATE); in cn10k_sso_hws_reset()
204 } while (pend_state & BIT_ULL(58)); in cn10k_sso_hws_reset()
H A Dcn9k_eventdev.c194 uint64_t pend_state; in cn9k_sso_hws_reset() local
207 pend_state = plt_read64(base + SSOW_LF_GWS_PENDSTATE); in cn9k_sso_hws_reset()
208 if (pend_state & (BIT_ULL(63) | BIT_ULL(62) | BIT_ULL(54)) || in cn9k_sso_hws_reset()
214 pend_state = plt_read64(base + SSOW_LF_GWS_PENDSTATE); in cn9k_sso_hws_reset()
215 } while (pend_state & (BIT_ULL(63) | BIT_ULL(62) | BIT_ULL(58) | in cn9k_sso_hws_reset()
230 pend_state = plt_read64(base + SSOW_LF_GWS_PENDSTATE); in cn9k_sso_hws_reset()
231 } while (pend_state & BIT_ULL(58)); in cn9k_sso_hws_reset()