Lines Matching refs:event_mask
152 static inline void mgmt_add_event_mask(uint32_t event_mask) in mgmt_add_event_mask() argument
154 global_event_mask |= event_mask; in mgmt_add_event_mask()
164 mgmt_add_event_mask(it->event_mask); in mgmt_rebuild_global_event_mask()
168 mgmt_add_event_mask(cb->event_mask); in mgmt_rebuild_global_event_mask()
198 NET_MGMT_GET_LAYER(cb->event_mask)) || in mgmt_run_slist_callbacks()
200 NET_MGMT_GET_LAYER_CODE(cb->event_mask)) || in mgmt_run_slist_callbacks()
202 NET_MGMT_GET_COMMAND(cb->event_mask) && in mgmt_run_slist_callbacks()
204 NET_MGMT_GET_COMMAND(cb->event_mask)))) { in mgmt_run_slist_callbacks()
218 if (NET_MGMT_EVENT_SYNCHRONOUS(cb->event_mask)) { in mgmt_run_slist_callbacks()
254 NET_MGMT_GET_LAYER(it->event_mask)) || in mgmt_run_static_callbacks()
256 NET_MGMT_GET_LAYER_CODE(it->event_mask)) || in mgmt_run_static_callbacks()
258 NET_MGMT_GET_COMMAND(it->event_mask) && in mgmt_run_static_callbacks()
260 NET_MGMT_GET_COMMAND(it->event_mask)))) { in mgmt_run_static_callbacks()
298 .event_mask = mgmt_event_mask | NET_MGMT_SYNC_EVENT_BIT, in mgmt_event_wait_call()
306 NET_DBG("Synchronous event 0x%08x wait %p", sync.event_mask, &sync); in mgmt_event_wait_call()
352 mgmt_add_event_mask(cb->event_mask); in net_mgmt_add_event_callback()