Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/
H A Doa_tc6.c116 spinlock_t tx_skb_lock; /* Protects tx skb handling */ member
1008 spin_lock_bh(&tc6->tx_skb_lock); in oa_tc6_prepare_spi_tx_buf_for_tx_skbs()
1011 spin_unlock_bh(&tc6->tx_skb_lock); in oa_tc6_prepare_spi_tx_buf_for_tx_skbs()
1216 spin_lock_bh(&tc6->tx_skb_lock); in oa_tc6_start_xmit()
1218 spin_unlock_bh(&tc6->tx_skb_lock); in oa_tc6_start_xmit()
1248 spin_lock_init(&tc6->tx_skb_lock); in oa_tc6_init()