Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/net/
H A Dxlnx-zynqmp-can.h74 Fifo32 txhpb_fifo; member
/openbmc/qemu/hw/net/can/
H A Dxlnx-zynqmp-can.c282 if (fifo32_is_full(&s->txhpb_fifo)) { in can_update_irq()
440 bool is_txhpb = fifo == &s->txhpb_fifo; in read_tx_frame()
571 transfer_fifo(s, &s->txhpb_fifo); in can_srr_pre_write()
865 Fifo32 *f = is_txhpb ? &s->txhpb_fifo : &s->tx_fifo; in can_tx_post_write()
1026 fifo32_reset(&s->txhpb_fifo); in xlnx_zynqmp_can_reset_hold()
1123 fifo32_create(&s->txhpb_fifo, CAN_FRAME_SIZE); in xlnx_zynqmp_can_realize()
1165 VMSTATE_FIFO32(txhpb_fifo, XlnxZynqMPCANState),