Home
last modified time | relevance | path

Searched refs:timestamp_rx_flag (Results 1 – 6 of 6) 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()
H A Dmlx5_rxtx_vec_neon.h400 rxq->hw_timestamp * rxq->timestamp_rx_flag); in rxq_cq_to_ptype_oflags_v()
H A Dmlx5_rxtx.h168 uint64_t timestamp_rx_flag; /* Dynamic mbuf flag for timestamp. */ member
H A Dmlx5_rxtx_vec_sse.h385 rxq->hw_timestamp * rxq->timestamp_rx_flag); in rxq_cq_to_ptype_oflags_v()
H A Dmlx5_rxq.c1631 tmpl->rxq.timestamp_rx_flag = 0; in mlx5_rxq_new()
1634 &tmpl->rxq.timestamp_rx_flag) != 0) { in mlx5_rxq_new()
H A Dmlx5_rxtx.c1369 pkt->ol_flags |= rxq->timestamp_rx_flag; in rxq_cq_to_mbuf()