Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dmsf2-emac.c61 FIELD(FIFO_CFG4, BCAST, 9, 1)
64 FIELD(FIFO_CFG5, BCAST, 9, 1)
H A Dpcnet.c622 static const uint8_t BCAST[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; in padr_bcast() local
624 int result = !CSR_DRCVBC(s) && !memcmp(hdr->ether_dhost, BCAST, 6); in padr_bcast()