Searched refs:FI_NOTIFY_FLAGS_ONLY (Results 1 – 25 of 34) sorted by relevance
12
56 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;199 mode_bits = FI_NOTIFY_FLAGS_ONLY; in cq_notify_setup()356 cr_assert_eq(fi->mode & FI_NOTIFY_FLAGS_ONLY, 0, "Did not clear notify flag for version 1.4"); in Test()365 cr_assert(fi->mode & FI_NOTIFY_FLAGS_ONLY, "Cleared the notify flag when we shouldn't have\n"); in Test()
50 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
44 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
59 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
69 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
179 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
60 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
47 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
68 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
67 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
52 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
73 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
72 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
70 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
253 static uint64_t mode_bits = ~FI_NOTIFY_FLAGS_ONLY;
159 ORCASE(FI_NOTIFY_FLAGS_ONLY); in str2mode()
350 #define FI_NOTIFY_FLAGS_ONLY (1ULL << 54) macro
613 FI_RX_CQ_DATA | FI_NOTIFY_FLAGS_ONLY | FI_RESTRICTED_COMP | in main()
272 if (ep->info && ep->info->mode & FI_NOTIFY_FLAGS_ONLY) { in _gnix_cq_add_event()
518 mode = hints->mode & ~FI_NOTIFY_FLAGS_ONLY; in _gnix_ep_getinfo()
284 IFFLAGSTR(mode, FI_NOTIFY_FLAGS_ONLY); in ofi_tostr_mode()
551 LOG_DEBUG_MSG("Got info mode " << (info->mode & FI_NOTIFY_FLAGS_ONLY));