Home
last modified time | relevance | path

Searched refs:vh2 (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/atmel/
Datmel_cs.c204 #define PCMCIA_DEVICE_PROD_ID12_INFO(v1, v2, vh1, vh2, info) { \ argument
208 .prod_id_hash = { (vh1), (vh2), 0, 0 }, \
/drivers/net/
Dvxlan.c733 struct vxlanhdr *vh, *vh2; in vxlan_gro_receive() local
771 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_receive()
772 if (vh->vx_flags != vh2->vx_flags || in vxlan_gro_receive()
773 vh->vx_vni != vh2->vx_vni) { in vxlan_gro_receive()