Home
last modified time | relevance | path

Searched refs:NETREG_REGISTERED (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/net/phonet/
Dpn_dev.c135 if ((dev->reg_state == NETREG_REGISTERED) && in phonet_device_get()
231 if ((pnd->netdev->reg_state != NETREG_REGISTERED) || in phonet_address_lookup()
/linux-4.4.14/net/openvswitch/
Dvport-netdev.c187 if (vport->dev->reg_state == NETREG_REGISTERED) in ovs_netdev_tunnel_destroy()
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc_drv.c671 if (!net || net->reg_state != NETREG_REGISTERED) in netvsc_linkstatus_callback()
697 if (!net || net->reg_state != NETREG_REGISTERED) { in netvsc_recv_callback()
/linux-4.4.14/drivers/net/wimax/i2400m/
Ddriver.c839 if (net_dev->reg_state == NETREG_REGISTERED) { in i2400m_reset()
/linux-4.4.14/drivers/net/ethernet/sfc/
Dnet_driver.h1067 return efx->net_dev->reg_state == NETREG_REGISTERED; in efx_dev_registered()
/linux-4.4.14/drivers/net/wireless/libertas/
Dmain.c1149 if (dev->reg_state != NETREG_REGISTERED) in lbs_stop_card()
/linux-4.4.14/net/core/
Ddev.c2167 if (dev->reg_state == NETREG_REGISTERED || in netif_set_real_num_tx_queues()
2210 if (dev->reg_state == NETREG_REGISTERED) { in netif_set_real_num_rx_queues()
6229 BUG_ON(dev->reg_state != NETREG_REGISTERED); in rollback_registered_many()
6695 dev->reg_state = NETREG_REGISTERED; in register_netdevice()
7320 if (dev->reg_state != NETREG_REGISTERED) in dev_change_net_namespace()
Dnet-sysfs.c39 return dev->reg_state <= NETREG_REGISTERED; in dev_isalive()
Drtnetlink.c2556 if (dev->reg_state != NETREG_REGISTERED) in rtmsg_ifinfo()
/linux-4.4.14/drivers/net/
Dtun.c547 tun->dev->reg_state == NETREG_REGISTERED) in __tun_detach()
1049 if (tun->dev->reg_state != NETREG_REGISTERED) in tun_chr_poll()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcore.c732 if (ndev->reg_state == NETREG_REGISTERED) in brcmf_net_detach()
/linux-4.4.14/drivers/net/bonding/
Dbond_options.c675 else if (bond->dev->reg_state == NETREG_REGISTERED) in __bond_opt_set()
/linux-4.4.14/include/linux/
Dnetdevice.h1740 NETREG_REGISTERED, /* completed register_netdevice */ enumerator
3912 case NETREG_REGISTERED: return ""; in netdev_reg_state()
/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_main.c1596 if (pnetdev && (pnetdev->reg_state == NETREG_REGISTERED)) in nicvf_remove()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_pci.c2004 if (netdev->reg_state == NETREG_REGISTERED) in fm10k_remove()
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dcfg80211.c2847 if (wdev->netdev->reg_state == NETREG_REGISTERED) in mwifiex_del_virtual_intf()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4122 if (netdev->reg_state == NETREG_REGISTERED) in ixgbevf_remove()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c6784 (adapter->netdev->reg_state == NETREG_REGISTERED)) { in ixgbe_sfp_detection_subtask()
9074 if (netdev->reg_state == NETREG_REGISTERED) in ixgbe_remove()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_main.c5002 if (adapter->port[i]->reg_state == NETREG_REGISTERED) in remove_one()