| /dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 32 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 D | ecore_sp.h | 85 #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 D | cxgbe_compat.h | 146 #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 D | osdep_generic.h | 47 #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 D | hinic_compat.h | 102 #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 D | parse_obj_list.c | 36 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 D | commands.c | 124 struct object *o; in cmd_obj_add_parsed() local
|
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman.h | 39 #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 D | qman.h | 54 #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 D | iavf_osdep.h | 73 #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 D | ice_osdep.h | 79 #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 D | rte_vect.h | 63 uint64x1_t o = vget_low_u64(n) + vget_high_u64(n); in vaddvq_u16() local
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_asym.h | 42 #define QAT_ASYM_CAP(n, o, l, r, i) \ argument
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_osdep.h | 199 #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 D | parser.c | 339 unsigned long o[RTE_ETHER_ADDR_LEN]; in my_ether_aton() local
|
| /dpdk/drivers/net/softnic/ |
| H A D | parser.c | 356 unsigned long o[RTE_ETHER_ADDR_LEN]; in my_ether_aton() local
|
| /dpdk/lib/cryptodev/ |
| H A D | rte_cryptodev.h | 65 #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 D | rte_mbuf_core.h | 825 #define rte_pktmbuf_mtod_offset(m, t, o) \ argument 851 #define rte_pktmbuf_iova_offset(m, o) \ argument
|
| /dpdk/drivers/net/ark/ |
| H A D | ark_pktchkr.c | 335 struct OPTIONS *o = options(arg); in set_arg() local
|
| H A D | ark_pktgen.c | 316 struct OPTIONS *o = options(arg); in pmd_set_arg() local
|
| /dpdk/lib/net/ |
| H A D | rte_l2tpv2.h | 108 uint16_t o:1; /**< offset option bit */ member
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cn10k_rx.h | 36 #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 D | channel_monitor.c | 69 unsigned long o[RTE_ETHER_ADDR_LEN]; in str_to_ether_addr() local
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_utils.h | 46 #define SET_DATA_OFF(m, o) ((m)->data_off = (o)) argument
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | t4_hw.c | 3147 u64 *s, *o; in t4_get_port_stats_offset() local
|