Lines Matching full:block
20 "These tests expect to have block transfer enabled.");
28 "The expected number of output block contexts is wrong.");
127 "Block was not filled as expected"); in ZTEST_F()
135 "Default data buffer should be used for sending the block"); in ZTEST_F()
142 "Block was not filled as expected"); in ZTEST_F()
197 zassert_not_equal(msg->msg_data, msg->cpkt.data, "Buffer for block data is not yet in use"); in ZTEST_F()
201 zassert_equal(ret, 0, "Could not create first block"); in ZTEST_F()
204 zassert_equal(msg->msg_data, msg->cpkt.data, "Buffer for block data is not in use"); in ZTEST_F()
207 zassert(ret > 0, "block 1 option not set"); in ZTEST_F()
254 zassert_not_equal(msg->msg_data, msg->cpkt.data, "Buffer for block data is not yet in use"); in ZTEST_F()
256 /* block 0 */ in ZTEST_F()
258 zassert_equal(ret, 0, "Could not create first block"); in ZTEST_F()
260 zassert_equal(msg->msg_data, msg->cpkt.data, "Buffer for block data is not in use"); in ZTEST_F()
263 zassert(ret > 0, "block 1 option not set"); in ZTEST_F()
273 /* block 1 */ in ZTEST_F()
275 zassert_equal(ret, 0, "Could not create second block"); in ZTEST_F()
278 zassert(ret > 0, "block 1 option not set"); in ZTEST_F()
288 /* block 2 doesn't exist */ in ZTEST_F()
290 zassert_equal(ret, -EINVAL, "Could not create second block"); in ZTEST_F()
330 zassert_not_equal(msg->msg_data, msg->cpkt.data, "Buffer for block data is not yet in use"); in ZTEST_F()
332 /* block 0 */ in ZTEST_F()
334 zassert_equal(ret, 0, "Could not create first block"); in ZTEST_F()
336 zassert_equal(msg->msg_data, msg->cpkt.data, "Buffer for block data is not in use"); in ZTEST_F()
339 zassert(ret > 0, "block 1 option not set"); in ZTEST_F()
349 /* block 1 */ in ZTEST_F()
351 zassert_equal(ret, 0, "Could not create second block"); in ZTEST_F()
354 zassert(ret > 0, "block 1 option not set"); in ZTEST_F()
364 /* block 2 */ in ZTEST_F()
366 zassert_equal(ret, 0, "Could not create second block"); in ZTEST_F()
369 zassert(ret > 0, "block 1 option not set"); in ZTEST_F()
377 /* block 3 doesn't exist */ in ZTEST_F()
379 zassert_equal(ret, -EINVAL, "Could not create second block"); in ZTEST_F()
389 /* block context 0 */ in ZTEST_F()
393 /* block context 1 */ in ZTEST_F()
397 /* block context 2 */ in ZTEST_F()
407 /* release one block context */ in ZTEST_F()
411 /* get another block context */ in ZTEST_F()
416 /* release all block contexts */ in ZTEST_F()