Searched refs:ptp_tx_lock (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_ptp.h | 108 spinlock_t ptp_tx_lock; member 153 spin_lock_bh(&(ptp)->ptp_tx_lock); \ 155 spin_unlock_bh(&(ptp)->ptp_tx_lock); \
|
| A D | bnxt_ptp.c | 820 spin_lock_bh(&ptp->ptp_tx_lock); in bnxt_ptp_get_txts_prod() 825 spin_unlock_bh(&ptp->ptp_tx_lock); in bnxt_ptp_get_txts_prod() 828 spin_unlock_bh(&ptp->ptp_tx_lock); in bnxt_ptp_get_txts_prod() 1081 spin_lock_init(&ptp->ptp_tx_lock); in bnxt_ptp_init()
|
| /drivers/net/ethernet/intel/igc/ |
| A D | igc_ptp.c | 567 spin_lock_irqsave(&adapter->ptp_tx_lock, flags); in igc_ptp_clear_tx_tstamp() 576 spin_unlock_irqrestore(&adapter->ptp_tx_lock, flags); in igc_ptp_clear_tx_tstamp() 690 spin_lock_irqsave(&adapter->ptp_tx_lock, flags); in igc_ptp_tx_hang() 712 spin_unlock_irqrestore(&adapter->ptp_tx_lock, flags); in igc_ptp_tx_hang() 848 spin_lock_irqsave(&adapter->ptp_tx_lock, flags); in igc_ptp_tx_tstamp_event() 852 spin_unlock_irqrestore(&adapter->ptp_tx_lock, flags); in igc_ptp_tx_tstamp_event() 1168 spin_lock_init(&adapter->ptp_tx_lock); in igc_ptp_init()
|
| A D | igc.h | 316 spinlock_t ptp_tx_lock; member
|
| A D | igc_main.c | 1665 spin_lock_irqsave(&adapter->ptp_tx_lock, flags); in igc_xmit_frame_ring() 1676 spin_unlock_irqrestore(&adapter->ptp_tx_lock, flags); in igc_xmit_frame_ring() 2925 spin_lock_irqsave(&adapter->ptp_tx_lock, lock_flags); in igc_xsk_request_timestamp() 2946 spin_unlock_irqrestore(&adapter->ptp_tx_lock, in igc_xsk_request_timestamp() 2980 spin_unlock_irqrestore(&adapter->ptp_tx_lock, lock_flags); in igc_xsk_request_timestamp()
|
Completed in 26 milliseconds