Home
last modified time | relevance | path

Searched refs:rt_timestamp (Results 1 – 10 of 10) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_txq.c1294 if (sh->dev_cap.rt_timestamp || in mlx5_txq_dynf_timestamp_set()
1315 data->rt_timestamp = sh->dev_cap.rt_timestamp; in mlx5_txq_dynf_timestamp_set()
H A Dmlx5_rx.h84 unsigned int rt_timestamp:1; /* Realtime timestamp format. */ member
H A Dmlx5_rxtx_vec_neon.h802 if (rxq->rt_timestamp) { in rxq_cq_process_v()
H A Dmlx5_rxtx_vec_sse.h747 if (rxq->rt_timestamp) { in rxq_cq_process_v()
H A Dmlx5.c1377 sh->dev_cap.rt_timestamp = 1; in mlx5_rt_timestamp_config()
1381 sh->dev_cap.rt_timestamp = 1; in mlx5_rt_timestamp_config()
H A Dmlx5_rx.c779 if (rxq->rt_timestamp) in rxq_cq_to_mbuf()
H A Dmlx5_rxq.c3168 data->rt_timestamp = sh->dev_cap.rt_timestamp; in mlx5_rxq_timestamp_set()
H A Dmlx5_tx.h141 uint16_t rt_timestamp:1; /* Realtime timestamp format. */ member
823 if (txq->rt_timestamp) { in mlx5_tx_wseg_init()
H A Dmlx5_rxtx_vec_altivec.h1200 if (rxq->rt_timestamp) { in rxq_cq_process_v()
H A Dmlx5.h153 uint32_t rt_timestamp:1; /* Realtime timestamp format. */ member