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
268 desc->status_and_length = le32_to_cpu(desc->status_and_length); in emc_read_tx_desc()
279 le_desc.status_and_length = cpu_to_le32(desc->status_and_length); in emc_write_tx_desc()
288 desc->status_and_length = le32_to_cpu(desc->status_and_length); in emc_read_rx_desc()
299 le_desc.status_and_length = cpu_to_le32(desc->status_and_length); in emc_write_rx_desc()
463 desc[i].status_and_length = in init_tx_desc()
556 desc[0].status_and_length |= sizeof(test1_data); in emc_send_verify()
558 desc[1].status_and_length |= sizeof(test2_data); in emc_send_verify()
607 desc[0].status_and_length = in init_rx_desc()
[all …]
/openbmc/qemu/hw/net/
H A Dnpcm7xx_emc.c222 desc->status_and_length = le32_to_cpu(desc->status_and_length); in emc_read_tx_desc()
233 le_desc.status_and_length = cpu_to_le32(desc->status_and_length); in emc_write_tx_desc()
252 desc->status_and_length = le32_to_cpu(desc->status_and_length); in emc_read_rx_desc()
263 le_desc.status_and_length = cpu_to_le32(desc->status_and_length); in emc_write_rx_desc()
364 tx_desc.status_and_length &= 0xffff; in emc_try_send_next_packet()
374 length = TX_DESC_PKT_LEN(tx_desc.status_and_length); in emc_try_send_next_packet()
402 tx_desc.status_and_length |= TX_DESC_STATUS_TXCP; in emc_try_send_next_packet()
597 rx_desc.status_and_length = len; in emc_receive()
599 rx_desc.status_and_length += 4; in emc_receive()
601 rx_desc.status_and_length |= RX_DESC_STATUS_RXGD; 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