Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dpdk/lib/mbuf/
H A Drte_mbuf.h109 rte_mbuf_prefetch_part1(struct rte_mbuf *m) in rte_mbuf_prefetch_part1()
126 rte_mbuf_prefetch_part2(struct rte_mbuf *m) in rte_mbuf_prefetch_part2()
251 rte_mbuf_to_priv(struct rte_mbuf *m) in rte_mbuf_to_priv()
325 rte_mbuf_refcnt_read(const struct rte_mbuf *m) in rte_mbuf_refcnt_read()
402 rte_mbuf_refcnt_read(const struct rte_mbuf *m) in rte_mbuf_refcnt_read()
561 struct rte_mbuf *m; in rte_mbuf_raw_alloc() local
584 rte_mbuf_raw_free(struct rte_mbuf *m) in rte_mbuf_raw_free()
873 struct rte_mbuf *m; in rte_pktmbuf_alloc() local
1166 __rte_pktmbuf_free_extbuf(struct rte_mbuf *m) in __rte_pktmbuf_free_extbuf()
1308 rte_pktmbuf_prefree_seg(struct rte_mbuf *m) in rte_pktmbuf_prefree_seg()
[all …]
H A Drte_mbuf.c74 struct rte_mbuf *m = _m; in rte_pktmbuf_init() local
117 struct rte_mbuf *m = opaque; in rte_pktmbuf_free_pinned_extmem() local
165 struct rte_mbuf *m = _m; in __rte_pktmbuf_init_extmem() local
368 rte_mbuf_sanity_check(const struct rte_mbuf *m, int is_header) in rte_mbuf_sanity_check()
376 int rte_mbuf_check(const struct rte_mbuf *m, int is_header, in rte_mbuf_check()
461 __rte_pktmbuf_free_seg_via_array(struct rte_mbuf *m, in __rte_pktmbuf_free_seg_via_array()
487 struct rte_mbuf *m, *m_next, *pending[RTE_PKTMBUF_FREE_PENDING_SZ]; in rte_pktmbuf_free_bulk() local
554 struct rte_mbuf *m; in __rte_pktmbuf_linearize() local
588 rte_pktmbuf_copy(const struct rte_mbuf *m, struct rte_mempool *mp, in rte_pktmbuf_copy()
665 rte_pktmbuf_dump(FILE *f, const struct rte_mbuf *m, unsigned dump_len) in rte_pktmbuf_dump()
[all …]
/dpdk/drivers/common/octeontx/
H A Docteontx_mbox.c83 mbox_send_request(struct mbox *m, struct octeontx_mbox_hdr *hdr, in mbox_send_request()
119 mbox_wait_response(struct mbox *m, struct octeontx_mbox_hdr *hdr, in mbox_wait_response()
173 mbox_send(struct mbox *m, struct octeontx_mbox_hdr *hdr, const void *txmsg, in mbox_send()
197 struct mbox *m = &octeontx_mbox; in octeontx_mbox_set_ram_mbox_base() local
221 struct mbox *m = &octeontx_mbox; in octeontx_mbox_set_reg() local
246 struct mbox *m = &octeontx_mbox; in octeontx_mbox_send() local
315 struct mbox *m = &octeontx_mbox; in octeontx_mbox_init() local
348 struct mbox *m = &octeontx_mbox; in octeontx_get_global_domain() local
/dpdk/lib/table/
H A Drte_table_hash_func.h62 uint64_t *m = (uint64_t *)mask; in rte_table_hash_crc_key8() local
76 uint64_t *m = (uint64_t *)mask; in rte_table_hash_crc_key16() local
95 uint64_t *m = (uint64_t *)mask; in rte_table_hash_crc_key24() local
117 uint64_t *m = (uint64_t *)mask; in rte_table_hash_crc_key32() local
143 uint64_t *m = (uint64_t *)mask; in rte_table_hash_crc_key40() local
169 uint64_t *m = (uint64_t *)mask; in rte_table_hash_crc_key48() local
196 uint64_t *m = (uint64_t *)mask; in rte_table_hash_crc_key56() local
226 uint64_t *m = (uint64_t *)mask; in rte_table_hash_crc_key64() local
H A Drte_swx_table_selector.c93 uint64_t *m = key_mask; in hash() local
362 struct group_member_info *m = &members[n_members]; in members_read() local
382 struct group_member_info *m = &members[i]; in members_min_weight_find() local
399 struct group_member_info *m = &members[i]; in members_weight_divisor_check() local
416 struct group_member_info *m = &members[i]; in members_weight_divisor_apply() local
428 struct group_member_info *m = &members[i]; in members_weight_sum() local
448 struct group_member_info *m = &members[i]; in members_weight_scale() local
454 struct group_member_info *m = &members[i]; in members_weight_scale() local
476 struct group_member_info *m = &members[i]; in members_write() local
/dpdk/examples/ipsec-secgw/
H A Dipip.h16 ipip_outbound(struct rte_mbuf *m, uint32_t offset, uint32_t is_ipv6, in ipip_outbound()
86 ip4ip_outbound(struct rte_mbuf *m, uint32_t offset, in ip4ip_outbound()
93 ip6ip_outbound(struct rte_mbuf *m, uint32_t offset, in ip6ip_outbound()
124 ipip_inbound(struct rte_mbuf *m, uint32_t offset) in ipip_inbound()
H A Desp.c25 esp_inbound(struct rte_mbuf *m, struct ipsec_sa *sa, in esp_inbound()
144 esp_inbound_post(struct rte_mbuf *m, struct ipsec_sa *sa, in esp_inbound_post()
222 esp_outbound(struct rte_mbuf *m, struct ipsec_sa *sa, in esp_outbound()
455 esp_outbound_post(struct rte_mbuf *m, in esp_outbound_post()
/dpdk/app/test/
H A Dtest_mbuf.c131 struct rte_mbuf *m = NULL; in test_pktmbuf_with_non_ascii_data() local
169 struct rte_mbuf *m = NULL; in test_one_pktmbuf() local
323 struct rte_mbuf *m = NULL; in testclone_testupdate_testdetach() local
428 struct rte_mbuf *m = NULL; in test_pktmbuf_copy() local
581 struct rte_mbuf *m = NULL; in test_attach_from_different_pool() local
730 struct rte_mbuf *m; in test_pktmbuf_pool_bulk() local
1020 struct rte_mbuf *m; in test_refcnt_iter() local
1721 struct rte_mbuf *m = NULL; in test_mbuf_validate_tx_offload() local
1926 struct rte_mbuf *m = NULL; in test_pktmbuf_read() local
1972 struct rte_mbuf *m = NULL; in test_pktmbuf_read_from_offset() local
[all …]
H A Dtest_ring_mt_peek_stress.c12 uint32_t m; in _st_ring_dequeue_bulk() local
24 uint32_t m; in _st_ring_enqueue_bulk() local
H A Dtest_ring_mt_peek_stress_zc.c13 uint32_t m; in _st_ring_dequeue_bulk() local
30 uint32_t m; in _st_ring_enqueue_bulk() local
H A Dtest_ring_st_peek_stress.c12 uint32_t m; in _st_ring_dequeue_bulk() local
30 uint32_t m; in _st_ring_enqueue_bulk() local
H A Dtest_ring_st_peek_stress_zc.c13 uint32_t m; in _st_ring_dequeue_bulk() local
35 uint32_t m; in _st_ring_enqueue_bulk() local
/dpdk/examples/l3fwd/
H A Dl3fwd_em.h9 l3fwd_em_handle_ipv4(struct rte_mbuf *m, uint16_t portid, in l3fwd_em_handle_ipv4()
49 l3fwd_em_handle_ipv6(struct rte_mbuf *m, uint16_t portid, in l3fwd_em_handle_ipv6()
77 l3fwd_em_simple_forward(struct rte_mbuf *m, uint16_t portid, in l3fwd_em_simple_forward()
102 l3fwd_em_simple_process(struct rte_mbuf *m, struct lcore_conf *qconf) in l3fwd_em_simple_process()
H A Dl3fwd_em_hlm.h25 em_get_dst_port_ipv4xN(struct lcore_conf *qconf, struct rte_mbuf *m[], in em_get_dst_port_ipv4xN()
52 em_get_dst_port_ipv6xN(struct lcore_conf *qconf, struct rte_mbuf *m[], in em_get_dst_port_ipv6xN()
79 em_get_dst_port_ipv4xN_events(struct lcore_conf *qconf, struct rte_mbuf *m[], in em_get_dst_port_ipv4xN_events()
106 em_get_dst_port_ipv6xN_events(struct lcore_conf *qconf, struct rte_mbuf *m[], in em_get_dst_port_ipv6xN_events()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_meter.c34 struct softnic_mtr *m; in softnic_mtr_free() local
363 struct softnic_mtr *m; in softnic_mtr_find() local
427 struct softnic_mtr *m; in pmd_mtr_create() local
486 struct softnic_mtr *m; in pmd_mtr_destroy() local
544 struct softnic_mtr *m; in pmd_mtr_meter_profile_update() local
647 struct softnic_mtr *m; in pmd_mtr_meter_dscp_table_update() local
696 struct softnic_mtr *m; in pmd_mtr_meter_policy_update() local
787 struct softnic_mtr *m, in mtr_stats_convert()
864 struct softnic_mtr *m; in pmd_mtr_stats_read() local
/dpdk/lib/meter/
H A Drte_meter.c64 rte_meter_srtcm_config(struct rte_meter_srtcm *m, in rte_meter_srtcm_config()
107 rte_meter_trtcm_config(struct rte_meter_trtcm *m, in rte_meter_trtcm_config()
149 struct rte_meter_trtcm_rfc4115 *m, in rte_meter_trtcm_rfc4115_config()
H A Drte_meter.h414 rte_meter_srtcm_color_blind_check(struct rte_meter_srtcm *m, in rte_meter_srtcm_color_blind_check()
455 rte_meter_srtcm_color_aware_check(struct rte_meter_srtcm *m, in rte_meter_srtcm_color_aware_check()
497 rte_meter_trtcm_color_blind_check(struct rte_meter_trtcm *m, in rte_meter_trtcm_color_blind_check()
539 rte_meter_trtcm_color_aware_check(struct rte_meter_trtcm *m, in rte_meter_trtcm_color_aware_check()
583 struct rte_meter_trtcm_rfc4115 *m, in rte_meter_trtcm_rfc4115_color_blind_check()
626 struct rte_meter_trtcm_rfc4115 *m, in rte_meter_trtcm_rfc4115_color_aware_check()
/dpdk/drivers/net/enetc/
H A Denetc_rxtx.c27 struct rte_mbuf *m[ENETC_RXBD_BUNDLE]; in enetc_clean_tx_ring() local
131 struct rte_mbuf *m[ENETC_RXBD_BUNDLE]; in enetc_refill_rx_ring() local
174 static inline void enetc_slow_parsing(struct rte_mbuf *m, in enetc_slow_parsing()
256 enetc_dev_rx_parse(struct rte_mbuf *m, uint16_t parse_results) in enetc_dev_rx_parse()
/dpdk/examples/qos_meter/
H A Dmain.h26 #define FUNC_METER(m, p, time, pkt_len, pkt_color) \ argument
42 #define FUNC_METER(m, p, time, pkt_len, pkt_color) \ argument
57 #define FUNC_METER(m, p, time, pkt_len, pkt_color) \ argument
/dpdk/drivers/net/sfc/
H A Dsfc_tso.h44 sfc_tso_outer_udp_fix_len(const struct rte_mbuf *m, uint8_t *tsoh) in sfc_tso_outer_udp_fix_len()
55 sfc_tso_innermost_ip_fix_len(const struct rte_mbuf *m, uint8_t *tsoh, in sfc_tso_innermost_ip_fix_len()
H A Dsfc_ef100_tx.c104 struct rte_mbuf *m) in sfc_ef100_tx_prepare_pkt_tso()
161 struct rte_mbuf *m = tx_pkts[i]; in sfc_ef100_tx_prepare_pkts() local
282 struct rte_mbuf *m; in sfc_ef100_tx_reap_num_descs() local
318 sfc_ef100_tx_qdesc_prefix_create(const struct rte_mbuf *m, efx_oword_t *tx_desc) in sfc_ef100_tx_qdesc_prefix_create()
365 const struct rte_mbuf *m, efx_oword_t *tx_desc) in sfc_ef100_tx_qdesc_send_create()
449 sfc_ef100_tx_qdesc_tso_create(const struct rte_mbuf *m, in sfc_ef100_tx_qdesc_tso_create()
542 sfc_ef100_tx_pkt_descs_max(const struct rte_mbuf *m) in sfc_ef100_tx_pkt_descs_max()
587 struct rte_mbuf **m, unsigned int *added) in sfc_ef100_xmit_tso_pkt()
/dpdk/lib/net/
H A Drte_net.h110 rte_net_intel_cksum_flags_prepare(struct rte_mbuf *m, uint64_t ol_flags) in rte_net_intel_cksum_flags_prepare()
216 rte_net_intel_cksum_prepare(struct rte_mbuf *m) in rte_net_intel_cksum_prepare()
/dpdk/app/test-compress-perf/
H A Dcomp_perf_test_throughput.c170 struct rte_mbuf *m = output_bufs[buf_id]; in main_loop() local
225 struct rte_mbuf *m = op->m_dst; in main_loop() local
279 struct rte_mbuf *m = op->m_dst; in main_loop() local
H A Dcomp_perf_test_verify.c175 struct rte_mbuf *m = output_bufs[buf_id]; in main_loop() local
261 struct rte_mbuf *m = op->m_dst; in main_loop() local
345 struct rte_mbuf *m = op->m_dst; in main_loop() local
/dpdk/lib/eal/common/
H A Drte_reciprocal.c17 uint64_t m; in rte_reciprocal_value() local
105 uint64_t m; in rte_reciprocal_value_u64() local

1234567891011