Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/ulp/ipoib/
H A Dipoib_vlan.c205 if (result && ndev->reg_state == NETREG_UNINITIALIZED) in ipoib_vlan_add()
/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_main.c51 if (adapter->netdevs[i]->reg_state != NETREG_UNINITIALIZED) in idpf_remove()
/linux-6.15/net/sched/
H A Dsch_generic.c584 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_on()
603 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_off()
621 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_event()
/linux-6.15/include/linux/
H A Dnetdevice.h1754 NETREG_UNINITIALIZED = 0, enumerator
2560 WARN_ON((dev)->reg_state != NETREG_UNINITIALIZED); \
5490 case NETREG_UNINITIALIZED: return " (uninitialized)"; in netdev_reg_state()
/linux-6.15/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.c2401 if (ndev->reg_state != NETREG_UNINITIALIZED) in hns_nic_dev_remove()
/linux-6.15/drivers/net/
H A Dxen-netfront.c2454 if (dev->reg_state == NETREG_UNINITIALIZED) { in xennet_connect()
/linux-6.15/net/core/
H A Ddev.c10901 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED); in register_netdevice()
11785 if (dev->reg_state == NETREG_UNINITIALIZED || in free_netdev()
11915 if (dev->reg_state == NETREG_UNINITIALIZED) { in unregister_netdevice_many_notify()
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c5437 if (netdev->reg_state != NETREG_UNINITIALIZED) in hns3_client_uninit()