Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/dpdk/drivers/net/cxgbe/
H A Dsmt.c56 if (e->idx & 1) { in write_smt_entry()
92 row = e->hw_idx; in write_smt_entry()
98 e->hw_idx | in write_smt_entry()
121 for (e = &s->smtab[0], end = &s->smtab[s->smt_size]; e != end; ++e) { in find_or_alloc_smte()
140 e = first_free; in find_or_alloc_smte()
144 return e; in find_or_alloc_smte()
157 if (e) { in t4_smt_alloc_switching()
160 e->pfvf = pfvf; in t4_smt_alloc_switching()
164 e->pfvf = 0; in t4_smt_alloc_switching()
167 e = NULL; in t4_smt_alloc_switching()
[all …]
H A Dl2t.c42 t4_os_lock(&e->lock); in cxgbe_do_l2t_write_rpl()
45 t4_os_unlock(&e->lock); in cxgbe_do_l2t_write_rpl()
114 for (e = &d->l2tab[0], end = &d->l2tab[d->l2t_size]; e != end; ++e) { in find_or_alloc_l2e()
117 first_free = e; in find_or_alloc_l2e()
121 e->vlan == vlan && e->lport == port) in find_or_alloc_l2e()
128 e = first_free; in find_or_alloc_l2e()
138 return e; in find_or_alloc_l2e()
147 struct l2t_entry *e; in t4_l2t_alloc_switching() local
152 if (e) { in t4_l2t_alloc_switching()
156 e->vlan = vlan; in t4_l2t_alloc_switching()
[all …]
H A Dcxgbe_flow.c25 __CXGBE_FILL_FS(v, m, fs, elem, e)
178 struct rte_flow_error *e) in ch_rte_parsetype_eth() argument
310 struct rte_flow_error *e) in ch_rte_parsetype_vf() argument
339 struct rte_flow_error *e) in ch_rte_parsetype_udp() argument
663 struct rte_flow_error *e) in ch_rte_parse_atype_switch() argument
859 struct rte_flow_error *e) in cxgbe_rtef_parse_actions() argument
938 e); in cxgbe_rtef_parse_actions()
1098 struct rte_flow_error *e) in cxgbe_flow_parse() argument
1164 struct rte_flow_error *e) in cxgbe_flow_create() argument
1242 struct rte_flow_error *e) in cxgbe_flow_destroy() argument
[all …]
H A Dclip_tbl.c77 struct clip_entry *end, *e; in find_or_alloc_clipe() local
81 for (e = &c->cl_list[0], end = &c->cl_list[clipt_size]; e != end; ++e) { in find_or_alloc_clipe()
82 if (__atomic_load_n(&e->refcnt, __ATOMIC_RELAXED) == 0) { in find_or_alloc_clipe()
84 first_free = e; in find_or_alloc_clipe()
86 if (memcmp(lip, e->addr, sizeof(e->addr)) == 0) in find_or_alloc_clipe()
92 e = first_free; in find_or_alloc_clipe()
99 return e; in find_or_alloc_clipe()
H A Dcxgbe_compat.h206 unsigned int e = 0; in ilog2() local
210 e += 8; in ilog2()
216 e += 4; in ilog2()
224 e++; in ilog2()
228 return e; in ilog2()
/dpdk/examples/pipeline/examples/
H A Dpacket.txt12 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11
18 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11
24 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11
30 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11
36 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11
42 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11
48 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11
54 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11
60 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11
66 000030 06 07 08 09 0a 0b 0c 0d 0e 0f 10 11
[all …]
/dpdk/lib/telemetry/
H A Dtelemetry_data.c99 struct tel_dict_entry *e = &d->data.dict[d->data_len]; in rte_tel_data_add_dict_string() local
108 e->type = RTE_TEL_STRING_VAL; in rte_tel_data_add_dict_string()
120 struct tel_dict_entry *e = &d->data.dict[d->data_len]; in rte_tel_data_add_dict_int() local
127 e->type = RTE_TEL_INT_VAL; in rte_tel_data_add_dict_int()
128 e->value.ival = val; in rte_tel_data_add_dict_int()
137 struct tel_dict_entry *e = &d->data.dict[d->data_len]; in rte_tel_data_add_dict_u64() local
144 e->type = RTE_TEL_U64_VAL; in rte_tel_data_add_dict_u64()
145 e->value.u64val = val; in rte_tel_data_add_dict_u64()
165 e->type = RTE_TEL_CONTAINER; in rte_tel_data_add_dict_container()
166 e->value.container.data = val; in rte_tel_data_add_dict_container()
[all …]
/dpdk/lib/eal/include/
H A Drte_function_versioning.h47 #define VERSION_SYMBOL(b, e, n) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) "@DPDK_" R… argument
55 #define VERSION_SYMBOL_EXPERIMENTAL(b, e) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) … argument
62 #define BIND_DEFAULT_SYMBOL(b, e, n) __asm__(".symver " RTE_STR(b) RTE_STR(e) ", " RTE_STR(b) "@@DP… argument
89 #define VERSION_SYMBOL(b, e, n) argument
90 #define VERSION_SYMBOL_EXPERIMENTAL(b, e) argument
92 #define BIND_DEFAULT_SYMBOL(b, e, n) argument
H A Drte_uuid.h29 #define RTE_UUID_INIT(a, b, c, d, e) { \ argument
35 ((e) >> 40) & 0xff, ((e) >> 32) & 0xff, \
36 ((e) >> 24) & 0xff, ((e) >> 16) & 0xff, \
37 ((e) >> 8) & 0xff, (e) & 0xff \
/dpdk/lib/cmdline/
H A Dcmdline_cirbuf.c32 unsigned int e; in cirbuf_add_buf_head() local
37 e = CIRBUF_IS_EMPTY(cbuf) ? 1 : 0; in cirbuf_add_buf_head()
39 if (n < cbuf->start + e) { in cirbuf_add_buf_head()
45 cbuf->start + e); in cirbuf_add_buf_head()
47 (cbuf->start + e), 0, n - (cbuf->start + e)); in cirbuf_add_buf_head()
48 memcpy(cbuf->buf, c + n - (cbuf->start + e) , cbuf->start + e); in cirbuf_add_buf_head()
50 n - (cbuf->start + e)); in cirbuf_add_buf_head()
63 unsigned int e; in cirbuf_add_buf_tail() local
78 e, 0, n - cbuf->maxlen + cbuf->end + 1 - e); in cirbuf_add_buf_tail()
80 cbuf->end - 1 + e); in cirbuf_add_buf_tail()
[all …]
/dpdk/drivers/net/memif/
H A Dmemif_socket.c65 if (e == NULL) in memif_msg_send_from_queue()
72 e->fd); in memif_msg_send_from_queue()
80 rte_free(e); in memif_msg_send_from_queue()
91 if (e == NULL) { in memif_msg_enq()
96 e->fd = -1; in memif_msg_enq()
99 return e; in memif_msg_enq()
116 if (e == NULL) { in memif_msg_enq_disconnect()
142 if (e == NULL) in memif_msg_enq_hello()
392 if (e == NULL) in memif_msg_enq_ack()
407 if (e == NULL) in memif_msg_enq_init()
[all …]
/dpdk/devtools/cocci/
H A Dprefix_mbuf_offload_flags.cocci11 // -e 's,EXT_ATTACHED_MBUF,RTE_MBUF_F_EXTERNAL,g' \
12 // -e 's,IND_ATTACHED_MBUF,RTE_MBUF_F_INDIRECT,g' \
13 // -e 's,EXT_ATTACHED_MBUF,RTE_MBUF_F_EXTERNAL,g' \
14 // -e 's,PKT_FIRST_FREE,RTE_MBUF_F_FIRST_FREE,g' \
15 // -e 's,PKT_LAST_FREE,RTE_MBUF_F_LAST_FREE,g' \
16 // -e 's,PKT_TX_DYNF_METADATA,RTE_MBUF_DYNFLAG_TX_METADATA,g' \
17 // -e 's,PKT_RX_DYNF_METADATA,RTE_MBUF_DYNFLAG_RX_METADATA,g' \
18 // -e 's,\<PKT_RX_,RTE_MBUF_F_RX_,g' \
19 // -e 's,\<PKT_TX_,RTE_MBUF_F_TX_,g' \
/dpdk/drivers/bus/auxiliary/linux/
H A Dauxiliary.c102 struct dirent *e; in auxiliary_scan() local
114 while ((e = readdir(dir)) != NULL) { in auxiliary_scan()
115 if (e->d_name[0] == '.') in auxiliary_scan()
118 if (auxiliary_is_ignored_device(e->d_name)) in auxiliary_scan()
122 AUXILIARY_SYSFS_PATH, e->d_name); in auxiliary_scan()
126 if (drv->match(e->d_name)) in auxiliary_scan()
132 if (auxiliary_scan_one(dirname, e->d_name) < 0) in auxiliary_scan()
/dpdk/drivers/bus/vmbus/linux/
H A Dvmbus_bus.c121 struct dirent *e; in vmbus_get_uio_dev() local
133 while ((e = readdir(dir)) != NULL) { in vmbus_get_uio_dev()
137 if (strncmp(e->d_name, "uio", prefix_len) != 0) in vmbus_get_uio_dev()
142 uio_num = strtoull(e->d_name + prefix_len, &endptr, 10); in vmbus_get_uio_dev()
143 if (errno == 0 && endptr != (e->d_name + prefix_len)) { in vmbus_get_uio_dev()
150 if (e == NULL) in vmbus_get_uio_dev()
345 struct dirent *e; in rte_vmbus_scan() local
358 while ((e = readdir(dir)) != NULL) { in rte_vmbus_scan()
359 if (e->d_name[0] == '.') in rte_vmbus_scan()
362 if (vmbus_scan_one(e->d_name) < 0) in rte_vmbus_scan()
/dpdk/drivers/crypto/ccp/
H A Dccp_pci.c192 struct dirent *e; in ccp_find_uio_devname() local
210 while ((e = readdir(dir)) != NULL) { in ccp_find_uio_devname()
217 if (strncmp(e->d_name, "uio", 3) != 0) in ccp_find_uio_devname()
222 uio_num = strtoull(e->d_name + shortprefix_len, &endptr, 10); in ccp_find_uio_devname()
223 if (errno == 0 && endptr != (e->d_name + shortprefix_len)) { in ccp_find_uio_devname()
230 uio_num = strtoull(e->d_name + longprefix_len, &endptr, 10); in ccp_find_uio_devname()
231 if (errno == 0 && endptr != (e->d_name + longprefix_len)) { in ccp_find_uio_devname()
/dpdk/app/test/
H A Dresource.c107 struct archive_entry *e; in resource_untar() local
144 ret = archive_read_next_header(r, &e); in resource_untar()
150 ret = archive_write_header(w, e); in resource_untar()
156 if (archive_entry_size(e) == 0) in resource_untar()
184 struct archive_entry *e; in resource_rm_by_tar() local
223 ret = archive_read_next_header(r, &e); in resource_rm_by_tar()
229 ret = remove(archive_entry_pathname(e)); in resource_rm_by_tar()
H A Dtest_cryptodev_rsa_test_vectors.h33 } e; member
119 .e = {
356 .e = {
377 .e = {
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.h17 #define __BYTES_TO_UINT64(a, b, c, d, e, f, g, h) \ argument
22 ((uint64_t)((e) & 0xff) << 24) | \
27 #define __BYTES_TO_UINT64(a, b, c, d, e, f, g, h) \ argument
31 ((uint64_t)((e) & 0xff) << 32) | \
45 #define ETHADDR(a, b, c, d, e, f) (__BYTES_TO_UINT64(a, b, c, d, e, f, 0, 0)) argument
/dpdk/doc/guides/eventdevs/
H A Dcnxk.rst69 -a 0002:0e:00.0,xae_cnt=16384
78 -a 0002:0e:00.0,single_ws=1
87 -a 0002:0e:00.0,gw_mode=1
103 -a 0002:0e:00.0,qos=[1-50-50-50]
112 -a 0002:0e:00.0,force_rx_bp=1
122 -a 0002:0e:00.0,tim_disable_npa=1
134 -a 0002:0e:00.0,tim_chnk_slots=1023
143 -a 0002:0e:00.0,tim_stats_ena=1
154 -a 0002:0e:00.0,tim_rings_lmt=5
165 -a 0002:0e:00.0,tim_ring_ctl=[2-1023-1-0]
[all …]
/dpdk/examples/ipsec-secgw/test/
H A Dtrs_ipv6opts.py123 e = self.inb_sa.encrypt(pkt)
126 resp = self.px.xfer_protected(e)
149 e = self.inb_sa.encrypt(pkt)
152 resp = self.px.xfer_protected(e)
166 e = self.inb_sa.encrypt(pkt)
169 e = IPv6(src=DST_ADDR, dst=SRC_ADDR)/IPv6ExtHdrFragment()/e[IPv6].payload
170 resp = self.px.xfer_protected(e)
H A Dpkttest.py36 except (pkg_resources.DistributionNotFound, pkg_resources.VersionConflict) as e:
37 print("Requirement assertion: " + str(e))
66 e = Ether(src=self.mac, dst=mac)
67 self.send_packet(e/pkt)
/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c763 rm_req.NL = e; in process_enc_cb()
829 RTE_SET_USED(e); in process_enc_cb()
940 rm_req.E = e; in process_ldpc_enc_cb()
972 RTE_SET_USED(e); in process_ldpc_enc_cb()
989 uint32_t e; in enqueue_enc_one_op() local
1041 e = enc->cb_params.e; in enqueue_enc_one_op()
1082 uint32_t e; in enqueue_ldpc_enc_one_op() local
1129 e = enc->cb_params.e; in enqueue_ldpc_enc_one_op()
1429 derm_req.e = e; in process_ldpc_dec_cb()
1653 uint32_t e; in enqueue_ldpc_dec_one_op() local
[all …]
/dpdk/drivers/net/ice/base/
H A Dice_flow.c2709 found = e; in ice_flow_find_entry()
2939 if (!e->acts) in ice_flow_acl_frmt_entry()
3032 e->entry = key; in ice_flow_acl_frmt_entry()
3052 e->acts = NULL; in ice_flow_acl_frmt_entry()
3053 e->acts_cnt = 0; in ice_flow_acl_frmt_entry()
3246 e = *entry; in ice_flow_acl_add_scen_entry_sync()
3433 e = (struct ice_flow_entry *)ice_malloc(hw, sizeof(*e)); in ice_flow_add_entry()
3434 if (!e) in ice_flow_add_entry()
3444 e->id = entry_id; in ice_flow_add_entry()
3446 e->prof = prof; in ice_flow_add_entry()
[all …]
/dpdk/drivers/crypto/openssl/
H A Dcompat.h28 set_rsa_keys(RSA *rsa, BIGNUM *n, BIGNUM *e, BIGNUM *d) in set_rsa_keys() argument
31 rsa->e = e; in set_rsa_keys()
124 set_rsa_keys(RSA *rsa, BIGNUM *n, BIGNUM *e, BIGNUM *d) in set_rsa_keys() argument
126 return !(RSA_set0_key(rsa, n, e, d)); in set_rsa_keys()
H A Drte_openssl_pmd_ops.c822 BIGNUM *e = NULL; in openssl_set_asym_session_parameters() local
830 e = BN_bin2bn((const unsigned char *)xform->rsa.e.data, in openssl_set_asym_session_parameters()
831 xform->rsa.e.length, e); in openssl_set_asym_session_parameters()
833 if (!n || !e) in openssl_set_asym_session_parameters()
907 BN_clear_free(e); in openssl_set_asym_session_parameters()
942 asym_session->u.e.ctx = ctx; in openssl_set_asym_session_parameters()
943 asym_session->u.e.mod = mod; in openssl_set_asym_session_parameters()
944 asym_session->u.e.exp = exp; in openssl_set_asym_session_parameters()
1167 if (sess->u.e.ctx) { in openssl_reset_asym_session()
1168 BN_CTX_end(sess->u.e.ctx); in openssl_reset_asym_session()
[all …]

12345678910>>...12