Searched refs:vet (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/net/ |
H A D | net.c | 1148 struct vlan_ethernet_hdr *vet = in net_process_received_packet() local 1165 cti = ntohs(vet->vet_tag); in net_process_received_packet() 1167 eth_proto = ntohs(vet->vet_type); in net_process_received_packet() 1470 struct vlan_ethernet_hdr *vet = in net_set_ether() local 1473 vet->vet_vlan_type = htons(PROT_VLAN); in net_set_ether() 1474 vet->vet_tag = htons((0 << 5) | (myvlanid & VLAN_IDMASK)); in net_set_ether() 1475 vet->vet_type = htons(prot); in net_set_ether() 1488 struct vlan_ethernet_hdr *vet = in net_update_ether() local 1490 vet->vet_type = htons(prot); in net_update_ether()
|
/openbmc/qemu/hw/net/ |
H A D | e1000x_common.c | 51 bool e1000x_is_vlan_packet(const void *buf, uint16_t vet) in e1000x_is_vlan_packet() argument 54 bool res = (eth_proto == vet); in e1000x_is_vlan_packet() 56 trace_e1000x_vlan_is_vlan_pkt(res, eth_proto, vet); in e1000x_is_vlan_packet()
|
H A D | net_rx_pkt.h | 230 uint16_t vet, uint16_t vet_ext);
|
H A D | e1000e_core.h | 104 uint16_t vet; member
|
H A D | e1000x_common.h | 108 bool e1000x_is_vlan_packet(const void *buf, uint16_t vet);
|
H A D | net_rx_pkt.c | 141 uint16_t vet, uint16_t vet_ext) in net_rx_pkt_attach_iovec_ex() argument 148 strip_vlan_index, vet, vet_ext, in net_rx_pkt_attach_iovec_ex()
|
H A D | e1000e.c | 649 VMSTATE_UINT16(core.vet, E1000EState),
|
H A D | trace-events | 103 e1000x_vlan_is_vlan_pkt(bool is_vlan_pkt, uint16_t eth_proto, uint16_t vet) "Is VLAN packet: %d, ET… 194 e1000e_vlan_vet(uint16_t vet) "Setting VLAN ethernet type 0x%X"
|
/openbmc/qemu/net/ |
H A D | eth.c | 273 uint16_t vet, uint16_t vet_ext, void *new_ehdr_buf, in eth_strip_vlan_ex() argument 301 if (copied < new_ehdr_size || be16_to_cpu(*new_ehdr_proto) != vet) { in eth_strip_vlan_ex()
|
/openbmc/qemu/include/net/ |
H A D | eth.h | 351 uint16_t vet, uint16_t vet_ext, void *new_ehdr_buf,
|
/openbmc/qemu/scripts/ |
H A D | checkpatch.pl | 1020 my ($vet) = @_; 1024 while ($vet =~ /([^[:cntrl:]]*)([[:cntrl:]]|$)/g) {
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | exporting.rst | 196 vet to ensure that they live inside of an exported tree. When the
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 1672 my ($vet) = @_; 1676 while ($vet =~ /([^[:cntrl:]]*)([[:cntrl:]]|$)/g) {
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 2047 my ($vet) = @_; 2051 while ($vet =~ /([^[:cntrl:]]*)([[:cntrl:]]|$)/g) {
|
/openbmc/linux/Documentation/security/keys/ |
H A D | core.rst | 1431 This optional method is called to vet a key description. If the key type
|