| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ifupdown/ |
| H A D | ifupdown_0.8.39.bb | 1 SUMMARY = "ifupdown: basic ifup and ifdown used by initscripts" 4 This package provides the tools ifup and ifdown which may be used to \ 40 install -m 0755 ifup ${D}${base_sbindir}/ 41 ln ${D}${base_sbindir}/ifup ${D}${base_sbindir}/ifdown 42 install -m 0644 ifup.8 ${D}${mandir}/man8 44 cd ${D}${mandir}/man8 && ln -s ifup.8 ifdown.8 54 ALTERNATIVE:${PN} = "ifup ifdown" 56 ALTERNATIVE_LINK_NAME[ifup] = "${base_sbindir}/ifup"
|
| /OK3568_Linux_fs/kernel/drivers/staging/qlge/ |
| H A D | qlge_main.c | 224 netif_err(qdev, ifup, qdev->ndev, "Couldn't map DMA area.\n"); in ql_write_cfg() 234 netif_err(qdev, ifup, qdev->ndev, in ql_write_cfg() 313 netif_crit(qdev, ifup, qdev->ndev, in ql_get_mac_addr_reg() 413 netif_crit(qdev, ifup, qdev->ndev, in ql_set_mac_addr_reg() 432 netif_printk(qdev, ifup, KERN_DEBUG, qdev->ndev, in ql_set_mac_addr() 437 netif_printk(qdev, ifup, KERN_DEBUG, qdev->ndev, in ql_set_mac_addr() 448 netif_err(qdev, ifup, qdev->ndev, in ql_set_mac_addr() 573 netif_err(qdev, ifup, qdev->ndev, in ql_set_routing_reg() 631 netif_err(qdev, ifup, qdev->ndev, "Invalid flash signature.\n"); in ql_validate_flash() 639 netif_err(qdev, ifup, qdev->ndev, in ql_validate_flash() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/ |
| H A D | init | 15 [ -x /sbin/ifup ] || exit 0 62 ifup -a 79 ifup -a
|
| H A D | interfaces | 1 # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
|
| /OK3568_Linux_fs/buildroot/package/ifupdown-scripts/ |
| H A D | network.service | 10 # lo is brought up earlier, which will cause the upcoming "ifup -a" to fail 14 # before ifup prevents this failure. 17 ExecStart=/sbin/ifup -a
|
| H A D | S40network | 12 /sbin/ifup -a
|
| H A D | ifupdown-scripts.mk | 35 > $(TARGET_DIR)/etc/ifup.$(IFUPDOWN_SCRIPTS_DHCP_IFACE)
|
| /OK3568_Linux_fs/buildroot/package/netplug/ |
| H A D | netplug-script | 27 if [ -x /sbin/ifup ]; then 28 exec /sbin/ifup $dev
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | smsc75xx.c | 765 netif_dbg(dev, ifup, dev->net, "MAC address read from the device tree\n"); in smsc75xx_init_mac_address() 775 netif_dbg(dev, ifup, dev->net, in smsc75xx_init_mac_address() 783 netif_dbg(dev, ifup, dev->net, "MAC address set to eth_random_addr\n"); in smsc75xx_init_mac_address() 871 netif_dbg(dev, ifup, dev->net, "phy initialised successfully\n"); in smsc75xx_phy_initialize() 1049 netif_dbg(dev, ifup, dev->net, "entering smsc75xx_reset\n"); in smsc75xx_reset() 1087 netif_dbg(dev, ifup, dev->net, "Lite reset complete, resetting PHY\n"); in smsc75xx_reset() 1119 netif_dbg(dev, ifup, dev->net, "PHY reset complete\n"); in smsc75xx_reset() 1127 netif_dbg(dev, ifup, dev->net, "MAC Address: %pM\n", in smsc75xx_reset() 1136 netif_dbg(dev, ifup, dev->net, "Read Value from HW_CFG : 0x%08x\n", in smsc75xx_reset() 1153 netif_dbg(dev, ifup, dev->net, "Read Value from HW_CFG after writing HW_CFG_BIR: 0x%08x\n", in smsc75xx_reset() [all …]
|
| H A D | lg-vl600.c | 118 netif_err(dev, ifup, dev->net, "Fragment too long\n"); in vl600_rx_fixup() 126 netif_err(dev, ifup, dev->net, "Frame too short\n"); in vl600_rx_fixup() 158 netif_err(dev, ifup, dev->net, "Packet too short\n"); in vl600_rx_fixup() 165 netif_err(dev, ifup, dev->net, in vl600_rx_fixup()
|
| H A D | smsc95xx.c | 776 netif_dbg(dev, ifup, dev->net, "MAC address read from the device tree\n"); in smsc95xx_init_mac_address() 786 netif_dbg(dev, ifup, dev->net, "MAC address read from EEPROM\n"); in smsc95xx_init_mac_address() 793 netif_dbg(dev, ifup, dev->net, "MAC address set to eth_random_addr\n"); in smsc95xx_init_mac_address() 849 netif_dbg(dev, ifup, dev->net, "entering smsc95xx_reset\n"); in smsc95xx_reset() 891 netif_dbg(dev, ifup, dev->net, "MAC Address: %pM\n", in smsc95xx_reset() 898 netif_dbg(dev, ifup, dev->net, "Read Value from HW_CFG : 0x%08x\n", in smsc95xx_reset() 911 netif_dbg(dev, ifup, dev->net, in smsc95xx_reset() 926 netif_dbg(dev, ifup, dev->net, "rx_urb_size=%ld\n", in smsc95xx_reset() 937 netif_dbg(dev, ifup, dev->net, in smsc95xx_reset() 949 netif_dbg(dev, ifup, dev->net, in smsc95xx_reset() [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | runqemu-gen-tapdevs | 91 ifup=`$RUNQEMU_IFUP $TUID $GID $STAGING_BINDIR_NATIVE 2>&1` 93 echo "Error running tunctl: $ifup"
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/natsemi/ |
| H A D | sonic.c | 101 netif_dbg(lp, ifup, dev, "%s: initializing sonic driver\n", __func__); in sonic_open() 150 netif_dbg(lp, ifup, dev, "%s: Initialization done\n", __func__); in sonic_open() 678 netif_dbg(lp, ifup, dev, "%s: mc_count %d\n", __func__, in sonic_multicast_list() 702 netif_dbg(lp, ifup, dev, "%s: setting RCR=%x\n", __func__, rcr); in sonic_multicast_list() 738 netif_dbg(lp, ifup, dev, "%s: initialize receive resource area\n", in sonic_init() 759 netif_dbg(lp, ifup, dev, "%s: issuing RRRA command\n", __func__); in sonic_init() 769 netif_dbg(lp, ifup, dev, "%s: initialize receive descriptors\n", in sonic_init() 794 netif_dbg(lp, ifup, dev, "%s: initialize transmit descriptors\n", in sonic_init() 849 netif_dbg(lp, ifup, dev, "%s: new status=%x\n", __func__, in sonic_init()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/ifupdown/files/ |
| H A D | tweak-ptest-script.patch | 27 - ./ifup -v --no-act-commands --force -i $dir/testcase.$test --state-dir=$dir/state.$test $a… 28 + ifup -v --no-act-commands --force -i $dir/testcase.$test --state-dir=$dir/state.$test $arg…
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smsc9420.c | 1232 netif_warn(pd, ifup, pd->dev, in smsc9420_alloc_rx_ring() 1242 netif_dbg(pd, ifup, pd->dev, "VLAN1 = 0x%08x\n", in smsc9420_alloc_rx_ring() 1249 netif_dbg(pd, ifup, pd->dev, "COE_CR = 0x%08x\n", coe); in smsc9420_alloc_rx_ring() 1272 netif_warn(pd, ifup, pd->dev, in smsc9420_open() 1292 netif_warn(pd, ifup, pd->dev, "Unable to use IRQ = %d\n", irq); in smsc9420_open() 1327 netif_dbg(pd, ifup, pd->dev, "Testing ISR using IRQ %d\n", irq); in smsc9420_open() 1357 netif_warn(pd, ifup, pd->dev, "ISR failed signaling test\n"); in smsc9420_open() 1362 netif_dbg(pd, ifup, pd->dev, "ISR passed test using IRQ %d\n", irq); in smsc9420_open() 1366 netif_warn(pd, ifup, pd->dev, in smsc9420_open() 1374 netif_warn(pd, ifup, pd->dev, in smsc9420_open() [all …]
|
| H A D | smsc911x.c | 1624 SMSC_WARN(pdata, ifup, in smsc911x_open() 1642 SMSC_TRACE(pdata, ifup, "irq polarity: active high"); in smsc911x_open() 1645 SMSC_TRACE(pdata, ifup, "irq polarity: active low"); in smsc911x_open() 1649 SMSC_TRACE(pdata, ifup, "irq type: push-pull"); in smsc911x_open() 1652 SMSC_TRACE(pdata, ifup, "irq type: open drain"); in smsc911x_open() 1657 SMSC_TRACE(pdata, ifup, "Testing irq handler using IRQ %d", dev->irq); in smsc911x_open() 1687 SMSC_TRACE(pdata, ifup, "IRQ handler passed test using IRQ %d", in smsc911x_open()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/usbinit/usbinit/ |
| H A D | usb-gether | 10 ifup usb0
|
| /OK3568_Linux_fs/kernel/tools/hv/ |
| H A D | hv_set_ifconfig.sh | 65 /sbin/ifup $interface 2>/dev/null
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/qemuall/ |
| H A D | interfaces | 1 # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/recipes-core/tiny-init/files/ |
| H A D | init | 14 ifup lo
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/udev-extraconf/ |
| H A D | network.sh | 46 ifconfig | grep -q "^$INTERFACE" || ifup $INTERFACE
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_netdev.c | 422 netif_err(rx_ring->adapter, ifup, rx_ring->netdev, in ena_xdp_register_rxq_info() 432 netif_err(rx_ring->adapter, ifup, rx_ring->netdev, in ena_xdp_register_rxq_info() 672 netif_err(adapter, ifup, in ena_setup_tx_resources() 761 netif_err(adapter, ifup, adapter->netdev, in ena_setup_tx_resources_in_range() 806 netif_err(adapter, ifup, adapter->netdev, in ena_setup_rx_resources() 886 netif_err(adapter, ifup, adapter->netdev, in ena_setup_all_rx_resources() 2075 netif_err(adapter, ifup, adapter->netdev, in ena_request_io_irq() 2085 netif_err(adapter, ifup, adapter->netdev, in ena_request_io_irq() 2091 netif_dbg(adapter, ifup, adapter->netdev, in ena_request_io_irq() 2224 netif_err(adapter, ifup, adapter->netdev, in ena_rss_configure() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/ |
| H A D | ieee80211_softmac_wx.c | 142 short ifup = ieee->proto_started; /* dev->flags & IFF_UP; */ in ieee80211_wx_set_wap() local 159 if (ifup) in ieee80211_wx_set_wap() 172 if (ifup) in ieee80211_wx_set_wap()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/ |
| H A D | nativesdk-qemu-helper_1.0.bb | 16 file://${COREBASE}/scripts/runqemu-ifup \
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/ |
| H A D | rtllib_softmac_wx.c | 141 short ifup = ieee->proto_started; in rtllib_wx_set_wap() local 168 if (ifup) in rtllib_wx_set_wap() 182 if (ifup) in rtllib_wx_set_wap()
|