Searched defs:_x (Results 1 – 7 of 7) sorted by relevance
56 #define LWM2M_PATH1(_x) #_x argument57 #define LWM2M_PATH2(_x, _y) #_x "/" #_y argument58 #define LWM2M_PATH3(_x, _y, _z) #_x "/" #_y "/" #_z argument59 #define LWM2M_PATH4(_a, _x, _y, _z) #_a "/" #_x "/" #_y "/" #_z argument
14 #define CHECK_EMPTY(_x) UTIL_BOOL(IS_EMPTY(_x)) argument15 #define COND_CODE_EMPTY(_x, _if_any_code, _else_code) \ argument
16 #define th_sport(_x) UNALIGNED_GET(&(_x)->th_sport) argument17 #define th_dport(_x) UNALIGNED_GET(&(_x)->th_dport) argument18 #define th_seq(_x) ntohl(UNALIGNED_GET(&(_x)->th_seq)) argument19 #define th_ack(_x) ntohl(UNALIGNED_GET(&(_x)->th_ack)) argument20 #define th_off(_x) ((_x)->th_off) argument21 #define th_flags(_x) UNALIGNED_GET(&(_x)->th_flags) argument22 #define th_win(_x) UNALIGNED_GET(&(_x)->th_win) argument
34 #define ip_get(_x) ((struct net_ipv4_hdr *) net_pkt_ip_data((_x))) argument
1036 #define _(_x) case _x: do { s = #_x; goto out; } while (0) in tcp_state_to_str() argument
44 #define _(_x) case _x: return #_x in e1000_reg_to_string() argument
44 #define PINSEL(_x) (PINSEL##_x) argument45 #define PIN(_x) PINSEL(_x)##SEL argument