Home
last modified time | relevance | path

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

12

/dpdk/drivers/net/bnx2x/
H A Decore_sp.c32 struct ecore_exe_queue_obj *o, in ecore_exe_queue_init()
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()
486 struct ecore_vlan_mac_obj *o) in __ecore_vlan_mac_h_read_lock()
643 ecore_vlan_mac_obj in ecore_check_mac_del()
797 struct ecore_vlan_mac_obj *o, in ecore_set_one_mac_e2()
2631 struct ecore_mcast_obj *o, in ecore_mcast_hdl_add()
2656 struct ecore_mcast_obj *o, in ecore_mcast_hdl_del()
2959 struct ecore_mcast_obj *o, in ecore_mcast_hdl_restore_e1h()
3280 ecore_credit_pool_obj *o, in ecore_credit_pool_always_TRUE()
[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.h146 #define cpu_to_be16(o) rte_cpu_to_be_16(o) argument
147 #define cpu_to_be32(o) rte_cpu_to_be_32(o) argument
148 #define cpu_to_be64(o) rte_cpu_to_be_64(o) argument
149 #define cpu_to_le32(o) rte_cpu_to_le_32(o) argument
150 #define be16_to_cpu(o) rte_be_to_cpu_16(o) argument
151 #define be32_to_cpu(o) rte_be_to_cpu_32(o) argument
152 #define be64_to_cpu(o) rte_be_to_cpu_64(o) argument
156 #define ntohs(o) be16_to_cpu(o) argument
160 #define ntohl(o) be32_to_cpu(o) argument
164 #define htons(o) cpu_to_be16(o) argument
[all …]
/dpdk/drivers/raw/ifpga/base/osdep_rte/
H A Dosdep_generic.h47 #define cpu_to_be16(o) rte_cpu_to_be_16(o) argument
48 #define cpu_to_be32(o) rte_cpu_to_be_32(o) argument
49 #define cpu_to_be64(o) rte_cpu_to_be_64(o) argument
50 #define cpu_to_le16(o) rte_cpu_to_le_16(o) argument
51 #define cpu_to_le32(o) rte_cpu_to_le_32(o) argument
52 #define cpu_to_le64(o) rte_cpu_to_le_64(o) argument
/dpdk/drivers/net/hinic/base/
H A Dhinic_compat.h102 #define cpu_to_be16(o) rte_cpu_to_be_16(o) argument
103 #define cpu_to_be32(o) rte_cpu_to_be_32(o) argument
104 #define cpu_to_be64(o) rte_cpu_to_be_64(o) argument
105 #define cpu_to_le32(o) rte_cpu_to_le_32(o) argument
106 #define be16_to_cpu(o) rte_be_to_cpu_16(o) argument
107 #define be32_to_cpu(o) rte_be_to_cpu_32(o) argument
108 #define be64_to_cpu(o) rte_be_to_cpu_64(o) argument
109 #define le32_to_cpu(o) rte_le_to_cpu_32(o) argument
/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; in cmd_obj_add_parsed() local
/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/common/iavf/
H A Diavf_osdep.h73 #define CPU_TO_LE16(o) rte_cpu_to_le_16(o) argument
80 #define CPU_TO_BE16(o) rte_cpu_to_be_16(o) argument
81 #define CPU_TO_BE32(o) rte_cpu_to_be_32(o) argument
82 #define CPU_TO_BE64(o) rte_cpu_to_be_64(o) argument
/dpdk/drivers/net/ice/base/
H A Dice_osdep.h79 #define CPU_TO_LE16(o) rte_cpu_to_le_16(o) argument
86 #define CPU_TO_BE16(o) rte_cpu_to_be_16(o) argument
87 #define CPU_TO_BE32(o) rte_cpu_to_be_32(o) argument
88 #define CPU_TO_BE64(o) rte_cpu_to_be_64(o) argument
89 #define BE16_TO_CPU(o) rte_be_to_cpu_16(o) argument
/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.h42 #define QAT_ASYM_CAP(n, o, l, r, i) \ argument
/dpdk/drivers/net/i40e/base/
H A Di40e_osdep.h199 #define CPU_TO_LE16(o) rte_cpu_to_le_16(o) argument
206 #define cpu_to_le16(o) rte_cpu_to_le_16(o) argument
/dpdk/examples/ip_pipeline/
H A Dparser.c339 unsigned long o[RTE_ETHER_ADDR_LEN]; in my_ether_aton() local
/dpdk/drivers/net/softnic/
H A Dparser.c356 unsigned long o[RTE_ETHER_ADDR_LEN]; in my_ether_aton() local
/dpdk/lib/cryptodev/
H A Drte_cryptodev.h65 #define rte_crypto_op_ctod_offset(c, t, o) \ argument
79 #define rte_crypto_op_ctophys_offset(c, o) \ argument
/dpdk/lib/mbuf/
H A Drte_mbuf_core.h825 #define rte_pktmbuf_mtod_offset(m, t, o) \ argument
851 #define rte_pktmbuf_iova_offset(m, o) \ argument
/dpdk/drivers/net/ark/
H A Dark_pktchkr.c335 struct OPTIONS *o = options(arg); in set_arg() local
H A Dark_pktgen.c316 struct OPTIONS *o = options(arg); in pmd_set_arg() local
/dpdk/lib/net/
H A Drte_l2tpv2.h108 uint16_t o:1; /**< offset option bit */ member
/dpdk/drivers/net/cnxk/
H A Dcn10k_rx.h36 #define CQE_PTR_OFF(b, i, o, f) \ argument
40 #define CQE_PTR_DIFF(b, i, o, f) \ argument
/dpdk/examples/vm_power_manager/
H A Dchannel_monitor.c69 unsigned long o[RTE_ETHER_ADDR_LEN]; in str_to_ether_addr() local
/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.h46 #define SET_DATA_OFF(m, o) ((m)->data_off = (o)) argument
/dpdk/drivers/net/cxgbe/base/
H A Dt4_hw.c3147 u64 *s, *o; in t4_get_port_stats_offset() local

12