Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Ddp8393x.c160 static uint32_t dp8393x_crda(dp8393xState *s) in dp8393x_crda() function
762 s->regs[SONIC_LLFA] = dp8393x_get(s, dp8393x_crda(s), 5); in dp8393x_receive()
770 dp8393x_put(s, dp8393x_crda(s), 6, 0x0000); in dp8393x_receive()
823 trace_dp8393x_receive_write_status(dp8393x_crda(s)); in dp8393x_receive()
824 dp8393x_put(s, dp8393x_crda(s), 0, s->regs[SONIC_RCR]); /* status */ in dp8393x_receive()
825 dp8393x_put(s, dp8393x_crda(s), 1, rx_len); /* byte count */ in dp8393x_receive()
826 dp8393x_put(s, dp8393x_crda(s), 2, s->regs[SONIC_TRBA0]); /* pkt_ptr0 */ in dp8393x_receive()
827 dp8393x_put(s, dp8393x_crda(s), 3, s->regs[SONIC_TRBA1]); /* pkt_ptr1 */ in dp8393x_receive()
828 dp8393x_put(s, dp8393x_crda(s), 4, s->regs[SONIC_RSC]); /* seq_no */ in dp8393x_receive()
831 s->regs[SONIC_LLFA] = dp8393x_get(s, dp8393x_crda(s), 5); in dp8393x_receive()
[all …]