Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_8023ad.c269 SM_FLAG_CLR(port, MOVED); in rx_machine()
359 SM_FLAG_CLR(port, EXPIRED); in rx_machine()
406 SM_FLAG_CLR(port, PARTNER_SHORT_TIMEOUT); in periodic_machine()
440 SM_FLAG_CLR(port, PARTNER_SHORT_TIMEOUT); in periodic_machine()
570 SM_FLAG_CLR(port, NTT); in tx_machine()
651 SM_FLAG_CLR(port, NTT); in tx_machine()
891 SM_FLAG_CLR(port, LACP_ENABLED); in bond_mode_8023ad_periodic_cb()
930 SM_FLAG_CLR(port, BEGIN); in bond_mode_8023ad_periodic_cb()
H A Deth_bond_8023ad_private.h76 #define SM_FLAG_CLR(_p, _f) CLEAR_FLAGS((_p)->sm_flags, SM_FLAGS_ ## _f) macro