Home
last modified time | relevance | path

Searched defs:o (Results 1 – 18 of 18) sorted by relevance

/dpdk/drivers/net/bnx2x/
H A Decore_sp.c32 struct ecore_exe_queue_obj *o, in ecore_exe_queue_init()
67 static inline int ecore_exe_queue_length(struct ecore_exe_queue_obj *o) in ecore_exe_queue_length()
93 struct ecore_exe_queue_obj *o, in ecore_exe_queue_add()
129 static void __ecore_exe_queue_reset_pending(struct bnx2x_softc *sc, struct ecore_exe_queue_obj in __ecore_exe_queue_reset_pending()
144 struct ecore_exe_queue_obj *o) in ecore_exe_queue_reset_pending()
163 struct ecore_exe_queue_obj *o, in ecore_exe_queue_step()
229 static inline int ecore_exe_queue_empty(struct ecore_exe_queue_obj *o) in ecore_exe_queue_empty()
248 static bool ecore_raw_check_pending(struct ecore_raw_obj *o) in ecore_raw_check_pending()
262 static void ecore_raw_clear_pending(struct ecore_raw_obj *o) in ecore_raw_clear_pending()
269 static void ecore_raw_set_pending(struct ecore_raw_obj *o) in ecore_raw_set_pending()
[all …]
H A Decore_sp.h85 #define atomic_cmpset_acq_int(a, o, n) ((*a = (o & (n)) | (n)) ^ o) argument
91 #define atomic_cmpset_acq_long(a, o, n) ((*a = (o & (n)) | (n)) ^ o) argument
97 #define ECORE_ATOMIC_CMPXCHG(a, o, n) bnx2x_cmpxchg((volatile int *)a, o, n) argument
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_compat.h140 #define cpu_to_be16(o) rte_cpu_to_be_16(o) argument
141 #define cpu_to_be32(o) rte_cpu_to_be_32(o) argument
142 #define cpu_to_be64(o) rte_cpu_to_be_64(o) argument
143 #define cpu_to_le32(o) rte_cpu_to_le_32(o) argument
144 #define be16_to_cpu(o) rte_be_to_cpu_16(o) argument
145 #define be32_to_cpu(o) rte_be_to_cpu_32(o) argument
146 #define be64_to_cpu(o) rte_be_to_cpu_64(o) argument
147 #define le32_to_cpu(o) rte_le_to_cpu_32(o) argument
150 #define ntohs(o) be16_to_cpu(o) argument
154 #define ntohl(o) be32_to_cpu(o) argument
[all …]
/dpdk/examples/cmdline/
H A Dparse_obj_list.c36 struct object *o; in parse_obj_list() local
69 struct object *o; in complete_get_nb_obj_list() local
83 struct object *o; in complete_get_elt_obj_list() local
H A Dcommands.c124 struct object *o; cmd_obj_add_parsed() local
[all...]
/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.h39 #define __bm_in(bm, o) be32_to_cpu(__raw_readl((bm)->ci + (o))) argument
40 #define __bm_out(bm, o, val) __raw_writel(cpu_to_be32(val), \ argument
46 #define __bm_cl_touch_ro(bm, o) dcbt_ro((bm)->ce + (o)) argument
47 #define __bm_cl_touch_rw(bm, o) dcbt_rw((bm)->ce + (o)) argument
48 #define __bm_cl_in(bm, o) be32_to_cpu(__raw_readl((bm)->ce + (o))) argument
49 #define __bm_cl_out(bm, o, val) \ argument
55 #define __bm_cl_invalidate(bm, o) dccivac((bm)->ce + (o)) argument
H A Dqman.h54 #define __qm_in(qm, o) be32_to_cpu(__raw_readl((qm)->ci + (o))) argument
55 #define __qm_out(qm, o, val) __raw_writel((cpu_to_be32(val)), \ argument
61 #define __qm_cl_touch_ro(qm, o) dcbt_ro((qm)->ce + (o)) argument
62 #define __qm_cl_touch_rw(qm, o) dcbt_rw((qm)->ce + (o)) argument
63 #define __qm_cl_in(qm, o) be32_to_cpu(__raw_readl((qm)->ce + (o))) argument
64 #define __qm_cl_out(qm, o, val) \ argument
70 #define __qm_cl_invalidate(qm, o) dccivac((qm)->ce + (o)) argument
/dpdk/drivers/net/mlx5/hws/
H A Dmlx5dr_buddy.c155 int o, m; in mlx5dr_buddy_alloc_mem() local
/dpdk/lib/eal/arm/include/
H A Drte_vect.h63 uint64x1_t o = vget_low_u64(n) + vget_high_u64(n); in vaddvq_u16() local
/dpdk/drivers/crypto/qat/
H A Dqat_asym.h41 #define QAT_ASYM_CAP(n, o, l, r, i) \ argument
/dpdk/examples/ip_pipeline/
H A Dparser.c339 unsigned long o[RTE_ETHER_ADDR_LEN]; in my_ether_aton() local
[all...]
/dpdk/lib/mbuf/
H A Drte_mbuf_core.h737 #define rte_pktmbuf_mtod_offset(m, t, o) \ argument
763 #define rte_pktmbuf_iova_offset(m, o) \ argument
/dpdk/lib/cryptodev/
H A Drte_cryptodev.h64 rte_crypto_op_ctod_offset(c,t,o) global() argument
78 rte_crypto_op_ctophys_offset(c,o) global() argument
/dpdk/drivers/net/ark/
H A Dark_pktchkr.c336 struct OPTIONS *o = options(arg); in set_arg() local
H A Dark_pktgen.c317 struct OPTIONS *o = options(arg); in pmd_set_arg() local
/dpdk/lib/net/
H A Drte_l2tpv2.h107 uint16_t o:1; /**< offset option bit */ global() member
/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c70 unsigned long o[RTE_ETHER_ADDR_LEN]; str_to_ether_addr() local
/dpdk/lib/ethdev/
H A Drte_ethdev.h2142 RTE_ETH_FOREACH_DEV_OWNED_BY(p,o) global() argument