Searched refs:sync (Results 1 – 12 of 12) sorted by relevance
| /dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_sync.h | 18 void nfp_sync_free(struct nfp_sync *sync); 20 void *nfp_sync_handle_alloc(struct nfp_sync *sync, 24 void nfp_sync_handle_free(struct nfp_sync *sync, 27 uint16_t nfp_sync_handle_count_get(struct nfp_sync *sync,
|
| /dpdk/doc/guides/mempool/ |
| H A D | ring.rst | 15 multi-thread consumer sync mode. For more information please refer to: 21 single-thread consumer sync mode. For more information please refer to: 27 multi-thread consumer sync mode. 32 single-thread consumer sync mode.
|
| /dpdk/lib/ipsec/ |
| H A D | rte_ipsec.h | 50 uint16_t (*sync)(const struct rte_ipsec_session *ss, 60 uint16_t (*sync)(const struct rte_ipsec_session *ss, 148 return ss->pkt_func.prepare.sync(ss, mb, num); 208 return ss->pkt_func.prepare_stateless.sync(ss, mb, num, state); 41 uint16_t (*sync)(const struct rte_ipsec_session *ss, global() member
|
| H A D | sa.c | 742 pf->prepare.sync = cpu_inb_pkt_prepare; in cpu_crypto_pkt_func_select() 746 pf->prepare.sync = cpu_inb_pkt_prepare; in cpu_crypto_pkt_func_select() 751 pf->prepare.sync = cpu_outb_tun_pkt_prepare; in cpu_crypto_pkt_func_select() 752 pf->prepare_stateless.sync = cpu_outb_tun_pkt_prepare_stateless; in cpu_crypto_pkt_func_select() 757 pf->prepare.sync = cpu_outb_trs_pkt_prepare; in cpu_crypto_pkt_func_select()
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | l2t.c | 53 static int write_l2e(struct rte_eth_dev *dev, struct l2t_entry *e, int sync, in write_l2e() argument 77 l2t_idx | V_SYNC_WR(sync) | in write_l2e() 82 V_L2T_W_NOREPLY(!sync)); in write_l2e() 92 if (sync && e->state != L2T_STATE_SWITCHING) in write_l2e()
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | siena_phy.c | 499 uint32_t sync; in siena_phy_decode_stats() local 501 sync = EFX_DWORD_FIELD(dword, EFX_DWORD_0); in siena_phy_decode_stats() 502 stat[EFX_PHY_STAT_PHY_XS_SYNC_A] = (sync >> 0) & 1; in siena_phy_decode_stats() 503 stat[EFX_PHY_STAT_PHY_XS_SYNC_B] = (sync >> 1) & 1; in siena_phy_decode_stats() 504 stat[EFX_PHY_STAT_PHY_XS_SYNC_C] = (sync >> 2) & 1; in siena_phy_decode_stats() 505 stat[EFX_PHY_STAT_PHY_XS_SYNC_D] = (sync >> 3) & 1; in siena_phy_decode_stats()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_proc.c | 90 } sync; member 357 pthread_cond_signal(&pending_req->sync.cond); in process_msg() 935 pthread_cond_init(&pending_req.sync.cond, &attr); in mp_request_sync() 957 ret = pthread_cond_timedwait(&pending_req.sync.cond, in mp_request_sync()
|
| /dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 269 dirty sync count: 2 290 dirty sync count: 2
|
| H A D | lm_virtio_vhost_user.rst | 215 dirty sync count: 2
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_08.rst | 28 ``relaxed tail sync (ring_mt_rts)`` and ``head/tail sync (ring_mt_hts)``
|
| H A D | release_16_04.rst | 139 * **Added software-firmware sync on X550EM_a.** 141 Added support for software-firmware sync for resource sharing.
|
| /dpdk/examples/ptpclient/ |
| H A D | ptpclient.c | 115 struct sync_msg sync; member
|