Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/net/caif/
Dcaif_usb.c137 if (what == NETDEV_UNREGISTER && dev->reg_state >= NETREG_UNREGISTERED) in cfusbl_device_notify()
/kernel/linux/linux-5.10/net/caif/
Dcaif_usb.c137 if (what == NETDEV_UNREGISTER && dev->reg_state >= NETREG_UNREGISTERED) in cfusbl_device_notify()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c476 if (bp->dev->reg_state == NETREG_UNREGISTERED) { in bnxt_dl_reload_down()
511 if (bp->dev->reg_state == NETREG_UNREGISTERED) { in bnxt_dl_reload_down()
Dbnxt.c10453 if (bp->dev->reg_state == NETREG_UNREGISTERED) in bnxt_reinit_after_abort()
/kernel/linux/linux-6.6/drivers/infiniband/core/
Droce_gid_mgmt.c770 if (ndev->reg_state < NETREG_UNREGISTERED) in netdevice_event()
/kernel/linux/linux-5.10/drivers/infiniband/core/
Droce_gid_mgmt.c769 if (ndev->reg_state < NETREG_UNREGISTERED) in netdevice_event()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Droute.c950 dev->reg_state != NETREG_UNREGISTERED) { in nip_route_dev_notify()
/kernel/linux/linux-6.6/include/linux/
Dnetdevice.h2317 NETREG_UNREGISTERED, /* completed unregister todo */ enumerator
5183 case NETREG_UNREGISTERED: return " (unregistered)"; in netdev_reg_state()
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h2120 NETREG_UNREGISTERED, /* completed unregister todo */ enumerator
5099 case NETREG_UNREGISTERED: return " (unregistered)"; in netdev_reg_state()
/kernel/linux/linux-5.10/net/core/
Ddev.c10031 dev->reg_state = NETREG_UNREGISTERED; in register_netdevice()
10301 dev->reg_state = NETREG_UNREGISTERED; in netdev_run_todo()
10618 BUG_ON(dev->reg_state != NETREG_UNREGISTERED); in free_netdev()
/kernel/linux/linux-6.6/net/core/
Ddev.c10222 dev->reg_state = ret ? NETREG_UNREGISTERED : NETREG_REGISTERED; in register_netdevice()
10514 dev->reg_state = NETREG_UNREGISTERED; in netdev_run_todo()
10914 BUG_ON(dev->reg_state != NETREG_UNREGISTERED); in free_netdev()
/kernel/linux/linux-6.6/net/ipv6/
Droute.c6284 dev->reg_state != NETREG_UNREGISTERED) { in ip6_route_dev_notify()
/kernel/linux/linux-5.10/net/ipv6/
Droute.c6134 dev->reg_state != NETREG_UNREGISTERED) { in ip6_route_dev_notify()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c9612 if (dev->reg_state == NETREG_UNREGISTERED) { in mlxsw_sp_netdevice_unregister()