Searched refs:ptp_tx (Results 1 – 10 of 10) sorted by relevance
70 struct aq_ring_s ptp_tx; member638 return &aq_ptp->ptp_tx == ring || in aq_ptp_ring()666 &aq_ptp->ptp_tx); in aq_ptp_poll()670 if (aq_ptp->ptp_tx.sw_head != aq_ptp->ptp_tx.hw_head) { in aq_ptp_poll()671 aq_ring_tx_clean(&aq_ptp->ptp_tx); in aq_ptp_poll()749 struct aq_ring_s *ring = &aq_ptp->ptp_tx; in aq_ptp_xmit()855 &aq_ptp->ptp_tx, in aq_ptp_ring_init()948 aq_ring_tx_clean(&aq_ptp->ptp_tx); in aq_ptp_ring_deinit()965 ring = aq_ring_tx_alloc(&aq_ptp->ptp_tx, aq_nic, in aq_ptp_ring_alloc()1008 aq_ring_free(&aq_ptp->ptp_tx); in aq_ptp_ring_alloc()[all …]
735 if (!(pf->flags & I40E_FLAG_PTP) || !pf->ptp_tx) in i40e_ptp_tx_hang()773 if (!(pf->flags & I40E_FLAG_PTP) || !pf->ptp_tx) in i40e_ptp_tx_hwtstamp()1191 pf->ptp_tx = false; in i40e_ptp_set_timestamp_mode()1194 pf->ptp_tx = true; in i40e_ptp_set_timestamp_mode()1262 if (pf->ptp_tx) in i40e_ptp_set_timestamp_mode()1269 if (pf->ptp_tx) in i40e_ptp_set_timestamp_mode()1542 pf->ptp_tx = false; in i40e_ptp_stop()
756 bool ptp_tx; member
3167 if (pf->ptp_tx && in i40e_tsyn()
315 s32 ptp_tx; member745 efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()763 efx->ptp_data->ts_corrections.ptp_tx; in efx_ptp_get_timestamp_corrections()768 efx->ptp_data->ts_corrections.ptp_tx = 0; in efx_ptp_get_timestamp_corrections()1140 ptp_data->ts_corrections.ptp_tx); in efx_ptp_xmit_skb_mc()
319 s32 ptp_tx; member755 efx->ptp_data->ts_corrections.ptp_tx = MCDI_DWORD(outbuf, in efx_ptp_get_timestamp_corrections()773 efx->ptp_data->ts_corrections.ptp_tx; in efx_ptp_get_timestamp_corrections()778 efx->ptp_data->ts_corrections.ptp_tx = 0; in efx_ptp_get_timestamp_corrections()1172 ptp_data->ts_corrections.ptp_tx); in efx_ptp_xmit_skb_mc()
386 u8 ptp_tx; member
2309 if (!tx_ring->ptp_tx) in ice_tstamp()
277 vsi->tx_rings[i]->ptp_tx = on; in ice_set_tx_tstamp()
118 not be separately listed. For example, `ptp_tx[i]_packets` will not be120 counters, except `ptp_tx[i]_packets` is only counted when precision time
Completed in 46 milliseconds