Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/ieee1394/
Deth1394.h101 u16 ether_type; /* Ethernet packet type */ member
107 u16 ether_type; member
119 u16 ether_type; /* Ethernet packet type */ member
128 u16 ether_type; member
Deth1394.c104 u16 ether_type; member
694 u16 ether_type) in ether1394_parse_encap() argument
710 if (ether_type == __constant_htons (ETH_P_ARP)) { in ether1394_parse_encap()
755 if (dev->hard_header (skb, dev, __constant_ntohs (ether_type), in ether1394_parse_encap()
921 u16 ether_type = 0; /* initialized to clear warning */ in ether1394_data_handler() local
944 ether_type = hdr->uf.ether_type; in ether1394_data_handler()
962 ether_type = hdr->ff.ether_type; in ether1394_data_handler()
1030 pd->ether_type = ether_type; in ether1394_data_handler()
1034 ether_type = pd->ether_type; in ether1394_data_handler()
1056 ether_type); in ether1394_data_handler()
[all …]
/linux-2.4.37.9/include/asm-m68k/
Dmacintosh.h49 char ether_type; member
/linux-2.4.37.9/drivers/net/
Dmacsonic.c323 if (macintosh_config->ether_type != MAC_ETHER_SONIC) in mac_onboard_sonic_probe()
Dmacmace.c192 if (found || macintosh_config->ether_type != MAC_ETHER_MACE) return -ENODEV; in mace_probe()