Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dsmc91c111.c25 #define NUM_PACKETS 4 macro
56 int tx_fifo[NUM_PACKETS];
58 int rx_fifo[NUM_PACKETS];
60 int tx_fifo_done[NUM_PACKETS];
62 uint8_t data[NUM_PACKETS][MAX_PACKET_SIZE];
85 VMSTATE_INT32_ARRAY(tx_fifo, smc91c111_state, NUM_PACKETS),
87 VMSTATE_INT32_ARRAY(rx_fifo, smc91c111_state, NUM_PACKETS),
89 VMSTATE_INT32_ARRAY(tx_fifo_done, smc91c111_state, NUM_PACKETS),
91 NUM_PACKETS * MAX_PACKET_SIZE),
139 return packet_num >= 0 && packet_num < NUM_PACKETS; in packetnum_valid()
[all …]