Searched defs:ml (Results 1 – 5 of 5) sorted by relevance
/dpdk/drivers/common/cnxk/ |
H A D | roc_ml_priv.h | 10 struct ml { struct 13 uint8_t *ml_reg_addr; argument 14 uint64_t ml_mlr_base; argument 15 bool ml_mlr_base_saved; argument 18 static inline struct ml * argument
|
H A D | roc_ml.c | 32 struct ml *ml = roc_ml_to_ml_priv(roc_ml); in roc_ml_reg_read64() local 40 struct ml *ml = roc_ml_to_ml_priv(roc_ml); in roc_ml_reg_write64() local 48 struct ml *ml = roc_ml_to_ml_priv(roc_ml); in roc_ml_reg_read32() local 56 struct ml *ml = roc_ml_to_ml_priv(roc_ml); in roc_ml_reg_write32() local 64 struct ml *ml = roc_ml_to_ml_priv(roc_ml); in roc_ml_reg_save() local 76 struct ml *ml = roc_ml_to_ml_priv(roc_ml); in roc_ml_addr_ap2mlip() local 88 struct ml *ml = roc_ml_to_ml_priv(roc_ml); in roc_ml_addr_mlip2ap() local 100 struct ml *ml = roc_ml_to_ml_priv(roc_ml); in roc_ml_addr_pa_to_offset() local 111 struct ml *ml = roc_ml_to_ml_priv(roc_ml); in roc_ml_addr_offset_to_pa() local 531 struct ml *ml; in roc_ml_dev_init() local [all …]
|
/dpdk/lib/ipsec/ |
H A D | esp_inb.c | 186 move_icv(struct rte_mbuf *ml, uint32_t ofs) in move_icv() 283 struct rte_mbuf *ml; in inb_prepare() local 413 process_step1(struct rte_mbuf *mb, uint32_t tlen, struct rte_mbuf **ml, in process_step1() 458 trs_process_check(struct rte_mbuf *mb, struct rte_mbuf **ml, in trs_process_check() 481 tun_process_check(struct rte_mbuf *mb, struct rte_mbuf **ml, in tun_process_check() 497 tun_process_step2(struct rte_mbuf *mb, struct rte_mbuf *ml, uint32_t hlen, in tun_process_step2() 521 trs_process_step2(struct rte_mbuf *mb, struct rte_mbuf *ml, uint32_t hlen, in trs_process_step2() 581 struct rte_mbuf *ml[num]; in tun_process() local 645 struct rte_mbuf *ml[num]; in trs_process() local
|
H A D | esp_outb.c | 144 struct rte_mbuf *ml; in outb_tun_pkt_prepare() local 352 struct rte_mbuf *ml; outb_trs_pkt_prepare() local 629 struct rte_mbuf *ml; esp_outb_sqh_process() local [all...] |
/dpdk/examples/ip_pipeline/ |
H A D | thread.c | 2348 union table_rule_match_low_level *ml, in match_convert() argument [all...] |