Home
last modified time | relevance | path

Searched refs:test_stage_change (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/tests/skywalk/
H A Dskt_kqueue.c166 test_stage_change(&ctx->stage, SKT_KQUEUE_BASIC_RX_SWEEP_1); in skt_kqueue_basic_rx()
182 test_stage_change(&ctx->stage, SKT_KQUEUE_BASIC_RX_SWEEP_1); in skt_kqueue_basic_rx()
188 test_stage_change(&ctx->stage, SKT_KQUEUE_BASIC_TX_SWEEP_1); in skt_kqueue_basic_rx()
194 test_stage_change(&ctx->stage, SKT_KQUEUE_BASIC_TX_SWEEP_1); in skt_kqueue_basic_rx()
204 test_stage_change(&ctx->stage, SKT_KQUEUE_BASIC_TX_SWEEP_1); in skt_kqueue_basic_rx()
265 test_stage_change(&ctx->stage, SKT_KQUEUE_BASIC_RX_SWEEP_2); in skt_kqueue_basic_tx()
268 test_stage_change(&ctx->stage, SKT_KQUEUE_BASIC_RX_SWEEP_2); in skt_kqueue_basic_tx()
292 test_stage_change(&ctx->stage, SKT_KQUEUE_BASIC_TX_SWEEP_2); in skt_kqueue_basic_tx()
299 test_stage_change(&ctx->stage, SKT_KQUEUE_BASIC_TX_SWEEP_2); in skt_kqueue_basic_tx()
388 test_stage_change(&ctx->stage, SKT_KQUEUE_LOWAT_BASIC_1); in skt_kqueue_lowat_basic_rx()
[all …]
H A Dskt_mangle.c188 test_stage_change(&ctx->stage, SKT_TX_TURN); in skt_mangle_rx()
213 test_stage_change(&ctx->stage, SKT_TX_TURN); in skt_mangle_rx()
225 test_stage_change(&ctx->stage, SKT_TX_TURN); in skt_mangle_rx()
282 test_stage_change(&ctx->stage, SKT_RX_TURN); in skt_mangle_tx()
H A Dskywalk_test_common.h113 extern void test_stage_change(struct stage_ctx *, uint32_t);
H A Dskywalk_test_common.c990 test_stage_change(struct stage_ctx *stage, uint32_t new) in test_stage_change() function