Home
last modified time | relevance | path

Searched refs:ethertype (Results 1 – 4 of 4) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dnet_types.h50 uint16_t ethertype; member
H A Dncsi_client.c91 header->ethhdr.ethertype = htons(NCSI_ETHERTYPE); in set_header_fields()
/openbmc/qemu/docs/specs/
H A Drocker.rst828 OF_DPA_ETHERTYPE 2 (N) ethertype
855 payload. Only used if ethertype
/openbmc/u-boot/drivers/net/
H A Dmvpp2.c1540 unsigned short ethertype) in mvpp2_prs_match_etype() argument
1542 mvpp2_prs_tcam_data_byte_set(pe, offset + 0, ethertype >> 8, 0xff); in mvpp2_prs_match_etype()
1543 mvpp2_prs_tcam_data_byte_set(pe, offset + 1, ethertype & 0xff, 0xff); in mvpp2_prs_match_etype()