Searched refs:TPID (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/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.6/drivers/platform/x86/ |
D | thinkpad_acpi.c | 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(__id1, __id2), \ 1526 __bv1, __bv2, TPID(__eid1, __eid2), \ [all …]
|
/Linux-v6.6/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.6/Documentation/networking/dsa/ |
D | sja1105.rst | 86 by changing what TPID the switch searches 802.1Q tags for, the semantics of a
|