Home
last modified time | relevance | path

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

/linux/net/caif/
H A Dcaif_usb.c138 if (what == NETDEV_UNREGISTER && dev->reg_state >= NETREG_UNREGISTERED) in cfusbl_device_notify()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c446 if (bp->dev->reg_state == NETREG_UNREGISTERED) { in bnxt_dl_reload_down()
482 if (bp->dev->reg_state == NETREG_UNREGISTERED) { in bnxt_dl_reload_down()
H A Dbnxt.c12891 if (bp->dev->reg_state == NETREG_UNREGISTERED) in bnxt_reinit_after_abort()
/linux/drivers/infiniband/core/
H A Droce_gid_mgmt.c790 if (ndev->reg_state < NETREG_UNREGISTERED) in netdevice_event()
/linux/include/linux/
H A Dnetdevice.h1781 NETREG_UNREGISTERED, /* completed unregister todo */ enumerator
5620 case NETREG_UNREGISTERED: return " (unregistered)"; in netdev_reg_state()
/linux/net/core/
H A Ddev.c11427 WRITE_ONCE(dev->reg_state, ret ? NETREG_UNREGISTERED : NETREG_REGISTERED); in register_netdevice()
11705 WRITE_ONCE(dev->reg_state, NETREG_UNREGISTERED); in netdev_run_todo()
12216 BUG_ON(dev->reg_state != NETREG_UNREGISTERED); in free_netdev()
/linux/net/ipv6/
H A Droute.c6481 dev->reg_state != NETREG_UNREGISTERED) { in ip6_route_dev_notify()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c9829 if (dev->reg_state == NETREG_UNREGISTERED) { in mlxsw_sp_netdevice_unregister()