Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.h1588 #define DWC3_IP_IS(_ip) \ argument
1589 (dwc->ip == _ip##_IP)
1591 #define DWC3_VER_IS(_ip, _ver) \ argument
1592 (DWC3_IP_IS(_ip) && dwc->revision == _ip##_REVISION_##_ver)
1594 #define DWC3_VER_IS_PRIOR(_ip, _ver) \ argument
1595 (DWC3_IP_IS(_ip) && dwc->revision < _ip##_REVISION_##_ver)
1597 #define DWC3_VER_IS_WITHIN(_ip, _from, _to) \ argument
1598 (DWC3_IP_IS(_ip) && \
1599 dwc->revision >= _ip##_REVISION_##_from && \
1600 (!(_ip##_REVISION_##_to) || \
[all …]
/linux/net/netfilter/
H 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()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_rpc.c260 #define FBNIC_ACT1_INIT(_l4, _udp, _ip, _v6) \ argument
263 ((_ip) ? FBNIC_RPC_TCAM_ACT1_IP_VALID : 0) | \
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_6_ppt.c102 #define MCA_BANK_IPID(_ip, _hwid, _type) \ argument
103 [AMDGPU_MCA_IP_##_ip] = { .hwid = _hwid, .mcatype = _type, }