Searched refs:vh2 (Results 1 – 2 of 2) sorted by relevance
| /linux/include/pcmcia/ |
| A D | device_id.h | 29 #define PCMCIA_DEVICE_PROD_ID2(v2, vh2) { \ argument 32 .prod_id_hash = { 0, (vh2), 0, 0 }, } 43 .prod_id_hash = { (vh1), (vh2), 0, 0 }, } 126 .prod_id_hash = { 0, (vh2), 0, 0 }, \ 134 .prod_id_hash = { (vh1), (vh2), 0, 0 }, \ 175 .prod_id_hash = { 0, (vh2), 0, 0 }, \ 183 .prod_id_hash = { (vh1), (vh2), 0, 0 }, \ 218 .prod_id_hash = { (vh1), (vh2), 0, 0 }, \ 235 .prod_id_hash = { 0, (vh2), 0, 0 }, \ 244 .prod_id_hash = { (vh1), (vh2), 0, 0 },\ [all …]
|
| /linux/drivers/net/vxlan/ |
| A D | vxlan_core.c | 683 struct vxlanhdr *vh, *vh2; in vxlan_gro_prepare_receive() local 716 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_prepare_receive() 717 if (vh->vx_flags != vh2->vx_flags || in vxlan_gro_prepare_receive() 718 vh->vx_vni != vh2->vx_vni) { in vxlan_gro_prepare_receive()
|
Completed in 14 milliseconds