Searched refs:SM_FLAG_CLR (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_8023ad.c | 269 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 D | eth_bond_8023ad_private.h | 76 #define SM_FLAG_CLR(_p, _f) CLEAR_FLAGS((_p)->sm_flags, SM_FLAGS_ ## _f) macro
|