Searched refs:_ip (Results 1 – 3 of 3) sorted by relevance
1476 #define DWC3_IP_IS(_ip) \ argument1477 (dwc->ip == _ip##_IP)1479 #define DWC3_VER_IS(_ip, _ver) \ argument1480 (DWC3_IP_IS(_ip) && dwc->revision == _ip##_REVISION_##_ver)1482 #define DWC3_VER_IS_PRIOR(_ip, _ver) \ argument1483 (DWC3_IP_IS(_ip) && dwc->revision < _ip##_REVISION_##_ver)1486 (DWC3_IP_IS(_ip) && \1488 (!(_ip##_REVISION_##_to) || \1489 dwc->revision <= _ip##_REVISION_##_to))1492 (DWC3_VER_IS(_ip, _ver) && \[all …]
58 #define ftrace_instruction_pointer_set(fregs, _ip) \ argument59 do { (fregs)->regs.ip = (_ip); } while (0)
253 struct iphdr *ip, _ip; in hmark_pkt_set_htuple_ipv4() local260 ip = skb_header_pointer(skb, nhoff, sizeof(_ip), &_ip); in hmark_pkt_set_htuple_ipv4()
Completed in 13 milliseconds