Lines Matching +full:0 +full:xffffff

230 #if 0  in osm_infr_insert_to_db()
252 " Enum:0x%X from Database\n", in osm_infr_remove_from_db()
312 static atomic32_t trap_fwd_trans_id = 0x02DAB000; in send_report()
323 " to InformInfo LID %u GUID 0x%" PRIx64 ", TID 0x%X\n", in send_report()
346 (uint64_t) (0xFFFFFFFF)); in send_report()
347 if (trap_fwd_trans_id == 0) in send_report()
349 (uint64_t) (0xFFFFFFFF)); in send_report()
352 tid, IB_MAD_ATTR_NOTICE, 0); in send_report()
427 "MGID %s and port GUID:0x%016" PRIx64 " do not share same pkey\n", in is_access_permitted()
439 "Cannot find source port with GUID:0x%016" PRIx64 "\n", in is_access_permitted()
449 does not have lid_range_begin of 0xFFFF, in is_access_permitted()
452 if (p_ii->lid_range_begin != 0xFFFF) { in is_access_permitted()
454 "Pkey mismatch on lid_range_begin != 0xFFFF. " in is_access_permitted()
466 return 0; in is_access_permitted()
489 * LIDRange IssuerLID apply only if GID=0 in match_notice_to_inf_rec()
491 * Type Type if not 0xFFFF must match in match_notice_to_inf_rec()
492 * TrapNumber TrapNumber if not 0xFFFF must match in match_notice_to_inf_rec()
493 * DeviceId DeviceID if not 0xFFFF must match in match_notice_to_inf_rec()
495 * ProducerType ProducerType match or 0xFFFFFF // EZ: actually my interpretation in match_notice_to_inf_rec()
496 * VendorID VendorID match or 0xFFFFFF in match_notice_to_inf_rec()
500 if (p_ii->gid.unicast.prefix != 0 in match_notice_to_inf_rec()
501 || p_ii->gid.unicast.interface_id != 0) { in match_notice_to_inf_rec()
509 /* LIDRange IssuerLID apply only if GID=0 */ in match_notice_to_inf_rec()
510 /* If lid_range_begin of the informInfo is 0xFFFF - then it should be ignored. */ in match_notice_to_inf_rec()
511 if (p_ii->lid_range_begin != 0xFFFF) { in match_notice_to_inf_rec()
534 /* Type Type if not 0xFFFF must match */ in match_notice_to_inf_rec()
535 if ((p_ii->trap_type != 0xFFFF) && in match_notice_to_inf_rec()
543 /* TrapNumber TrapNumber if not 0xFFFF must match */ in match_notice_to_inf_rec()
544 if ((p_ii->g_or_v.generic.trap_num != 0xFFFF) && in match_notice_to_inf_rec()
551 /* ProducerType ProducerType match or 0xFFFFFF */ in match_notice_to_inf_rec()
552 if ((cl_ntoh32(ib_inform_info_get_prod_type(p_ii)) != 0xFFFFFF) in match_notice_to_inf_rec()
556 "Mismatch by Node Type: II=0x%06X (%s) Trap=0x%06X (%s)\n", in match_notice_to_inf_rec()
566 /* DeviceId DeviceID if not 0xFFFF must match */ in match_notice_to_inf_rec()
567 if ((p_ii->g_or_v.vend.dev_id != 0xFFFF) && in match_notice_to_inf_rec()
573 /* VendorID VendorID match or 0xFFFFFF */ in match_notice_to_inf_rec()
574 if ((ib_inform_info_get_vend_id(p_ii) != CL_HTON32(0xFFFFFF)) && in match_notice_to_inf_rec()
644 "GUID 0x%016" PRIx64 "\n", in log_notice()
654 "GUID 0x%016" PRIx64 ", port %u\n", in log_notice()
664 "GUID 0x%016" PRIx64 ", ChangeFlags 0x%04x, " in log_notice()
665 "CapabilityMask2 0x%04x\n", in log_notice()
674 "GUID 0x%016" PRIx64 ", new CapabilityMask 0x%08x\n", in log_notice()
683 "GUID 0x%016" PRIx64 ", new SysImageGUID 0x%016" PRIx64 "\n", in log_notice()
692 "GUID 0x%016" PRIx64 ", Method 0x%x, Attribute 0x%x, " in log_notice()
693 "AttrMod 0x%x, M_Key 0x%016" PRIx64 "\n", in log_notice()
708 "GUID 0x%016" PRIx64 " : LID1 %u, LID2 %u, %s 0x%x, " in log_notice()
709 "SL %d, QP1 0x%x, QP2 0x%x, GID1 %s, GID2 %s\n", in log_notice()
719 cl_ntoh32(ntc->data_details.ntc_257_258.qp1) & 0xffffff, in log_notice()
720 cl_ntoh32(ntc->data_details.ntc_257_258.qp2) & 0xffffff, in log_notice()
729 "GUID 0x%016" PRIx64 " port %d : data_valid 0x%04x, " in log_notice()
730 "LID1 %u, LID2 %u, PKey 0x%04x, " in log_notice()
731 "SL %d, QP1 0x%x, QP2 0x%x, GID1 %s, GID2 %s\n", in log_notice()
741 cl_ntoh32(ntc->data_details.ntc_259.sl_qp1) & 0xffffff, in log_notice()