Lines Matching defs:notify_event
100 uint64_t *notify_event);
2108 uint64_t notify_event = 0, link_state;
2151 notify_event = LDC_EVT_DOWN;
2159 notify_event = LDC_EVT_RESET;
2167 notify_event = LDC_EVT_RESET;
2182 rv = ldcp->cb(notify_event, ldcp->cb_arg);
2227 uint64_t *notify_event)
2237 *notify_event = 0;
2271 *notify_event = LDC_EVT_DOWN;
2280 *notify_event = LDC_EVT_RESET;
2297 *notify_event = LDC_EVT_RESET;
2330 *notify_event |= LDC_EVT_READ;
2354 *notify_event |= LDC_EVT_READ;
2402 *notify_event = LDC_EVT_RESET;
2426 *notify_event = LDC_EVT_RESET;
2438 *notify_event = LDC_EVT_UP;
2451 *notify_event = LDC_EVT_RESET;
2459 *notify_event = LDC_EVT_RESET;
2475 *notify_event |= LDC_EVT_READ;
2484 *notify_event = LDC_EVT_RESET;
2494 if ((*notify_event &
2508 *notify_event = LDC_EVT_RESET;
2521 *notify_event = LDC_EVT_RESET;
2532 if ((*notify_event & (LDC_EVT_READ | LDC_EVT_RESET)) == LDC_EVT_READ)