Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/ulp/ipoib/
Dipoib_vlan.c202 if (result && ndev->reg_state == NETREG_UNINITIALIZED) in ipoib_vlan_add()
/Linux-v5.15/net/sched/
Dsch_generic.c526 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_on()
545 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_off()
563 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_event()
/Linux-v5.15/drivers/staging/rtl8712/
Dusb_intf.c602 if (pnetdev->reg_state != NETREG_UNINITIALIZED) in r871xu_dev_remove()
/Linux-v5.15/include/linux/
Dnetdevice.h2184 enum { NETREG_UNINITIALIZED=0, enumerator
5263 case NETREG_UNINITIALIZED: return " (uninitialized)"; in netdev_reg_state()
/Linux-v5.15/drivers/s390/net/
Dlcs.c2074 if (card->dev->reg_state != NETREG_UNINITIALIZED) in lcs_register_netdev()
/Linux-v5.15/drivers/net/
Dxen-netfront.c2337 if (dev->reg_state == NETREG_UNINITIALIZED) { in xennet_connect()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c2396 if (ndev->reg_state != NETREG_UNINITIALIZED) in hns_nic_dev_remove()
/Linux-v5.15/net/core/
Ddev.c10215 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED); in register_netdevice()
10932 if (dev->reg_state == NETREG_UNINITIALIZED) { in free_netdev()
11012 if (dev->reg_state == NETREG_UNINITIALIZED) { in unregister_netdevice_many()
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c5208 if (netdev->reg_state != NETREG_UNINITIALIZED) in hns3_client_uninit()