Searched refs:length0 (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | exmisc.c | 280 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()
|
H A D | exconcat.c | 347 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()
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | exmisc.c | 280 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()
|
H A D | exconcat.c | 347 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
H A D | hw.h | 275 __le16 length0; /* length of buffer 0 */ member
|
H A D | netdev.c | 1370 length = le16_to_cpu(rx_desc->wb.middle.length0); in e1000_clean_rx_irq_ps()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/ |
H A D | hw.h | 296 __le16 length0; /* length of buffer 0 */ member
|
H A D | netdev.c | 1374 length = le16_to_cpu(rx_desc->wb.middle.length0); in e1000_clean_rx_irq_ps()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.h | 129 #define length0 iovec[0].len macro
|
H A D | he.c | 2593 tpd->length0 = skb->len | TPD_LST; in he_send()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.h | 129 #define length0 iovec[0].len macro
|
H A D | he.c | 2590 tpd->length0 = skb->len | TPD_LST; in he_send()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 551 __le16 length0; /* length of buffer 0 */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 548 __le16 length0; /* length of buffer 0 */ member
|
Completed in 56 milliseconds