Home
last modified time | relevance | path

Searched refs:get_eth_packet_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/net/
H A Deth.h287 get_eth_packet_type(const struct eth_header *ehdr) in get_eth_packet_type() function
/openbmc/qemu/hw/net/
H A Dftgmac100.c997 switch (get_eth_packet_type(PKT_GET_ETH_HDR(buf))) { in ftgmac100_filter()
1064 switch (get_eth_packet_type(PKT_GET_ETH_HDR(buf))) { in ftgmac100_receive()
H A Dnpcm7xx_emc.c427 eth_pkt_types_e pkt_type = get_eth_packet_type(PKT_GET_ETH_HDR(buf)); in emc_receive_filter1()
H A Dnet_tx_pkt.c199 pkt->packet_type = get_eth_packet_type(l2_hdr->iov_base); in net_tx_pkt_parse_headers()
H A De1000.c932 pkt_type = get_eth_packet_type(PKT_GET_ETH_HDR(filter_buf)); in e1000_receive_iov()