Home
last modified time | relevance | path

Searched refs:_ip (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/dwc3/
A Dcore.h1476 #define DWC3_IP_IS(_ip) \ argument
1477 (dwc->ip == _ip##_IP)
1479 #define DWC3_VER_IS(_ip, _ver) \ argument
1480 (DWC3_IP_IS(_ip) && dwc->revision == _ip##_REVISION_##_ver)
1482 #define DWC3_VER_IS_PRIOR(_ip, _ver) \ argument
1483 (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 …]
/linux/arch/x86/include/asm/
A Dftrace.h58 #define ftrace_instruction_pointer_set(fregs, _ip) \ argument
59 do { (fregs)->regs.ip = (_ip); } while (0)
/linux/net/netfilter/
A Dxt_HMARK.c253 struct iphdr *ip, _ip; in hmark_pkt_set_htuple_ipv4() local
260 ip = skb_header_pointer(skb, nhoff, sizeof(_ip), &_ip); in hmark_pkt_set_htuple_ipv4()

Completed in 13 milliseconds