Searched refs:test_desc (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/ |
H A D | page_fault_test.c | 50 struct test_desc { struct 71 struct test_desc *test_desc; member 253 static bool guest_prepare(struct test_desc *test) in guest_prepare() 267 static void guest_test_check(struct test_desc *test) in guest_test_check() 279 static void guest_code(struct test_desc *test) in guest_code() 367 struct test_desc *test = p->test_desc; in setup_uffd() 388 static void free_uffd(struct test_desc *test, struct uffd_desc *pt_uffd, in free_uffd() 542 struct test_desc *tes in setup_abort_handlers() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ipsec.c | 516 struct test_desc { struct 545 static void write_msg(int fd, struct test_desc *msg, bool exit_of_fail) in write_msg() 550 BUILD_BUG_ON(sizeof(struct test_desc) > PIPE_BUF); in write_msg() 564 static void read_msg(int fd, struct test_desc *msg, bool exit_of_fail) in read_msg() 708 struct test_desc msg; in do_ping() 1600 struct test_desc msg; in child_serv() 1668 struct test_desc msg; in child_f() 1735 struct test_desc *msg, int xfrm_sock, uint32_t *seq) in grand_child_serv() 1793 struct test_desc msg; in grand_child_f()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ipsec.c | 557 struct test_desc { struct 586 static void write_msg(int fd, struct test_desc *msg, bool exit_of_fail) in write_msg() 591 BUILD_BUG_ON(sizeof(struct test_desc) > PIPE_BUF); in write_msg() 605 static void read_msg(int fd, struct test_desc *msg, bool exit_of_fail) in read_msg() 749 struct test_desc msg; in do_ping() 1737 struct test_desc msg; in child_serv() 1805 struct test_desc msg; in child_f() 1875 struct test_desc *msg, int xfrm_sock, uint32_t *seq) in grand_child_serv() 1933 struct test_desc msg; in grand_child_f()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.c | 2156 const struct alg_test_desc *test_desc; member 2329 &ctx->test_desc->suite.aead, in try_to_generate_inauthentic_testvec() 2381 const char *generic_driver = ctx->test_desc->generic_driver; in test_aead_vs_generic_impl() 2450 &ctx->test_desc->suite.aead, in test_aead_vs_generic_impl() 2480 const struct alg_test_desc *test_desc, in test_aead_extra() 2497 ctx->test_desc = test_desc; in test_aead_extra() 2501 for (i = 0; i < test_desc->suite.aead.count; i++) in test_aead_extra() 2503 test_desc->suite.aead.vecs[i].klen); in test_aead_extra() 2532 const struct alg_test_desc *test_desc, in test_aead_extra() 2479 test_aead_extra(const char *driver, const struct alg_test_desc *test_desc, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_extra() argument 2531 test_aead_extra(const char *driver, const struct alg_test_desc *test_desc, struct aead_request *req, struct cipher_test_sglists *tsgls) test_aead_extra() argument [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | testmgr.c | 2262 const struct alg_test_desc *test_desc; member 2440 &ctx->test_desc->suite.aead, in try_to_generate_inauthentic_testvec() 2493 const char *generic_driver = ctx->test_desc->generic_driver; in test_aead_vs_generic_impl() 2562 &ctx->test_desc->suite.aead, in test_aead_vs_generic_impl() 2592 static int test_aead_extra(const struct alg_test_desc *test_desc, in test_aead_extra() argument 2609 ctx->test_desc = test_desc; in test_aead_extra() 2613 for (i = 0; i < test_desc->suite.aead.count; i++) in test_aead_extra() 2615 test_desc->suite.aead.vecs[i].klen); in test_aead_extra() 2643 static int test_aead_extra(const struct alg_test_desc *test_desc, in test_aead_extra() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 17248 struct tg3_internal_buffer_desc test_desc; in tg3_do_test_dma() local 17262 test_desc.addr_hi = ((u64) buf_dma) >> 32; in tg3_do_test_dma() 17263 test_desc.addr_lo = buf_dma & 0xffffffff; in tg3_do_test_dma() 17264 test_desc.nic_mbuf = 0x00002100; in tg3_do_test_dma() 17265 test_desc.len = size; in tg3_do_test_dma() 17280 test_desc.cqid_sqid = (13 << 8) | 2; in tg3_do_test_dma() 17285 test_desc.cqid_sqid = (16 << 8) | 7; in tg3_do_test_dma() 17290 test_desc.flags = 0x00000005; in tg3_do_test_dma() 17292 for (i = 0; i < (sizeof(test_desc) / sizeof(u32)); i++) { in tg3_do_test_dma() 17295 val = *(((u32 *)&test_desc) in tg3_do_test_dma() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 17171 struct tg3_internal_buffer_desc test_desc; in tg3_do_test_dma() local 17185 test_desc.addr_hi = ((u64) buf_dma) >> 32; in tg3_do_test_dma() 17186 test_desc.addr_lo = buf_dma & 0xffffffff; in tg3_do_test_dma() 17187 test_desc.nic_mbuf = 0x00002100; in tg3_do_test_dma() 17188 test_desc.len = size; in tg3_do_test_dma() 17203 test_desc.cqid_sqid = (13 << 8) | 2; in tg3_do_test_dma() 17208 test_desc.cqid_sqid = (16 << 8) | 7; in tg3_do_test_dma() 17213 test_desc.flags = 0x00000005; in tg3_do_test_dma() 17215 for (i = 0; i < (sizeof(test_desc) / sizeof(u32)); i++) { in tg3_do_test_dma() 17218 val = *(((u32 *)&test_desc) in tg3_do_test_dma() [all...] |
Completed in 54 milliseconds