Home
last modified time | relevance | path

Searched refs:length0 (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/drivers/acpi/acpica/
A Dexmisc.c280 u32 length0; in acpi_ex_do_logical_op() local
374 length0 = operand0->buffer.length; in acpi_ex_do_logical_op()
381 (length0 > length1) ? length1 : length0); in acpi_ex_do_logical_op()
388 if ((length0 == length1) && (compare == 0)) { in acpi_ex_do_logical_op()
408 if (length0 > length1) { in acpi_ex_do_logical_op()
425 if (length0 < length1) { in acpi_ex_do_logical_op()
A Dexconcat.c347 acpi_size length0; in acpi_ex_concat_template() local
366 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer); in acpi_ex_concat_template()
379 new_length = length0 + length1 + sizeof(struct aml_resource_end_tag); in acpi_ex_concat_template()
393 memcpy(new_buf, operand0->buffer.pointer, length0); in acpi_ex_concat_template()
394 memcpy(new_buf + length0, operand1->buffer.pointer, length1); in acpi_ex_concat_template()
/linux-6.3-rc2/drivers/atm/
A Dhe.h129 #define length0 iovec[0].len macro
A Dhe.c2590 tpd->length0 = skb->len | TPD_LST; in he_send()
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/
A Dhw.h293 __le16 length0; /* length of buffer 0 */ member
A Dnetdev.c1375 length = le16_to_cpu(rx_desc->wb.middle.length0); in e1000_clean_rx_irq_ps()
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000/
A De1000_hw.h551 __le16 length0; /* length of buffer 0 */ member

Completed in 70 milliseconds