Searched refs:ptp_tx_lock (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_ptp.h | 107 spinlock_t ptp_tx_lock; member 164 spin_lock_bh(&(ptp)->ptp_tx_lock); \ 166 spin_unlock_bh(&(ptp)->ptp_tx_lock); \
|
| A D | bnxt_ptp.c | 782 spin_lock_bh(&ptp->ptp_tx_lock); in bnxt_ptp_get_txts_prod() 787 spin_unlock_bh(&ptp->ptp_tx_lock); in bnxt_ptp_get_txts_prod() 790 spin_unlock_bh(&ptp->ptp_tx_lock); in bnxt_ptp_get_txts_prod() 1046 spin_lock_init(&ptp->ptp_tx_lock); in bnxt_ptp_init()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| A D | igc_ptp.c | 578 spin_lock_irqsave(&adapter->ptp_tx_lock, flags); in igc_ptp_clear_tx_tstamp() 587 spin_unlock_irqrestore(&adapter->ptp_tx_lock, flags); in igc_ptp_clear_tx_tstamp() 701 spin_lock_irqsave(&adapter->ptp_tx_lock, flags); in igc_ptp_tx_hang() 723 spin_unlock_irqrestore(&adapter->ptp_tx_lock, flags); in igc_ptp_tx_hang() 859 spin_lock_irqsave(&adapter->ptp_tx_lock, flags); in igc_ptp_tx_tstamp_event() 863 spin_unlock_irqrestore(&adapter->ptp_tx_lock, flags); in igc_ptp_tx_tstamp_event() 1162 spin_lock_init(&adapter->ptp_tx_lock); in igc_ptp_init()
|
| A D | igc.h | 309 spinlock_t ptp_tx_lock; member
|
| A D | igc_main.c | 1648 spin_lock_irqsave(&adapter->ptp_tx_lock, flags); in igc_xmit_frame_ring() 1658 spin_unlock_irqrestore(&adapter->ptp_tx_lock, flags); in igc_xmit_frame_ring() 2894 spin_lock_irqsave(&adapter->ptp_tx_lock, lock_flags); in igc_xsk_request_timestamp() 2915 spin_unlock_irqrestore(&adapter->ptp_tx_lock, in igc_xsk_request_timestamp() 2949 spin_unlock_irqrestore(&adapter->ptp_tx_lock, lock_flags); in igc_xsk_request_timestamp()
|
Completed in 30 milliseconds