HomeSort by: relevance | last modified time | path
    Searched refs:eth (Results 1 - 19 of 19) sorted by relevancy

  /src/usr.sbin/npf/npftest/
npfstream.c 40 const struct ether_header *eth = data; local
49 if (ntohs(eth->ether_type) != ETHERTYPE_IP) {
52 p = eth + 1;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt2712-evb.dts 109 &eth {
132 eth_default: eth-default-pins {
159 eth_sleep: eth-sleep-pins {
mt7622-rfb1.dts 104 &eth {
110 compatible = "mediatek,eth-mac";
122 compatible = "mediatek,eth-mac";
315 eth_pins: eth-pins {
317 function = "eth";
mt7622-bananapi-bpi-r64.dts 122 &eth {
125 compatible = "mediatek,eth-mac";
137 compatible = "mediatek,eth-mac";
376 eth_pins: eth-pins {
378 function = "eth";
mt7622.dtsi 964 eth: ethernet@1b100000 {
965 compatible = "mediatek,mt7622-eth";
mt2712e.dtsi 730 eth: ethernet@1101c000 {
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/marvell/
dove-sbc-a510.dts 98 &eth { status = "disabled"; };
dove-cm-a510.dtsi 128 &eth {
orion5x-linkstation.dtsi 144 &eth {
orion5x-lswsgl.dts 208 &eth {
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/broadcom/northstar2/
ns2-xmc.dts 70 gphy0: eth-phy@10 {
ns2-svk.dts 186 gphy0: eth-phy@10 {
  /src/sys/rump/net/lib/libvirtif/
if_virt.c 340 struct ether_header *eth; local
370 eth = mtod(m, struct ether_header *);
371 if (memcmp(eth->ether_dhost, CLLADDR(ifp->if_sadl),
374 } else if (ETHER_IS_MULTICAST(eth->ether_dhost)) {
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
Makefile 61 dtb-$(CONFIG_ARCH_K3) += k3-am6xx-phycore-disable-eth-phy.dtbo
93 k3-j7200-evm-dtbs := k3-j7200-common-proc-board.dtb k3-j7200-evm-quad-port-eth-exp.dtbo
97 k3-j721e-evm-dtbs := k3-j721e-common-proc-board.dtb k3-j721e-evm-quad-port-eth-exp.dtbo
122 dtb-$(CONFIG_ARCH_K3) += k3-j784s4-evm-quad-port-eth-exp1.dtbo
132 k3-am625-phyboard-lyra-disable-eth-phy-dtbs := k3-am625-phyboard-lyra-rdk.dtb \
133 k3-am6xx-phycore-disable-eth-phy.dtbo
167 k3-am642-phyboard-electra-disable-eth-phy-dtbs := \
168 k3-am642-phyboard-electra-rdk.dtb k3-am6xx-phycore-disable-eth-phy.dtbo
197 k3-j784s4-evm-quad-port-eth-exp1-dtbs := k3-j784s4-evm.dtb \
198 k3-j784s4-evm-quad-port-eth-exp1.dtb
    [all...]
  /src/sys/rump/net/lib/libshmif/
if_shmem.c 747 struct ether_header *eth; local
846 eth = mtod(m, struct ether_header *);
856 } else if (memcmp(eth->ether_dhost, CLLADDR(ifp->if_sadl),
859 } else if (ETHER_IS_MULTICAST(eth->ether_dhost)) {
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/mediatek/
mt7623n-bananapi-bpi-r2.dts 196 &eth {
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
Makefile 177 imx8mp-phyboard-pollux-rdk-no-eth-dtbs += imx8mp-phyboard-pollux-rdk.dtb imx8mp-phycore-no-eth.dtbo
178 dtb-$(CONFIG_ARCH_MXC) += imx8mp-phyboard-pollux-rdk-no-eth.dtb
  /src/usr.sbin/npf/npfctl/
npf_build.c 349 struct ether_addr *eth = data; local
350 npfctl_bpf_ether(ctx, opts, eth);
  /src/sys/dev/pci/cxgb/
cxgb_sge.c 2404 int eth, eop = 0, ethpad = 0; local
2409 eth = (r->rss_hdr.opcode == CPL_RX_PKT);
2447 int drop_thresh = eth ? SGE_RX_DROP_THRES : 0;
2498 if (eth) {

Completed in 34 milliseconds