Home
last modified time | relevance | path

Searched refs:CONTROL_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/net/
H A Dxilinx_axienet.c60 #define CONTROL_PAYLOAD_SIZE (CONTROL_PAYLOAD_WORDS * (sizeof(uint32_t))) macro
385 uint8_t rxapp[CONTROL_PAYLOAD_SIZE];
676 (void *)s->rxapp + CONTROL_PAYLOAD_SIZE in axienet_eth_rx_notify()
845 s->rxappsize = CONTROL_PAYLOAD_SIZE; in eth_rx()
862 if (len != CONTROL_PAYLOAD_SIZE) { in xilinx_axienet_control_stream_push()
864 (int)CONTROL_PAYLOAD_SIZE); in xilinx_axienet_control_stream_push()
/openbmc/qemu/hw/dma/
H A Dxilinx_axidma.c63 #define CONTROL_PAYLOAD_SIZE (CONTROL_PAYLOAD_WORDS * (sizeof(uint32_t))) macro
90 uint8_t app[CONTROL_PAYLOAD_SIZE];
423 if (len != CONTROL_PAYLOAD_SIZE) { in xilinx_axidma_control_stream_push()
425 (int)CONTROL_PAYLOAD_SIZE); in xilinx_axidma_control_stream_push()