Searched refs:expected_size (Results 1 – 6 of 6) sorted by relevance
8 unsigned int expected_size; member44 if (size == op->expected_size) in selftest_opcode_one()48 op->desc, op->expected_size, size); in selftest_opcode_one()
604 size_t expected_size; in i2400m_msg_size_check() local614 expected_size = le16_to_cpu(l3l4_hdr->length) + sizeof(*l3l4_hdr); in i2400m_msg_size_check()615 if (msg_size < expected_size) { in i2400m_msg_size_check()618 expected_size, msg_size); in i2400m_msg_size_check()
262 u32 expected_size; in MR_ValidateMapInfo() local275 expected_size = sizeof(struct MR_FW_RAID_MAP_EXT); in MR_ValidateMapInfo()277 expected_size = in MR_ValidateMapInfo()281 if (le32_to_cpu(pDrvRaidMap->totalSize) != expected_size) { in MR_ValidateMapInfo()283 (unsigned int) expected_size); in MR_ValidateMapInfo()
339 int const expected_size = old_if ? _HWMON_OLD_PACK_SIZE : in validate_hwmon_pack() local347 if (obj->package.count != expected_size) { in validate_hwmon_pack()349 obj->package.count, expected_size); in validate_hwmon_pack()
2453 int expected_size; in wa_process_iso_packet_status() local2475 expected_size = sizeof(*packet_status) + in wa_process_iso_packet_status()2478 if (urb->actual_length != expected_size) { in wa_process_iso_packet_status()2480 urb->actual_length, expected_size); in wa_process_iso_packet_status()2483 if (le16_to_cpu(packet_status->wLength) != expected_size) { in wa_process_iso_packet_status()
3969 unsigned long size, expected_size; in packet_mmap() local3980 expected_size = 0; in packet_mmap()3983 expected_size += rb->pg_vec_len in packet_mmap()3989 if (expected_size == 0) in packet_mmap()3993 if (size != expected_size) in packet_mmap()