Lines Matching refs:expect
641 const mac_ether_offload_info_t *expect = &mtp.mtp_results; in mac_ether_offload_info_test() local
642 KT_ASSERT3UG(result.meoi_flags, ==, expect->meoi_flags, ctx, done); in mac_ether_offload_info_test()
643 KT_ASSERT3UG(result.meoi_l2hlen, ==, expect->meoi_l2hlen, ctx, done); in mac_ether_offload_info_test()
644 KT_ASSERT3UG(result.meoi_l3proto, ==, expect->meoi_l3proto, ctx, done); in mac_ether_offload_info_test()
645 KT_ASSERT3UG(result.meoi_l3hlen, ==, expect->meoi_l3hlen, ctx, done); in mac_ether_offload_info_test()
646 KT_ASSERT3UG(result.meoi_l4proto, ==, expect->meoi_l4proto, ctx, done); in mac_ether_offload_info_test()
647 KT_ASSERT3UG(result.meoi_l4hlen, ==, expect->meoi_l4hlen, ctx, done); in mac_ether_offload_info_test()
667 const mac_ether_offload_info_t *expect = &mtp.mtp_results; in mac_partial_offload_info_test() local
668 KT_ASSERT3UG(result->meoi_flags, ==, expect->meoi_flags, ctx, done); in mac_partial_offload_info_test()
669 KT_ASSERT3UG(result->meoi_l2hlen, ==, expect->meoi_l2hlen, ctx, done); in mac_partial_offload_info_test()
670 KT_ASSERT3UG(result->meoi_l3proto, ==, expect->meoi_l3proto, ctx, done); in mac_partial_offload_info_test()
671 KT_ASSERT3UG(result->meoi_l3hlen, ==, expect->meoi_l3hlen, ctx, done); in mac_partial_offload_info_test()
672 KT_ASSERT3UG(result->meoi_l4proto, ==, expect->meoi_l4proto, ctx, done); in mac_partial_offload_info_test()
673 KT_ASSERT3UG(result->meoi_l4hlen, ==, expect->meoi_l4hlen, ctx, done); in mac_partial_offload_info_test()