Home
last modified time | relevance | path

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

/linux/drivers/soc/fsl/dpio/
H A Ddpio-service.c36 spinlock_t dim_lock; member
170 spin_lock_init(&obj->dim_lock); in dpaa2_io_create()
888 spin_lock(&d->dim_lock); in dpaa2_io_update_net_dim()
896 spin_unlock(&d->dim_lock); in dpaa2_io_update_net_dim()
/linux/drivers/net/
H A Dvirtio_net.c337 struct mutex dim_lock; member
4199 mutex_lock(&vi->rq[i].dim_lock); in virtnet_set_ringparam()
4203 mutex_unlock(&vi->rq[i].dim_lock); in virtnet_set_ringparam()
5211 mutex_lock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5213 mutex_unlock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5225 mutex_lock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5227 mutex_unlock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5247 mutex_lock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5250 mutex_unlock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5281 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.c3867 spin_lock_bh(&eth->dim_lock); in mtk_dim_rx()
3883 spin_unlock_bh(&eth->dim_lock); in mtk_dim_rx()
3898 spin_lock_bh(&eth->dim_lock); in mtk_dim_tx()
3914 spin_unlock_bh(&eth->dim_lock); in mtk_dim_tx()
5136 spin_lock_init(&eth->dim_lock); in mtk_probe()
H A Dmtk_eth_soc.h1329 spinlock_t dim_lock; member