Searched refs:pkt_buf (Results 1 – 4 of 4) sorted by relevance
/u-boot/drivers/net/pfe_eth/ |
A D | pfe_eth.c | 191 uchar *pkt_buf; in pfe_eth_recv() local 195 len = pfe_recv(&pkt_buf, &phy_port); in pfe_eth_recv() 202 debug("Rx pkt: pkt_buf(0x%p), phy_port(%d), len(%d)\n", pkt_buf, in pfe_eth_recv() 209 *packetp = pkt_buf; in pfe_eth_recv()
|
/u-boot/drivers/net/ |
A D | mt7620-eth.c | 250 void *pkt_buf; member 809 uintptr_t pkt_base = (uintptr_t)priv->pkt_buf; in mt7620_eth_fifo_init() 814 memset(priv->pkt_buf, 0, (NUM_TX_DESC + NUM_RX_DESC) * PKTSIZE_ALIGN); in mt7620_eth_fifo_init() 982 priv->pkt_buf = memalign(ARCH_DMA_MINALIGN, in mt7620_eth_alloc_rings_pkts() 984 if (!priv->pkt_buf) { in mt7620_eth_alloc_rings_pkts() 1005 free(priv->pkt_buf); in mt7620_eth_free_rings_pkts()
|
A D | cortina_ni.c | 829 static u8 pkt_buf[2048]; in cortina_eth_send() local 866 memset(pkt_buf, 0x00, sizeof(pkt_buf)); in cortina_eth_send() 869 memcpy(&pkt_buf[HEADER_A_SIZE], (const void *)packet, length); in cortina_eth_send() 878 pkt_buf_ptr = (u8 *)pkt_buf; in cortina_eth_send()
|
/u-boot/drivers/net/octeontx/ |
A D | nicvf_queues.c | 833 void *pkt = NULL, *pkt_buf = NULL, *buffer; in nicvf_get_rcv_pkt() local 871 pkt_buf = buffer; in nicvf_get_rcv_pkt() 872 debug("total pkt buf %p len %ld tot_len %d\n", pkt_buf, *pkt_len, in nicvf_get_rcv_pkt() 890 debug("pkt_buf %p, pkt %p payload_len %d\n", pkt_buf, pkt, in nicvf_get_rcv_pkt() 897 return pkt_buf; in nicvf_get_rcv_pkt()
|
Completed in 10 milliseconds