Searched refs:ETH_MEMIF_FLAG_DISABLED (Results 1 – 3 of 3) sorted by relevance
86 #define ETH_MEMIF_FLAG_DISABLED (1 << 3) macro
209 if (((pmd->flags & ETH_MEMIF_FLAG_DISABLED) == 0) && in memif_msg_receive_init()1104 pmd->flags &= ~ETH_MEMIF_FLAG_DISABLED; in memif_connect_server()1119 pmd->flags &= ~ETH_MEMIF_FLAG_DISABLED; in memif_connect_client()
1552 pmd->flags |= ETH_MEMIF_FLAG_DISABLED; in memif_create()