Home
last modified time | relevance | path

Searched refs:NETREG_UNREGISTERED (Results 1 – 7 of 7) 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.c12815 if (bp->dev->reg_state == NETREG_UNREGISTERED) in bnxt_reinit_after_abort()
/linux/include/linux/
H A Dnetdevice.h1781 NETREG_UNREGISTERED, /* completed unregister todo */ enumerator
5569 case NETREG_UNREGISTERED: return " (unregistered)"; in netdev_reg_state()
/linux/net/core/
H A Ddev.c11409 WRITE_ONCE(dev->reg_state, ret ? NETREG_UNREGISTERED : NETREG_REGISTERED); in register_netdevice()
11687 WRITE_ONCE(dev->reg_state, NETREG_UNREGISTERED); in netdev_run_todo()
12198 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.c9832 if (dev->reg_state == NETREG_UNREGISTERED) { in mlxsw_sp_netdevice_unregister()