Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/
H A Dxen-netfront.c154 spinlock_t rx_cons_lock; member
910 spin_lock_irqsave(&queue->rx_cons_lock, flags); in xennet_set_rx_rsp_cons()
913 spin_unlock_irqrestore(&queue->rx_cons_lock, flags); in xennet_set_rx_rsp_cons()
1544 spin_lock_irqsave(&queue->rx_cons_lock, flags); in xennet_handle_rx()
1552 spin_unlock_irqrestore(&queue->rx_cons_lock, flags); in xennet_handle_rx()
1558 spin_unlock_irqrestore(&queue->rx_cons_lock, flags); in xennet_handle_rx()
2031 spin_lock_init(&queue->rx_cons_lock); in xennet_init_queue()