Searched refs:TPID (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/bpf/ |
H A 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 |
|
/openbmc/linux/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 465 /* TPID('1', 'Y') == 0x3159 */ 466 #define TPID(__c1, __c2) (((__c1) << 8) | (__c2)) macro 468 #define TPVER TPID 472 .bios = TPID(__id1, __id2), \ 478 .bios = TPID(__id1, __id2), \ 491 .ec = TPID(__id1, __id2), \ 497 .ec = TPID(__id1, __id2), \ 1497 .bios = TPID(__id1, __id2), \ 1505 .bios = TPID(__bid1, __bid2), \ 1516 __bv1, __bv2, TPID(__id [all...] |
/openbmc/linux/Documentation/networking/ |
H A D | openvswitch.rst | 168 the 802.1Q TPID (0x8100) as the Ethertype then stopped parsing the
|
H A D | packet_mmap.rst | 568 indicates that the tp_vlan_tpid field has valid VLAN TPID value
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | sja1105.rst | 86 by changing what TPID the switch searches 802.1Q tags for, the semantics of a
|