Home
last modified time | relevance | path

Searched refs:hw_timestamp (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_altivec.h535 rxq->hw_timestamp * rxq->timestamp_rx_flag, in rxq_cq_to_ptype_oflags_v()
537 rxq->hw_timestamp * rxq->timestamp_rx_flag, in rxq_cq_to_ptype_oflags_v()
539 rxq->hw_timestamp * rxq->timestamp_rx_flag, in rxq_cq_to_ptype_oflags_v()
541 rxq->hw_timestamp * rxq->timestamp_rx_flag}; in rxq_cq_to_ptype_oflags_v()
1192 if (rxq->hw_timestamp) { in rxq_cq_process_v()
H A Dmlx5_rxtx_vec_neon.h400 rxq->hw_timestamp * rxq->timestamp_rx_flag); in rxq_cq_to_ptype_oflags_v()
791 if (rxq->hw_timestamp) { in rxq_cq_process_v()
H A Dmlx5_rxtx_vec_sse.h385 rxq->hw_timestamp * rxq->timestamp_rx_flag); in rxq_cq_to_ptype_oflags_v()
739 if (rxq->hw_timestamp) { in rxq_cq_process_v()
H A Dmlx5_devx.c437 if (priv->config.cqe_comp && !rxq_data->hw_timestamp && in mlx5_rxq_create_devx_cq_resources()
479 } else if (priv->config.cqe_comp && rxq_data->hw_timestamp) { in mlx5_rxq_create_devx_cq_resources()
H A Dmlx5_rxtx.h113 unsigned int hw_timestamp:1; /* Enable HW timestamp. */ member
H A Dmlx5_rxq.c1630 tmpl->rxq.hw_timestamp = !!(offloads & DEV_RX_OFFLOAD_TIMESTAMP); in mlx5_rxq_new()
1632 if (tmpl->rxq.hw_timestamp && rte_mbuf_dyn_rx_timestamp_register( in mlx5_rxq_new()
H A Dmlx5_rxtx.c1363 if (rxq->hw_timestamp) { in rxq_cq_to_mbuf()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c213 if (priv->config.cqe_comp && !rxq_data->hw_timestamp) { in mlx5_rxq_ibv_cq_create()
230 } else if (priv->config.cqe_comp && rxq_data->hw_timestamp) { in mlx5_rxq_ibv_cq_create()