Searched refs:action_flags (Results 1 – 7 of 7) sorted by relevance
141 n_ptr->action_flags = TIPC_WAIT_PEER_LINKS_DOWN; in tipc_node_create()231 n_ptr->action_flags |= TIPC_NOTIFY_LINK_UP; in tipc_node_link_up()297 n_ptr->action_flags |= TIPC_NOTIFY_LINK_DOWN; in tipc_node_link_down()363 n_ptr->action_flags |= TIPC_NOTIFY_NODE_UP; in node_established_contact()409 n_ptr->action_flags &= ~TIPC_WAIT_OWN_LINKS_DOWN; in node_lost_contact()412 n_ptr->action_flags |= TIPC_WAIT_PEER_LINKS_DOWN; in node_lost_contact()415 n_ptr->action_flags |= TIPC_NOTIFY_NODE_DOWN; in node_lost_contact()425 n_ptr->action_flags |= TIPC_MSG_EVT; in node_lost_contact()470 u32 flags = node->action_flags; in tipc_node_unlock()477 node->action_flags = 0; in tipc_node_unlock()[all …]
128 int action_flags; member166 return (node->action_flags & (TIPC_WAIT_PEER_LINKS_DOWN | in tipc_node_blocked()
393 l->owner->action_flags |= TIPC_MSG_EVT; in link_prepare_wakeup()468 owner->action_flags |= TIPC_MSG_EVT; in tipc_link_reset()951 n_ptr->action_flags |= TIPC_BCAST_RESET; in link_retransmit_failure()1084 if ((n_ptr->action_flags & TIPC_WAIT_PEER_LINKS_DOWN) && in tipc_rcv()1089 n_ptr->action_flags &= ~TIPC_WAIT_PEER_LINKS_DOWN; in tipc_rcv()1188 node->action_flags |= TIPC_MSG_EVT; in tipc_data_input()1196 node->action_flags |= TIPC_NAMED_MSG_EVT; in tipc_data_input()1448 l_ptr->owner->action_flags |= TIPC_WAIT_OWN_LINKS_DOWN; in tipc_link_proto_rcv()
255 n_ptr->action_flags |= TIPC_WAKEUP_BCAST_USERS; in tipc_bclink_acknowledge()487 node->action_flags |= TIPC_BCAST_MSG_EVT; in tipc_bclink_rcv()501 node->action_flags |= TIPC_BCAST_MSG_EVT; in tipc_bclink_rcv()
36 static uint32_t (* const bfrom_SysControl)(uint32_t action_flags, ADI_SYSCTRL_VALUES *power_setting…
123 static uint32_t (* const bfrom_SysControl)(uint32_t action_flags, struct STRUCT_ROM_SYSCTRL *settin…
166 uint8_t action_flags; member