Home
last modified time | relevance | path

Searched refs:NETREG_UNREGISTERED (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_lib.c455 if ((adapter->netdev->reg_state == NETREG_UNREGISTERED) || in ixgbe_set_num_queues()
/linux-3.4.99/drivers/net/wireless/mwifiex/
Dcfg80211.c1317 if (dev->reg_state == NETREG_UNREGISTERED) in mwifiex_del_virtual_intf()
/linux-3.4.99/net/core/
Ddev.c5591 dev->reg_state = NETREG_UNREGISTERED; in register_netdevice()
5795 dev->reg_state = NETREG_UNREGISTERED; in netdev_run_todo()
6025 BUG_ON(dev->reg_state != NETREG_UNREGISTERED); in free_netdev()
/linux-3.4.99/include/linux/
Dnetdevice.h1237 NETREG_UNREGISTERED, /* completed unregister todo */ enumerator