Home
last modified time | relevance | path

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

/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.h1795 NETREG_UNREGISTERED, /* completed unregister todo */ enumerator
5661 case NETREG_UNREGISTERED: return " (unregistered)"; in netdev_reg_state()
/linux/net/core/
H A Ddev.c11426 WRITE_ONCE(dev->reg_state, ret ? NETREG_UNREGISTERED : NETREG_REGISTERED); in register_netdevice()
11704 WRITE_ONCE(dev->reg_state, NETREG_UNREGISTERED); in netdev_run_todo()
12219 BUG_ON(dev->reg_state != NETREG_UNREGISTERED); in free_netdev()
/linux/net/ipv6/
H A Droute.c6492 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()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c12989 if (bp->dev->reg_state == NETREG_UNREGISTERED) in bnxt_reinit_after_abort()