Home
last modified time | relevance | path

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

/linux/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/Documentation/networking/net_cachelines/
H A Dnet_device.rst131 bool dismantle
/linux/drivers/net/wireless/marvell/libertas/
H A Dmain.c557 if (!dev->dismantle && priv->reset_card) in lbs_thread()
/linux/drivers/net/
H A Dmacvlan.c711 macvlan_hash_del(vlan, !dev->dismantle); in macvlan_stop()
/linux/include/linux/
H A Dnetdevice.h2310 bool dismantle; member
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6125 if (netif_device_present(netdev) || netdev->dismantle) in igc_close()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c4250 if (netif_device_present(netdev) || netdev->dismantle) in igb_close()
/linux/net/core/
H A Ddev.c11187 dev->dismantle = true; in unregister_netdevice_many_notify()