Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c265 ECORE_CLEAR_BIT(o->state, o->pstate); in ecore_raw_clear_pending()
2023 ECORE_CLEAR_BIT(p->state, p->pstate); in ecore_set_rx_mode_e1x()
3109 ECORE_CLEAR_BIT(o->sched_state, o->raw.pstate); in ecore_mcast_clear_sched()
3653 ECORE_CLEAR_BIT(pending_bit, pending); in ecore_queue_state_change()
3741 ECORE_CLEAR_BIT(cmd, &o->pending); in ecore_queue_comp_cmd()
4723 ECORE_CLEAR_BIT(cmd, &o->pending); in ecore_func_state_change_comp()
5354 ECORE_CLEAR_BIT(cmd, pending); in ecore_func_state_change()
H A Decore_sp.h79 #define ECORE_CLEAR_BIT(bit, var) rte_bit_relaxed_clear32(bit, var) macro