Home
last modified time | relevance | path

Searched refs:tstmp_req (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/event/cnxk/
H A Dcn10k_eventdev.c839 uint8_t tstmp_req = !!(tx_offloads & NIX_TX_OFFLOAD_TSTAMP_F); in cn10k_sso_tx_adapter_queue_add() local
843 if (tstmp_ena && !tstmp_req) in cn10k_sso_tx_adapter_queue_add()
845 else if (!tstmp_ena && tstmp_req) in cn10k_sso_tx_adapter_queue_add()
H A Dcn9k_eventdev.c1071 uint8_t tstmp_req = !!(tx_offloads & NIX_TX_OFFLOAD_TSTAMP_F); in cn9k_sso_tx_adapter_queue_add() local
1075 if (tstmp_ena && !tstmp_req) in cn9k_sso_tx_adapter_queue_add()
1077 else if (!tstmp_ena && tstmp_req) in cn9k_sso_tx_adapter_queue_add()