Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/meta/fbnic/
Dfbnic_fw.c66 spin_lock_init(&fbd->fw_tx_lock); in fbnic_mbx_init()
200 spin_lock_irqsave(&fbd->fw_tx_lock, flags); in fbnic_mbx_map_tlv_msg()
205 spin_unlock_irqrestore(&fbd->fw_tx_lock, flags); in fbnic_mbx_map_tlv_msg()
Dfbnic.h34 spinlock_t fw_tx_lock; member