Home
last modified time | relevance | path

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

/linux/include/net/
H A Dnetdev_lock.h30 bool ret = dev->request_ops_lock || !!dev->queue_mgmt_ops; in netdev_need_ops_lock()
/linux/drivers/net/
H A Ddummy.c108 dev->request_ops_lock = true; in dummy_setup()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c890 netdev->request_ops_lock = true; in mlx5e_build_rep_netdev()
H A Den_main.c5686 netdev->request_ops_lock = true; in mlx5e_build_nic_netdev()
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_netdev.c2788 netdev->request_ops_lock = true; in bnge_netdev_alloc()
/linux/include/linux/
H A Dnetdevice.h2525 bool request_ops_lock; member