Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dnet.c188 static uchar net_pkt_buf[(PKTBUFSRX+1) * PKTSIZE_ALIGN + PKTALIGN]; variable
380 net_tx_packet = &net_pkt_buf[0] + (PKTALIGN - 1); in net_init()