Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmac.c1268 uint32_t mac_00; in check_int() local
1270 mac_00 = mac_reg_read(eng, 0x00); in check_int()
1272 if (mac_00 & BIT(2)) { in check_int()
1273 …eceiving buffer unavailable : %08x [loop[%d]:%d]\n", type, mac_00, eng->run.loop_of_… in check_int()
1279 if (mac_00 & BIT(3)) { in check_int()
1280 …eceived packet lost due to RX FIFO full : %08x [loop[%d]:%d]\n", type, mac_00, eng->run.loop_of_… in check_int()
1286 if (mac_00 & BIT(6) ) { in check_int()
1287 …ormal priority transmit buffer unavailable: %08x [loop[%d]:%d]\n", type, mac_00, eng->run.loop_of_… in check_int()
1293 if (mac_00 & BIT(7)) { in check_int()
1294 …ackets transmitted to Ethernet lost : %08x [loop[%d]:%d]\n", type, mac_00, eng->run.loop_of_… in check_int()