Home
last modified time | relevance | path

Searched refs:mn (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/ipsec/
H A Dmisc.h88 struct rte_mbuf *mn; in mbuf_cut_seg_ofs() local
95 mn = ms->next; in mbuf_cut_seg_ofs()
97 for (n = 0; mn != NULL; n++) { in mbuf_cut_seg_ofs()
98 ms = mn->next; in mbuf_cut_seg_ofs()
99 rte_pktmbuf_free_seg(mn); in mbuf_cut_seg_ofs()
100 mn = ms; in mbuf_cut_seg_ofs()
/dpdk/lib/acl/
H A Dacl_run_avx512.c76 uint32_t i, j, k, mi, mn; in resolve_mcle8_avx512x1() local
95 mn = j + (pm[k] << ACL_MATCH_LOG); in resolve_mcle8_avx512x1()
97 nr = _mm_loadu_si128((const xmm_t *)(res + mn)); in resolve_mcle8_avx512x1()
98 np = _mm_loadu_si128((const xmm_t *)(pri + mn)); in resolve_mcle8_avx512x1()
/dpdk/drivers/bus/fslmc/qbman/
H A Dqbman_debug.c517 uint8_t ma, mn, step_i, step_s, pn; in qbman_cgr_attr_wred_dp_decompose() local
520 mn = (uint8_t)(dp >> 19) & 0x1f; in qbman_cgr_attr_wred_dp_decompose()
527 if (mn == 0) in qbman_cgr_attr_wred_dp_decompose()
530 *maxth = ((ma+256) * (1<<(mn-1))); in qbman_cgr_attr_wred_dp_decompose()