Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dvirtio_net.c344 struct mutex dim_lock; member
4244 mutex_lock(&vi->rq[i].dim_lock); in virtnet_set_ringparam()
4248 mutex_unlock(&vi->rq[i].dim_lock); in virtnet_set_ringparam()
5256 mutex_lock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5258 mutex_unlock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5270 mutex_lock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5272 mutex_unlock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5292 mutex_lock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5295 mutex_unlock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5326 mutex_lock(&vi->rq[queue].dim_lock); in virtnet_send_rx_notf_coal_vq_cmds()
[all …]
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3821 spin_lock_bh(&eth->dim_lock); in mtk_dim_rx()
3837 spin_unlock_bh(&eth->dim_lock); in mtk_dim_rx()
3852 spin_lock_bh(&eth->dim_lock); in mtk_dim_tx()
3868 spin_unlock_bh(&eth->dim_lock); in mtk_dim_tx()
5077 spin_lock_init(&eth->dim_lock); in mtk_probe()
H A Dmtk_eth_soc.h1329 spinlock_t dim_lock; member