Home
last modified time | relevance | path

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

/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_vlan.c201 if (result && ndev->reg_state == NETREG_UNINITIALIZED) in ipoib_vlan_add()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_main.c50 if (adapter->netdevs[i]->reg_state != NETREG_UNINITIALIZED) in idpf_remove()
/linux/net/sched/
H A Dsch_generic.c583 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_on()
602 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_off()
620 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_event()
/linux/drivers/staging/rtl8712/
H A Dusb_intf.c595 if (pnetdev->reg_state != NETREG_UNINITIALIZED) in r871xu_dev_remove()
/linux/include/linux/
H A Dnetdevice.h1736 NETREG_UNINITIALIZED = 0, enumerator
2414 WARN_ON((dev)->reg_state != NETREG_UNINITIALIZED); \
5153 case NETREG_UNINITIALIZED: return " (uninitialized)"; in netdev_reg_state()
/linux/drivers/s390/net/
H A Dlcs.c2055 if (card->dev->reg_state != NETREG_UNINITIALIZED) in lcs_register_netdev()
/linux/drivers/net/
H A Dxen-netfront.c2444 if (dev->reg_state == NETREG_UNINITIALIZED) { in xennet_connect()
/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c2401 if (ndev->reg_state != NETREG_UNINITIALIZED) in hns_nic_dev_remove()
/linux/net/core/
H A Ddev.c10280 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED); in register_netdevice()
11089 if (dev->reg_state == NETREG_UNINITIALIZED || in free_netdev()
11178 if (dev->reg_state == NETREG_UNINITIALIZED) { in unregister_netdevice_many_notify()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c5431 if (netdev->reg_state != NETREG_UNINITIALIZED) in hns3_client_uninit()