Searched refs:TC_U32_NODE (Results 1 – 3 of 3) sorted by relevance
88 __u32 nodeid = TC_U32_NODE(handle); in sprint_u32_handle()1057 if (handle && TC_U32_NODE(handle)) { in u32_parse_opt()1069 if (handle && TC_U32_NODE(handle)) { in u32_parse_opt()1156 if (TC_U32_NODE(t->tcm_handle) && order != TC_U32_NODE(t->tcm_handle)) { in u32_parse_opt()1188 if (TC_U32_NODE(handle)) { in u32_print_opt()1189 fprintf(f, "order %d ", TC_U32_NODE(handle)); in u32_print_opt()
174 #define TC_U32_NODE(h) ((h)&0xFFF) macro
180 #define TC_U32_NODE(h) ((h)&0xFFF) macro