Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/
Dbcmasp_ethtool.c302 mutex_lock(&intf->parent->net_lock); in bcmasp_set_rxnfc()
315 mutex_unlock(&intf->parent->net_lock); in bcmasp_set_rxnfc()
326 mutex_lock(&intf->parent->net_lock); in bcmasp_get_rxnfc()
346 mutex_unlock(&intf->parent->net_lock); in bcmasp_get_rxnfc()
Dbcmasp.h426 struct mutex net_lock; member
Dbcmasp.c1338 mutex_init(&priv->net_lock); in bcmasp_probe()
/linux-6.12.1/drivers/net/usb/
Dhso.c146 spinlock_t net_lock; member
705 spin_lock_irqsave(&odev->net_lock, flags); in hso_net_open()
709 spin_unlock_irqrestore(&odev->net_lock, flags); in hso_net_open()
1014 spin_lock_irqsave(&odev->net_lock, flags); in read_bulk_callback()
1018 spin_unlock_irqrestore(&odev->net_lock, flags); in read_bulk_callback()
2402 spin_lock_init(&hso_net->net_lock); in hso_net_init()