| /dpdk/drivers/net/cxgbe/ |
| H A D | clip_tbl.h | 15 rte_spinlock_t lock; /* entry lock */ member 22 rte_rwlock_t lock; /* table rw lock */ member
|
| H A D | smt.h | 27 rte_spinlock_t lock; member 33 rte_rwlock_t lock; member
|
| H A D | l2t.h | 32 rte_spinlock_t lock; /* entry lock */ member 39 rte_rwlock_t lock; /* table rw lock */ member
|
| H A D | mps_tcam.h | 37 rte_rwlock_t lock; member
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_ethdev_sec.c | 150 rte_spinlock_t *lock; in cn9k_eth_sec_session_create() local 344 rte_spinlock_t *lock; in cn9k_eth_sec_session_destroy() local
|
| H A D | cn10k_ethdev_sec.c | 597 rte_spinlock_t *lock; in cn10k_eth_sec_session_create() local 854 rte_spinlock_t *lock; in cn10k_eth_sec_session_destroy() local
|
| /dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.h | 157 #define OSAL_MUTEX_RELEASE(lock) pthread_mutex_unlock(lock) argument 159 #define OSAL_MUTEX_ACQUIRE(lock) pthread_mutex_lock(lock) argument 160 #define OSAL_MUTEX_ALLOC(hwfn, lock) nothing argument 161 #define OSAL_MUTEX_DEALLOC(lock) nothing argument 165 #define OSAL_SPIN_LOCK_INIT(lock) rte_spinlock_init(lock) argument 166 #define OSAL_SPIN_LOCK(lock) rte_spinlock_lock(lock) argument 167 #define OSAL_SPIN_UNLOCK(lock) rte_spinlock_unlock(lock) argument 168 #define OSAL_SPIN_LOCK_IRQSAVE(lock, flags) \ argument 174 #define OSAL_SPIN_UNLOCK_IRQSAVE(lock, flags) nothing argument 175 #define OSAL_SPIN_LOCK_ALLOC(hwfn, lock) nothing argument [all …]
|
| /dpdk/drivers/common/qat/dev/ |
| H A D | qat_dev_gen1.c | 119 void *base_addr, rte_spinlock_t *lock) in qat_qp_adf_arb_enable_gen1() 136 void *base_addr, rte_spinlock_t *lock) in qat_qp_adf_arb_disable_gen1()
|
| H A D | qat_dev_gen4.c | 160 void *base_addr, rte_spinlock_t *lock) in qat_qp_adf_arb_enable_gen4() 177 void *base_addr, rte_spinlock_t *lock) in qat_qp_adf_arb_disable_gen4()
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_rx_filter.h | 27 rte_spinlock_t lock; member
|
| /dpdk/lib/eal/common/ |
| H A D | malloc_heap.h | 25 rte_spinlock_t lock; member
|
| /dpdk/app/test/ |
| H A D | test_service_cores.c | 61 uint32_t *lock = &test_params[0]; in dummy_mt_unsafe_cb() local 88 uint32_t *lock = &test_params[0]; in dummy_mt_safe_cb() local 750 uint32_t *lock = ¶ms[1]; in delay_as_a_mt_safe_service() local
|
| H A D | test_pflock.c | 97 int lock = 0; in test_pflock_perf() local
|
| H A D | test_spinlock.c | 133 int lock = 0; in test_spinlock_perf() local
|
| H A D | test_mcslock.c | 99 int lock = 0; in test_mcslock_perf() local
|
| H A D | test_ticketlock.c | 136 int lock = 0; in test_ticketlock_perf() local
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 354 static inline void t4_os_rwlock_init(rte_rwlock_t *lock) in t4_os_rwlock_init() 363 static inline void t4_os_write_lock(rte_rwlock_t *lock) in t4_os_write_lock() 372 static inline void t4_os_write_unlock(rte_rwlock_t *lock) in t4_os_write_unlock() 681 static inline void t4_os_lock_init(rte_spinlock_t *lock) in t4_os_lock_init() 690 static inline void t4_os_lock(rte_spinlock_t *lock) in t4_os_lock() 699 static inline void t4_os_unlock(rte_spinlock_t *lock) in t4_os_unlock() 708 static inline int t4_os_trylock(rte_spinlock_t *lock) in t4_os_trylock() 735 rte_spinlock_t *lock) in t4_os_atomic_add_tail() 749 rte_spinlock_t *lock) in t4_os_atomic_list_del()
|
| /dpdk/drivers/common/cpt/ |
| H A D | cpt_fpm_tables.c | 1080 static rte_spinlock_t lock = RTE_SPINLOCK_INITIALIZER; variable
|
| /dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_cpp_pcie_ops.c | 102 int lock; member 113 int lock; member 643 struct flock lock; in nfp_acquire_process_lock() local 673 struct flock lock; in nfp_acquire_secondary_process_lock() local
|
| /dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_alb.h | 47 rte_spinlock_t lock; member
|
| /dpdk/lib/eal/x86/include/ |
| H A D | rte_spinlock.h | 78 rte_try_tm(volatile int *lock) in rte_try_tm()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | cnxk_security_ar.h | 26 rte_spinlock_t lock; member
|
| /dpdk/drivers/common/sfc_efx/ |
| H A D | sfc_efx_mcdi.h | 52 rte_spinlock_t lock; member
|
| /dpdk/lib/eal/x86/ |
| H A D | rte_power_intrinsics.c | 16 rte_spinlock_t lock; member
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_phy.c | 80 u16 *val, bool lock) in ixgbe_read_i2c_combined_generic_int() 157 u16 val, bool lock) in ixgbe_write_i2c_combined_generic_int() 1999 u8 dev_addr, u8 *data, bool lock) in ixgbe_read_i2c_byte_generic_int() 2122 u8 dev_addr, u8 data, bool lock) in ixgbe_write_i2c_byte_generic_int()
|