Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_main.c72 static const struct net_device_ops ice_netdev_safe_mode_ops; variable
91 dev->netdev_ops == &ice_netdev_safe_mode_ops); in netif_is_ice()
3528 netdev->netdev_ops = &ice_netdev_safe_mode_ops; in ice_set_ops()
9665 static const struct net_device_ops ice_netdev_safe_mode_ops = { variable