Searched refs:exp_len (Results 1 – 8 of 8) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | mgmt_config.c | 159 const u16 exp_len = sizeof(struct mgmt_tlv) + in set_def_system_config() local 163 if (buffer_left < exp_len) { in set_def_system_config() 165 buffer_left, exp_len); in set_def_system_config() 227 buffer_left -= exp_len; in set_def_system_config() 228 buffer += exp_len; in set_def_system_config() 235 const u16 exp_len = sizeof(struct mgmt_tlv) + in set_def_system_config() local 343 buffer_left -= exp_len; in set_def_system_config() 344 buffer += exp_len; in set_def_system_config()
|
| /linux/drivers/platform/chrome/ |
| H A D | cros_ec_uart.c | 61 size_t exp_len; member 115 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()
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | psp.py | 92 def _check_data_rx(cfg, exp_len): argument 97 if read_len == exp_len: 100 ksft_eq(read_len, exp_len) 103 def _check_data_outq(s, exp_len, force_wait=False): argument 107 if not force_wait and outq == exp_len: 110 ksft_eq(outq, exp_len)
|
| /linux/drivers/iio/test/ |
| H A D | iio-test-gts.c | 393 int exp_len = ARRAY_SIZE(gains) * 2; in test_iio_gts_chk_scales_all() local 395 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()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-rsa.c | 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()
|
| H A D | ccp-ops.c | 1900 ret = ccp_reverse_set_dm_area(&exp, 0, rsa->exp, 0, rsa->exp_len); in ccp_run_rsa_cmd()
|
| /linux/include/linux/ |
| H A D | ccp.h | 376 u32 exp_len; /* In bytes */ member
|
| /linux/drivers/scsi/ |
| H A D | libiscsi.c | 178 unsigned exp_len = task->hdr_len + len; in iscsi_add_hdr() local 180 if (exp_len > task->hdr_max) { in iscsi_add_hdr() 186 task->hdr_len = exp_len; in iscsi_add_hdr()
|