Searched refs:expected_length (Results 1 – 6 of 6) sorted by relevance
17 const int expected_length = 37; in SEC() local22 if (hid_ctx->size < expected_length) in SEC()25 data = hid_bpf_get_data(hid_ctx, 0, expected_length); in SEC()
102 const int expected_length = 148; in SEC() local104 if (hctx->size != expected_length) in SEC()
68 u16 expected_length; member223 if (!frame->expected_length) { in pms7003_receive_buf()236 frame->expected_length = num; in pms7003_receive_buf()243 num = min(size, (size_t)(frame->expected_length - frame->length)); in pms7003_receive_buf()247 if (frame->length == frame->expected_length) { in pms7003_receive_buf()251 frame->expected_length = 0; in pms7003_receive_buf()
236 static const unsigned int expected_length[6] = { in mgag200_g200_interpret_bios() local274 if (pins_len != expected_length[version]) { in mgag200_g200_interpret_bios()276 pins_len, expected_length[version]); in mgag200_g200_interpret_bios()
360 u32 expected_length; in sierra_net_parse_lsi() local386 expected_length = SIERRA_NET_LSI_UMTS_STATUS_LEN; in sierra_net_parse_lsi()388 expected_length = SIERRA_NET_LSI_UMTS_DS_STATUS_LEN; in sierra_net_parse_lsi()395 if (be16_to_cpu(lsi->length) != expected_length) { in sierra_net_parse_lsi()397 __func__, be16_to_cpu(lsi->length), expected_length); in sierra_net_parse_lsi()
615 u32 desc_count, expected_length, revision; in program_type3_hpx_record() local624 expected_length = 3 + desc_count * 14; in program_type3_hpx_record()626 if (record->package.count != expected_length) in program_type3_hpx_record()629 for (i = 2; i < expected_length; i++) in program_type3_hpx_record()
Completed in 18 milliseconds