Searched refs:tmreg_lock (Results 1 - 9 of 9) sorted by relevance

/drivers/net/ethernet/freescale/
H A Dfec_ptp.c132 spin_lock_irqsave(&fep->tmreg_lock, flags);
222 spin_unlock_irqrestore(&fep->tmreg_lock, flags);
270 spin_lock_irqsave(&fep->tmreg_lock, flags);
290 spin_unlock_irqrestore(&fep->tmreg_lock, flags);
351 spin_lock_irqsave(&fep->tmreg_lock, flags);
360 spin_unlock_irqrestore(&fep->tmreg_lock, flags);
380 spin_lock_irqsave(&fep->tmreg_lock, flags);
394 spin_unlock_irqrestore(&fep->tmreg_lock, flags);
415 spin_lock_irqsave(&adapter->tmreg_lock, flags);
417 spin_unlock_irqrestore(&adapter->tmreg_lock, flag
[all...]
H A Dfec.h515 spinlock_t tmreg_lock; member in struct:fec_enet_private
H A Dfec_main.c1175 spin_lock_irqsave(&fep->tmreg_lock, flags);
1177 spin_unlock_irqrestore(&fep->tmreg_lock, flags);
/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c157 * The 'tmreg_lock' spinlock is used to protect the consistency of the
177 spin_lock_irqsave(&adapter->tmreg_lock, flags);
181 spin_unlock_irqrestore(&adapter->tmreg_lock, flags);
261 spin_lock_irqsave(&igb->tmreg_lock, flags);
267 spin_unlock_irqrestore(&igb->tmreg_lock, flags);
279 spin_lock_irqsave(&igb->tmreg_lock, flags);
285 spin_unlock_irqrestore(&igb->tmreg_lock, flags);
299 spin_lock_irqsave(&igb->tmreg_lock, flags);
303 spin_unlock_irqrestore(&igb->tmreg_lock, flags);
318 spin_lock_irqsave(&igb->tmreg_lock, flag
[all...]
H A Digb.h436 spinlock_t tmreg_lock; member in struct:igb_adapter
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c266 spin_lock_irqsave(&adapter->tmreg_lock, flags);
276 spin_unlock_irqrestore(&adapter->tmreg_lock, flags);
299 spin_lock_irqsave(&adapter->tmreg_lock, flags);
301 spin_unlock_irqrestore(&adapter->tmreg_lock, flags);
329 spin_lock_irqsave(&adapter->tmreg_lock, flags);
331 spin_unlock_irqrestore(&adapter->tmreg_lock, flags);
482 spin_lock_irqsave(&adapter->tmreg_lock, flags);
484 spin_unlock_irqrestore(&adapter->tmreg_lock, flags);
552 spin_lock_irqsave(&adapter->tmreg_lock, flags);
554 spin_unlock_irqrestore(&adapter->tmreg_lock, flag
[all...]
H A Dixgbe.h744 spinlock_t tmreg_lock; member in struct:ixgbe_adapter
/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c165 spin_lock_irqsave(&pf->tmreg_lock, flags);
171 spin_unlock_irqrestore(&pf->tmreg_lock, flags);
189 spin_lock_irqsave(&pf->tmreg_lock, flags);
191 spin_unlock_irqrestore(&pf->tmreg_lock, flags);
210 spin_lock_irqsave(&pf->tmreg_lock, flags);
212 spin_unlock_irqrestore(&pf->tmreg_lock, flags);
633 spin_lock_init(&pf->tmreg_lock);
H A Di40e.h375 spinlock_t tmreg_lock; /* Used to protect the device time registers. */ member in struct:i40e_pf

Completed in 709 milliseconds