Home
last modified time | relevance | path

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

/linux-6.15/net/caif/
H A Dcaif_usb.c138 if (what == NETDEV_UNREGISTER && dev->reg_state >= NETREG_UNREGISTERED) in cfusbl_device_notify()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c452 if (bp->dev->reg_state == NETREG_UNREGISTERED) { in bnxt_dl_reload_down()
488 if (bp->dev->reg_state == NETREG_UNREGISTERED) { in bnxt_dl_reload_down()
H A Dbnxt.c12633 if (bp->dev->reg_state == NETREG_UNREGISTERED) in bnxt_reinit_after_abort()
/linux-6.15/drivers/infiniband/core/
H A Droce_gid_mgmt.c791 if (ndev->reg_state < NETREG_UNREGISTERED) in netdevice_event()
/linux-6.15/include/linux/
H A Dnetdevice.h1757 NETREG_UNREGISTERED, /* completed unregister todo */ enumerator
5493 case NETREG_UNREGISTERED: return " (unregistered)"; in netdev_reg_state()
/linux-6.15/net/core/
H A Ddev.c11002 WRITE_ONCE(dev->reg_state, ret ? NETREG_UNREGISTERED : NETREG_REGISTERED); in register_netdevice()
11281 WRITE_ONCE(dev->reg_state, NETREG_UNREGISTERED); in netdev_run_todo()
11791 BUG_ON(dev->reg_state != NETREG_UNREGISTERED); in free_netdev()
/linux-6.15/net/ipv6/
H A Droute.c6376 dev->reg_state != NETREG_UNREGISTERED) { in ip6_route_dev_notify()
/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c9831 if (dev->reg_state == NETREG_UNREGISTERED) { in mlxsw_sp_netdevice_unregister()