Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/ulp/ipoib/
Dipoib_vlan.c201 if (result && ndev->reg_state == NETREG_UNINITIALIZED) in ipoib_vlan_add()
/Linux-v6.6/net/sched/
Dsch_generic.c578 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_on()
597 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_off()
615 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_event()
/Linux-v6.6/drivers/staging/rtl8712/
Dusb_intf.c595 if (pnetdev->reg_state != NETREG_UNINITIALIZED) in r871xu_dev_remove()
/Linux-v6.6/include/linux/
Dnetdevice.h2303 enum { NETREG_UNINITIALIZED=0, enumerator
2418 WARN_ON((dev)->reg_state != NETREG_UNINITIALIZED); \
5158 case NETREG_UNINITIALIZED: return " (uninitialized)"; in netdev_reg_state()
/Linux-v6.6/drivers/s390/net/
Dlcs.c2057 if (card->dev->reg_state != NETREG_UNINITIALIZED) in lcs_register_netdev()
/Linux-v6.6/drivers/net/
Dxen-netfront.c2443 if (dev->reg_state == NETREG_UNINITIALIZED) { in xennet_connect()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c2392 if (ndev->reg_state != NETREG_UNINITIALIZED) in hns_nic_dev_remove()
/Linux-v6.6/net/core/
Ddev.c10075 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED); in register_netdevice()
10851 if (dev->reg_state == NETREG_UNINITIALIZED) { in free_netdev()
10925 if (dev->reg_state == NETREG_UNINITIALIZED) { in unregister_netdevice_many_notify()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c5432 if (netdev->reg_state != NETREG_UNINITIALIZED) in hns3_client_uninit()