Searched refs:exp_len (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | psp.py | 97 def _check_data_rx(cfg, exp_len): 102 if read_len == exp_len: 105 ksft_eq(read_len, exp_len) 108 def _check_data_outq(s, exp_len, force_wait=False): 112 if not force_wait and outq == exp_len: 115 ksft_eq(outq, exp_len) 92 _check_data_rx(cfg, exp_len) global() argument 103 _check_data_outq(s, exp_len, force_wait=False) global() argument
|
| /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/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()
|
| /linux/drivers/crypto/ccp/ |
| 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()
|