Lines Matching refs:BURST_SIZE

43 #define BURST_SIZE		32  macro
78 struct rte_crypto_op *cop[BURST_SIZE];
80 struct rte_mbuf *obuf[BURST_SIZE], *ibuf[BURST_SIZE],
81 *testbuf[BURST_SIZE];
97 {REPLAY_WIN_0, ESN_DISABLED, 0, DATA_64_BYTES, BURST_SIZE, 0},
98 {REPLAY_WIN_0, ESN_DISABLED, 0, DATA_80_BYTES, BURST_SIZE,
101 {REPLAY_WIN_32, ESN_ENABLED, 0, DATA_100_BYTES, BURST_SIZE,
453 for (i = 0; i < BURST_SIZE; i++) { in ut_teardown()
905 struct rte_ipsec_group grp[BURST_SIZE]; in crypto_ipsec_2sa()
908 for (i = 0; i < BURST_SIZE; i++) { in crypto_ipsec_2sa()
927 if (crypto_dequeue_burst(BURST_SIZE) == TEST_FAILED) in crypto_ipsec_2sa()
932 ut_params->obuf, grp, BURST_SIZE); in crypto_ipsec_2sa()
933 if (ng != BURST_SIZE) { in crypto_ipsec_2sa()
999 for (i = 0, j = PKT_21; i < (BURST_SIZE - PKT_21); i++, j++) in crypto_ipsec_4grp_check_mbufs()
1025 if (grp[grp_ind].cnt != BURST_SIZE - PKT_21) in crypto_ipsec_4grp_check_cnt()
1038 struct rte_ipsec_group grp[BURST_SIZE]; in crypto_ipsec_2sa_4grp()
1042 for (i = 0; i < BURST_SIZE; i++) { in crypto_ipsec_2sa_4grp()
1062 if (crypto_dequeue_burst(BURST_SIZE) == TEST_FAILED) in crypto_ipsec_2sa_4grp()
1067 ut_params->obuf, grp, BURST_SIZE); in crypto_ipsec_2sa_4grp()
1101 struct rte_mbuf *ibuf_tmp[BURST_SIZE]; in test_ipsec_reorder_inb_pkt_burst()
1105 static const uint32_t reorder[BURST_SIZE] = { in test_ipsec_reorder_inb_pkt_burst()
1112 if (num_pkts != BURST_SIZE) in test_ipsec_reorder_inb_pkt_burst()
1115 for (j = 0; j != BURST_SIZE; j++) in test_ipsec_reorder_inb_pkt_burst()
1217 for (j = 0; j < num_pkts && num_pkts <= BURST_SIZE; j++) { in crypto_inb_burst_null_null_check()
1318 for (j = 0; j < num_pkts && num_pkts <= BURST_SIZE; j++) { in crypto_outb_burst_null_null_check()
1423 for (j = 0; j < num_pkts && num_pkts <= BURST_SIZE; j++) { in inline_inb_burst_null_null_check()
1609 for (j = 0; j < num_pkts && num_pkts <= BURST_SIZE; j++) { in inline_outb_burst_null_null_check()
2305 for (j = 0; j < BURST_SIZE; j++) { in crypto_inb_burst_2sa_null_null_check()
2333 if (num_pkts != BURST_SIZE) in test_ipsec_crypto_inb_burst_2sa_null_null()
2419 if (num_pkts != BURST_SIZE) in test_ipsec_crypto_inb_burst_2sa_4grp_null_null()