Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_vlan.c205 if (result && ndev->reg_state == NETREG_UNINITIALIZED) in ipoib_vlan_add()
/openbmc/linux/net/sched/
H A Dsch_generic.c588 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_on()
607 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_off()
625 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_event()
/openbmc/linux/drivers/staging/rtl8712/
H A Dusb_intf.c595 if (pnetdev->reg_state != NETREG_UNINITIALIZED) in r871xu_dev_remove()
/openbmc/linux/include/linux/
H A Dnetdevice.h2314 enum { NETREG_UNINITIALIZED=0, enumerator
2430 WARN_ON((dev)->reg_state != NETREG_UNINITIALIZED); \
5210 case NETREG_UNINITIALIZED: return " (uninitialized)"; in netdev_reg_state()
/openbmc/linux/drivers/s390/net/
H A Dlcs.c2057 if (card->dev->reg_state != NETREG_UNINITIALIZED) in lcs_register_netdev()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c2401 if (ndev->reg_state != NETREG_UNINITIALIZED) in hns_nic_dev_remove()
/openbmc/linux/drivers/net/
H A Dxen-netfront.c2444 if (dev->reg_state == NETREG_UNINITIALIZED) { in xennet_connect()
/openbmc/linux/net/core/
H A Ddev.c10137 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED); in register_netdevice()
10921 if (dev->reg_state == NETREG_UNINITIALIZED) { in free_netdev()
10995 if (dev->reg_state == NETREG_UNINITIALIZED) { in unregister_netdevice_many_notify()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c5436 if (netdev->reg_state != NETREG_UNINITIALIZED) in hns3_client_uninit()