Searched refs:tx_tstamp (Results 1 – 9 of 9) sorted by relevance
547 struct idpf_ptp_tx_tstamp *tx_tstamp, *tmp; in idpf_ptp_get_tx_tstamp_async_handler() local587 list_for_each_entry_safe(tx_tstamp, tmp, head, list_member) { in idpf_ptp_get_tx_tstamp_async_handler()588 if (tstamp_latch.index == tx_tstamp->idx) { in idpf_ptp_get_tx_tstamp_async_handler()589 list_del(&tx_tstamp->list_member); in idpf_ptp_get_tx_tstamp_async_handler()592 tx_tstamp); in idpf_ptp_get_tx_tstamp_async_handler()
570 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_ptp_clear_tx_tstamp()693 tstamp = &adapter->tx_tstamp[i]; in igc_ptp_tx_hang()817 igc_ptp_tx_reg_to_stamp(adapter, &adapter->tx_tstamp[0], regval); in igc_ptp_tx_hwtstamp()825 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_ptp_tx_hwtstamp()1106 tstamp = &adapter->tx_tstamp[0]; in igc_ptp_init()1112 tstamp = &adapter->tx_tstamp[1]; in igc_ptp_init()1118 tstamp = &adapter->tx_tstamp[2]; in igc_ptp_init()1124 tstamp = &adapter->tx_tstamp[3]; in igc_ptp_init()
317 struct igc_tx_timestamp_request tx_tstamp[IGC_MAX_TX_TSTAMP_REGS]; member
1544 struct igc_tx_timestamp_request *tstamp = &adapter->tx_tstamp[i]; in igc_request_tx_tstamp()2929 tstamp = &adapter->tx_tstamp[i]; in igc_xsk_request_timestamp()
146 if (pdata->tx_tstamp) { in xgbe_tx_tstamp()148 hwtstamps.hwtstamp = ns_to_ktime(pdata->tx_tstamp); in xgbe_tx_tstamp()
1143 u64 tx_tstamp; member
450 pdata->tx_tstamp = in xgbe_isr_bh_work()
172 bool tx_tstamp; /* Tx timestamping enabled */ member
1733 if (ts && priv->tx_tstamp && in dpaa_cleanup_tx_fd()2191 if (priv->tx_tstamp) { in dpaa_a050385_wa_skb()2370 if (priv->tx_tstamp && skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP) { in dpaa_start_xmit()3096 config->tx_type = priv->tx_tstamp ? HWTSTAMP_TX_ON : HWTSTAMP_TX_OFF; in dpaa_hwtstamp_get()3114 priv->tx_tstamp = false; in dpaa_hwtstamp_set()3118 priv->tx_tstamp = true; in dpaa_hwtstamp_set()
Completed in 48 milliseconds