Lines Matching refs:dm
2592 struct dummy_mbuf *dm; in test_ld_mbuf1_prepare() local
2605 dm = arg; in test_ld_mbuf1_prepare()
2606 memset(dm, 0, sizeof(*dm)); in test_ld_mbuf1_prepare()
2608 dummy_mbuf_prep(&dm->mb[0], dm->buf[0], sizeof(dm->buf[0]), in test_ld_mbuf1_prepare()
2610 dummy_mbuf_prep(&dm->mb[1], dm->buf[1], sizeof(dm->buf[0]), in test_ld_mbuf1_prepare()
2613 rte_pktmbuf_chain(&dm->mb[0], &dm->mb[1]); in test_ld_mbuf1_prepare()
2615 ph = rte_pktmbuf_mtod(dm->mb, typeof(ph)); in test_ld_mbuf1_prepare()
2685 const struct dummy_mbuf *dm; in test_ld_mbuf1_check() local
2688 dm = arg; in test_ld_mbuf1_check()
2689 v = test_ld_mbuf1(dm->mb); in test_ld_mbuf1_check()
2700 struct dummy_mbuf *dm; in test_ld_mbuf2_prepare() local
2703 dm = arg; in test_ld_mbuf2_prepare()
2704 rte_pktmbuf_trim(dm->mb, 1); in test_ld_mbuf2_prepare()