Searched refs:TPID (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/Documentation/bpf/ |
D | prog_flow_dissector.rst | 63 | DMAC | SMAC | TPID | TCI |ETHER_TYPE | L3_HEADER | 73 flow_keys->n_proto = TPID 75 Please note that TPID can be 802.1AD and, hence, BPF program would 82 | DMAC | SMAC | TPID | TCI |ETHER_TYPE | L3_HEADER |
|
/Linux-v6.1/drivers/platform/x86/ |
D | thinkpad_acpi.c | 473 #define TPID(__c1, __c2) (((__c1) << 8) | (__c2)) macro 475 #define TPVER TPID 479 .bios = TPID(__id1, __id2), \ 485 .bios = TPID(__id1, __id2), \ 498 .ec = TPID(__id1, __id2), \ 504 .ec = TPID(__id1, __id2), \ 1511 .bios = TPID(__id1, __id2), \ 1519 .bios = TPID(__bid1, __bid2), \ 1530 __bv1, __bv2, TPID(__id1, __id2), \ 1540 __bv1, __bv2, TPID(__eid1, __eid2), \ [all …]
|
/Linux-v6.1/Documentation/networking/ |
D | openvswitch.rst | 168 the 802.1Q TPID (0x8100) as the Ethertype then stopped parsing the
|
D | packet_mmap.rst | 568 indicates that the tp_vlan_tpid field has valid VLAN TPID value
|
/Linux-v6.1/Documentation/networking/dsa/ |
D | sja1105.rst | 86 by changing what TPID the switch searches 802.1Q tags for, the semantics of a
|