Home
last modified time | relevance | path

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

/u-boot/drivers/net/
A Duli526x.c542 struct rx_desc *rxptr; in uli526x_rx_packet() local
546 rxptr = db->rx_ready_ptr; in uli526x_rx_packet()
548 rdes0 = le32_to_cpu(rxptr->rdes0); in uli526x_rx_packet()
557 uli526x_reuse_buf(rxptr); in uli526x_rx_packet()
591 uli526x_reuse_buf(rxptr); in uli526x_rx_packet()
596 uli526x_reuse_buf(rxptr); in uli526x_rx_packet()
600 rxptr = rxptr->next_rx_desc; in uli526x_rx_packet()
603 db->rx_ready_ptr = rxptr; in uli526x_rx_packet()
707 struct rx_desc *rxptr; in allocate_rx_buffer() local
708 rxptr = db->first_rx_desc; in allocate_rx_buffer()
[all …]
/u-boot/drivers/usb/eth/
A Dusb_ether.c119 ueth->rxptr = 0; in usb_ether_receive()
126 ueth->rxptr += num_bytes; in usb_ether_advance_rxbuf()
127 if (num_bytes < 0 || ueth->rxptr >= ueth->rxlen) in usb_ether_advance_rxbuf()
136 *ptrp = &ueth->rxbuf[ueth->rxptr]; in usb_ether_get_rx_bytes()
138 return ueth->rxlen - ueth->rxptr; in usb_ether_get_rx_bytes()
/u-boot/include/
A Dusb_ether.h18 int rxptr; /* Current position in rxbuf */ member

Completed in 6 milliseconds