Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/acpica/
Dexmisc.c166 acpi_size length0; in acpi_ex_concat_template() local
185 length0 = ACPI_PTR_DIFF(end_tag, operand0->buffer.pointer); in acpi_ex_concat_template()
198 new_length = length0 + length1 + sizeof(struct aml_resource_end_tag); in acpi_ex_concat_template()
212 memcpy(new_buf, operand0->buffer.pointer, length0); in acpi_ex_concat_template()
213 memcpy(new_buf + length0, operand1->buffer.pointer, length1); in acpi_ex_concat_template()
570 u32 length0; in acpi_ex_do_logical_op() local
658 length0 = operand0->buffer.length; in acpi_ex_do_logical_op()
665 (length0 > length1) ? length1 : length0); in acpi_ex_do_logical_op()
672 if ((length0 == length1) && (compare == 0)) { in acpi_ex_do_logical_op()
692 if (length0 > length1) { in acpi_ex_do_logical_op()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dhw.h256 __le16 length0; /* length of buffer 0 */ member
Dnetdev.c1372 length = le16_to_cpu(rx_desc->wb.middle.length0); in e1000_clean_rx_irq_ps()
/linux-4.4.14/drivers/atm/
Dhe.h129 #define length0 iovec[0].len macro
Dhe.c2593 tpd->length0 = skb->len | TPD_LST; in he_send()
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000_hw.h576 __le16 length0; /* length of buffer 0 */ member