Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Dxen_nic.c254 #define NET_IP_ALIGN 2 macro
276 if (size > XEN_PAGE_SIZE - NET_IP_ALIGN) { in net_rx_packet()
279 XEN_PAGE_SIZE - NET_IP_ALIGN); in net_rx_packet()
295 memcpy(page + NET_IP_ALIGN, buf, size); in net_rx_packet()
297 net_rx_response(netdev, &rxreq, NETIF_RSP_OKAY, NET_IP_ALIGN, size, 0); in net_rx_packet()
/openbmc/u-boot/drivers/usb/eth/
H A Dsmsc95xx.c578 #define NET_IP_ALIGN 0 in smsc95xx_init_common() macro
579 read_buf |= NET_IP_ALIGN << 9; in smsc95xx_init_common()