Home
last modified time | relevance | path

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

/linux/drivers/infiniband/ulp/ipoib/ !
H A Dipoib_vlan.c93 * If (ndev->reg_state == NETREG_UNINITIALIZED) then it is up to the caller to
206 if (result && ndev->reg_state == NETREG_UNINITIALIZED) in ipoib_vlan_add()
/linux/drivers/net/ethernet/intel/idpf/ !
H A Didpf_main.c51 if (adapter->netdevs[i]->reg_state != NETREG_UNINITIALIZED) in idpf_remove()
/linux/net/sched/ !
H A Dsch_generic.c585 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_on()
604 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_off()
622 if (dev->reg_state == NETREG_UNINITIALIZED) in netif_carrier_event()
/linux/include/linux/ !
H A Dnetdevice.h1762 NETREG_UNINITIALIZED = 0, enumerator
2570 WARN_ON((dev)->reg_state != NETREG_UNINITIALIZED); \
5508 case NETREG_UNINITIALIZED: return " (uninitialized)"; in netdev_reg_state()
/linux/drivers/net/ !
H A Dxen-netfront.c2450 if (dev->reg_state == NETREG_UNINITIALIZED) { in xennet_connect()
/linux/net/core/ !
H A Ddev.c11096 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED); in register_netdevice()
11980 if (dev->reg_state == NETREG_UNINITIALIZED || in free_netdev()
12097 if (dev->reg_state == NETREG_UNINITIALIZED) { in unregister_netdevice_many_notify()