Home
last modified time | relevance | path

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

/linux-6.15/Documentation/networking/devlink/
H A Dmlxsw.rst98 RIF dismantle, when the RIF is first disabled before being removed
104 RIF dismantle, when the RIF is first disabled before being removed
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst133 bool dismantle
/linux-6.15/drivers/net/wireless/marvell/libertas/
H A Dmain.c527 if (!dev->dismantle && priv->reset_card) in lbs_thread()
/linux-6.15/drivers/net/
H A Dmacvlan.c712 macvlan_hash_del(vlan, !dev->dismantle); in macvlan_stop()
/linux-6.15/include/linux/
H A Dnetdevice.h2360 bool dismantle; member
/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc_main.c6245 if (netif_device_present(netdev) || netdev->dismantle) in igc_close()
/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb_main.c4253 if (netif_device_present(netdev) || netdev->dismantle) in igb_close()
/linux-6.15/net/core/
H A Ddev.c11923 dev->dismantle = true; in unregister_netdevice_many_notify()