Home
last modified time | relevance | path

Searched refs:diffcheck_flags (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c78 static unsigned diffcheck_flags = DIFF_FLAG_DEFAULT; variable
974 if (diffcheck_flags & DIFF_FLAG_SWITCH) in diff()
976 diffcheck_flags, out_switch, out_switch_detail, in diff()
979 if (diffcheck_flags & DIFF_FLAG_CA) in diff()
981 diffcheck_flags, out_ca, out_ca_detail, in diff()
984 if (diffcheck_flags & DIFF_FLAG_ROUTER) in diff()
986 diffcheck_flags, out_ca, out_ca_detail, in diff()
1013 diffcheck_flags = 0; in process_opt()
1017 diffcheck_flags |= DIFF_FLAG_SWITCH; in process_opt()
1019 diffcheck_flags |= DIFF_FLAG_CA; in process_opt()
[all …]
H A Diblinkinfo.c68 static unsigned diffcheck_flags = DIFF_FLAG_DEFAULT; variable
462 iter_diff_data.diff_flags = diffcheck_flags; in diff_node()
486 iter_diff_data.diff_flags = diffcheck_flags & ~DIFF_FLAG_PORT_CONNECTION; in diff_node()
524 diffcheck_flags = 0; in process_opt()
528 diffcheck_flags |= DIFF_FLAG_PORT_CONNECTION; in process_opt()
530 diffcheck_flags |= DIFF_FLAG_PORT_STATE; in process_opt()
532 diffcheck_flags |= DIFF_FLAG_LID; in process_opt()
534 diffcheck_flags |= DIFF_FLAG_NODE_DESCRIPTION; in process_opt()