Searched refs:reply_len_hint (Results 1 – 4 of 4) sorted by relevance
426 command_info.reply_len_hint = sizeof(data); in TEST_F()448 constexpr uint16_t reply_len_hint = 2; // This is less than the actual response in TEST_F() local453 command_info.reply_len_hint = reply_len_hint; in TEST_F()465 ASSERT_EQ(status.reply_len, reply_len_hint); in TEST_F()469 ASSERT_EQ(nos_device_read(dev, data_command, data, reply_len_hint), 0); in TEST_F()471 ASSERT_THAT(status, IsSuccessWithData(data, reply_len_hint)); in TEST_F()482 command_info.reply_len_hint = sizeof(data); in TEST_F()
215 uint16_t reply_len_hint; /* max that the master will read */ member
317 .reply_len_hint = ctx->reply_len ? htole16(*ctx->reply_len) : 0, in send_command()
287 command_info.reply_len_hint = htole16((reply_len)); \