Searched refs:vh2 (Results 1 – 2 of 2) sorted by relevance
| /linux/include/pcmcia/ |
| H A D | device_id.h | 29 #define PCMCIA_DEVICE_PROD_ID2(v2, vh2) { \ argument 32 .prod_id_hash = { 0, (vh2), 0, 0 }, } 39 #define PCMCIA_DEVICE_PROD_ID12(v1, v2, vh1, vh2) { \ argument 43 .prod_id_hash = { (vh1), (vh2), 0, 0 }, } 57 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument 62 .prod_id_hash = { (vh1), (vh2), (vh3), 0 }, } 64 #define PCMCIA_DEVICE_PROD_ID124(v1, v2, v4, vh1, vh2, vh4) { \ argument 69 .prod_id_hash = { (vh1), (vh2), 0, (vh4) }, } 78 #define PCMCIA_DEVICE_PROD_ID1234(v1, v2, v3, v4, vh1, vh2, vh3, vh4) { \ argument 84 .prod_id_hash = { (vh1), (vh2), (vh3), (vh4) }, } [all …]
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 662 struct vxlanhdr *vh, *vh2; in vxlan_gro_prepare_receive() local 695 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_prepare_receive() 696 if (vh->vx_flags != vh2->vx_flags || in vxlan_gro_prepare_receive() 697 vh->vx_vni != vh2->vx_vni) { in vxlan_gro_prepare_receive()
|