Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c96 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 …]
H A Dfbnic.h47 spinlock_t fw_tx_lock; member