Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c96 spin_lock_init(&fbd->fw_tx_lock); in fbnic_mbx_init()
229 spin_lock_irqsave(&fbd->fw_tx_lock, flags); in fbnic_mbx_map_tlv_msg()
234 spin_unlock_irqrestore(&fbd->fw_tx_lock, flags); in fbnic_mbx_map_tlv_msg()
304 spin_lock_irqsave(&fbd->fw_tx_lock, flags); in fbnic_mbx_set_cmpl()
306 spin_unlock_irqrestore(&fbd->fw_tx_lock, flags); in fbnic_mbx_set_cmpl()
318 spin_lock_irqsave(&fbd->fw_tx_lock, flags); in fbnic_mbx_map_req_w_cmpl()
335 spin_unlock_irqrestore(&fbd->fw_tx_lock, flags); in fbnic_mbx_map_req_w_cmpl()
345 spin_lock_irqsave(&fbd->fw_tx_lock, flags); in fbnic_mbx_clear_cmpl()
347 spin_unlock_irqrestore(&fbd->fw_tx_lock, flags); in fbnic_mbx_clear_cmpl()
366 spin_lock_irqsave(&fbd->fw_tx_lock, flags); in fbnic_fw_get_cmpl_by_type()
[all …]
H A Dfbnic.h51 spinlock_t fw_tx_lock; member