Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptlan.c94 spinlock_t txfidx_lock; member
584 spin_lock_irqsave(&priv->txfidx_lock, flags); in mpt_lan_send_turbo()
586 spin_unlock_irqrestore(&priv->txfidx_lock, flags); in mpt_lan_send_turbo()
634 spin_lock_irqsave(&priv->txfidx_lock, flags); in mpt_lan_send_reply()
656 spin_unlock_irqrestore(&priv->txfidx_lock, flags); in mpt_lan_send_reply()
685 spin_lock_irqsave(&priv->txfidx_lock, flags); in mpt_lan_sdu_send()
688 spin_unlock_irqrestore(&priv->txfidx_lock, flags); in mpt_lan_sdu_send()
698 spin_unlock_irqrestore(&priv->txfidx_lock, flags); in mpt_lan_sdu_send()
706 spin_unlock_irqrestore(&priv->txfidx_lock, flags); in mpt_lan_sdu_send()
1340 spin_lock_init(&priv->txfidx_lock); in mpt_register_lan_device()