Searched refs:fw_tx_lock (Results 1 – 2 of 2) sorted by relevance
96 spin_lock_init(&fbd->fw_tx_lock); in fbnic_mbx_init()230 spin_lock_irqsave(&fbd->fw_tx_lock, flags); in fbnic_mbx_map_tlv_msg()235 spin_unlock_irqrestore(&fbd->fw_tx_lock, flags); in fbnic_mbx_map_tlv_msg()268 spin_lock_irqsave(&fbd->fw_tx_lock, flags); in fbnic_mbx_map_req_w_cmpl()288 spin_unlock_irqrestore(&fbd->fw_tx_lock, flags); in fbnic_mbx_map_req_w_cmpl()308 spin_lock_irqsave(&fbd->fw_tx_lock, flags); in fbnic_fw_get_cmpl_by_type()313 spin_unlock_irqrestore(&fbd->fw_tx_lock, flags); in fbnic_fw_get_cmpl_by_type()939 spin_lock_irq(&fbd->fw_tx_lock); in fbnic_mbx_flush_tx()950 spin_unlock_irq(&fbd->fw_tx_lock); in fbnic_mbx_flush_tx()992 spin_lock_irqsave(&fbd->fw_tx_lock, flags); in fbnic_fw_clear_compl()[all …]
47 spinlock_t fw_tx_lock; member