Home
last modified time | relevance | path

Searched refs:status_and_length (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_emc-test.c143 uint32_t status_and_length; member
148 uint32_t status_and_length; member
261 desc->status_and_length = le32_to_cpu(desc->status_and_length); in emc_read_tx_desc()
272 le_desc.status_and_length = cpu_to_le32(desc->status_and_length); in emc_write_tx_desc()
281 desc->status_and_length = le32_to_cpu(desc->status_and_length); in emc_read_rx_desc()
292 le_desc.status_and_length = cpu_to_le32(desc->status_and_length); in emc_write_rx_desc()
456 desc[i].status_and_length = in init_tx_desc()
517 g_assert_cmphex((result_desc.status_and_length & expected_mask), ==, in emc_send_verify1()
549 desc[0].status_and_length |= sizeof(test1_data); in emc_send_verify()
551 desc[1].status_and_length |= sizeof(test2_data); in emc_send_verify()
[all …]
/openbmc/qemu/hw/net/
H A Dnpcm7xx_emc.c221 desc->status_and_length = le32_to_cpu(desc->status_and_length); in emc_read_tx_desc()
232 le_desc.status_and_length = cpu_to_le32(desc->status_and_length); in emc_write_tx_desc()
251 desc->status_and_length = le32_to_cpu(desc->status_and_length); in emc_read_rx_desc()
262 le_desc.status_and_length = cpu_to_le32(desc->status_and_length); in emc_write_rx_desc()
363 tx_desc.status_and_length &= 0xffff; in emc_try_send_next_packet()
373 length = TX_DESC_PKT_LEN(tx_desc.status_and_length); in emc_try_send_next_packet()
401 tx_desc.status_and_length |= TX_DESC_STATUS_TXCP; in emc_try_send_next_packet()
406 tx_desc.status_and_length |= TX_DESC_STATUS_TXINTR; in emc_try_send_next_packet()
561 if (!(rx_desc.status_and_length & RX_DESC_STATUS_OWNER_MASK)) { in emc_receive()
575 rx_desc.status_and_length &= ~RX_DESC_STATUS_OWNER_MASK; in emc_receive()
[all …]
/openbmc/qemu/include/hw/net/
H A Dnpcm7xx_emc.h166 uint32_t status_and_length; member
171 uint32_t status_and_length; member