Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Deepro100.c1627 uint8_t min_buf[60]; in nic_receive() local
1634 if (size < sizeof(min_buf)) { in nic_receive()
1635 memcpy(min_buf, buf, size); in nic_receive()
1636 memset(&min_buf[size], 0, sizeof(min_buf) - size); in nic_receive()
1637 buf = min_buf; in nic_receive()
1638 size = sizeof(min_buf); in nic_receive()
H A De1000.c885 uint8_t min_buf[ETH_ZLEN]; in e1000_receive_iov() local
904 iov_to_buf(iov, iovcnt, 0, min_buf, MAXIMUM_ETHERNET_HDR_LEN); in e1000_receive_iov()
905 filter_buf = min_buf; in e1000_receive_iov()