Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Digb_core.h138 igb_receive(IGBCore *core, const uint8_t *buf, size_t size);
H A Digb.c242 return igb_receive(&s->core, buf, size); in igb_nc_receive()
H A Digb_core.c987 igb_receive(IGBCore *core, const uint8_t *buf, size_t size) in igb_receive() function