Home
last modified time | relevance | path

Searched refs:NETREG_UNINITIALIZED (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_main.c51 if (adapter->netdevs[i]->reg_state != NETREG_UNINITIALIZED) in idpf_remove()
/linux/net/sched/
H A Dsch_generic.c585 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_on()
604 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_off()
622 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_event()
/linux/include/linux/
H A Dnetdevice.h1762 NETREG_UNINITIALIZED = 0, enumerator
2570 WARN_ON((dev)->reg_state != NETREG_UNINITIALIZED); \
5508 case NETREG_UNINITIALIZED: return " (uninitialized)"; in netdev_reg_state()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c2401 if (ndev->reg_state != NETREG_UNINITIALIZED) in hns_nic_dev_remove()
/linux/drivers/net/
H A Dxen-netfront.c2450 if (dev->reg_state == NETREG_UNINITIALIZED) { in xennet_connect()
/linux/net/core/
H A Ddev.c11108 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED); in register_netdevice()
11992 if (dev->reg_state == NETREG_UNINITIALIZED || in free_netdev()
12109 if (dev->reg_state == NETREG_UNINITIALIZED) { in unregister_netdevice_many_notify()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c5470 if (netdev->reg_state != NETREG_UNINITIALIZED) in hns3_client_uninit()