Searched refs:exp_len (Results 1 – 7 of 7) sorted by relevance
144 const u16 exp_len = sizeof(struct mgmt_tlv) + in set_def_system_config() local148 if (buffer_left < exp_len) { in set_def_system_config()150 buffer_left, exp_len); in set_def_system_config()209 buffer_left -= exp_len; in set_def_system_config()210 buffer += exp_len; in set_def_system_config()217 const u16 exp_len = sizeof(struct mgmt_tlv) + in set_def_system_config() local322 buffer_left -= exp_len; in set_def_system_config()323 buffer += exp_len; in set_def_system_config()
61 size_t exp_len; member115 if (resp->size >= sizeof(*host_response) && resp->exp_len == 0) { in cros_ec_uart_rx_bytes()117 resp->exp_len = host_response->data_len + sizeof(*host_response); in cros_ec_uart_rx_bytes()121 if (resp->size >= sizeof(*host_response) && resp->size == resp->exp_len) { in cros_ec_uart_rx_bytes()147 resp->exp_len = 0; in cros_ec_uart_pkt_xfer()
393 int exp_len = ARRAY_SIZE(gains) * 2; in test_iio_gts_chk_scales_all() local395 KUNIT_EXPECT_EQ(test, exp_len, len); in test_iio_gts_chk_scales_all()396 if (len != exp_len) in test_iio_gts_chk_scales_all()
78 rctx->cmd.u.rsa.exp_len = ctx->u.rsa.e_len; in ccp_rsa_crypt()81 rctx->cmd.u.rsa.exp_len = ctx->u.rsa.d_len; in ccp_rsa_crypt()
1890 ret = ccp_reverse_set_dm_area(&exp, 0, rsa->exp, 0, rsa->exp_len); in ccp_run_rsa_cmd()
376 u32 exp_len; /* In bytes */ member
178 unsigned exp_len = task->hdr_len + len; in iscsi_add_hdr() local180 if (exp_len > task->hdr_max) { in iscsi_add_hdr()186 task->hdr_len = exp_len; in iscsi_add_hdr()