Searched refs:igb_ptp_systim_to_hwtstamp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | igb_ptp.c | 144 * igb_ptp_systim_to_hwtstamp - convert system time value to hw timestamp 160 static void igb_ptp_systim_to_hwtstamp(struct igb_adapter *adapter, in igb_ptp_systim_to_hwtstamp() function 827 igb_ptp_systim_to_hwtstamp(adapter, &shhwtstamps, regval); in igb_ptp_tx_hwtstamp() 893 igb_ptp_systim_to_hwtstamp(adapter, skb_hwtstamps(skb), in igb_ptp_rx_pktstamp() 950 igb_ptp_systim_to_hwtstamp(adapter, skb_hwtstamps(skb), regval); in igb_ptp_rx_rgtstamp()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | igb_ptp.c | 146 * igb_ptp_systim_to_hwtstamp - convert system time value to hw timestamp 162 static void igb_ptp_systim_to_hwtstamp(struct igb_adapter *adapter, in igb_ptp_systim_to_hwtstamp() function 958 igb_ptp_systim_to_hwtstamp(adapter, &shhwtstamps, regval); in igb_ptp_tx_hwtstamp() 1023 igb_ptp_systim_to_hwtstamp(adapter, &ts, le64_to_cpu(regval[1])); in igb_ptp_rx_pktstamp() 1079 igb_ptp_systim_to_hwtstamp(adapter, skb_hwtstamps(skb), regval); in igb_ptp_rx_rgtstamp()
|
Completed in 4 milliseconds