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
4179 mutex_lock(&vi->rq[i].dim_lock); in virtnet_set_ringparam()
4183 mutex_unlock(&vi->rq[i].dim_lock); in virtnet_set_ringparam()
5191 mutex_lock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5193 mutex_unlock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5205 mutex_lock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5207 mutex_unlock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5227 mutex_lock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5230 mutex_unlock(&vi->rq[i].dim_lock); in virtnet_send_rx_notf_coal_cmds()
5261 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.c3866 spin_lock_bh(&eth->dim_lock); in mtk_dim_rx()
3882 spin_unlock_bh(&eth->dim_lock); in mtk_dim_rx()
3897 spin_lock_bh(&eth->dim_lock); in mtk_dim_tx()
3913 spin_unlock_bh(&eth->dim_lock); in mtk_dim_tx()
5131 spin_lock_init(&eth->dim_lock); in mtk_probe()
H A Dmtk_eth_soc.h1329 spinlock_t dim_lock; member