Searched refs:vh2 (Results 1 – 3 of 3) 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/wireless/atmel/ |
| A D | atmel_cs.c | 201 #define PCMCIA_DEVICE_PROD_ID12_INFO(v1, v2, vh1, vh2, info) { \ argument 205 .prod_id_hash = { (vh1), (vh2), 0, 0 }, \
|
| /linux/drivers/net/ |
| A D | vxlan.c | 765 struct vxlanhdr *vh, *vh2; in vxlan_gro_receive() local 803 vh2 = (struct vxlanhdr *)(p->data + off_vx); in vxlan_gro_receive() 804 if (vh->vx_flags != vh2->vx_flags || in vxlan_gro_receive() 805 vh->vx_vni != vh2->vx_vni) { in vxlan_gro_receive()
|
Completed in 12 milliseconds