Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/ulp/ipoib/
Dipoib_vlan.c201 if (result && ndev->reg_state == NETREG_UNINITIALIZED) in ipoib_vlan_add()
/Linux-v6.1/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.1/drivers/staging/rtl8712/
Dusb_intf.c596 if (pnetdev->reg_state != NETREG_UNINITIALIZED) in r871xu_dev_remove()
/Linux-v6.1/include/linux/
Dnetdevice.h2250 enum { NETREG_UNINITIALIZED=0, enumerator
5112 case NETREG_UNINITIALIZED: return " (uninitialized)"; in netdev_reg_state()
/Linux-v6.1/drivers/s390/net/
Dlcs.c2077 if (card->dev->reg_state != NETREG_UNINITIALIZED) in lcs_register_netdev()
/Linux-v6.1/drivers/net/
Dxen-netfront.c2441 if (dev->reg_state == NETREG_UNINITIALIZED) { in xennet_connect()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c2392 if (ndev->reg_state != NETREG_UNINITIALIZED) in hns_nic_dev_remove()
/Linux-v6.1/net/core/
Ddev.c9966 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED); in register_netdevice()
10726 if (dev->reg_state == NETREG_UNINITIALIZED) { in free_netdev()
10806 if (dev->reg_state == NETREG_UNINITIALIZED) { in unregister_netdevice_many()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/
Dhns3_enet.c5419 if (netdev->reg_state != NETREG_UNINITIALIZED) in hns3_client_uninit()