Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/rdc/
Dr6040.c189 struct r6040_descriptor *rx_insert_ptr; member
295 if (lp->rx_insert_ptr->skb_ptr) { in r6040_free_rxbufs()
297 le32_to_cpu(lp->rx_insert_ptr->buf), in r6040_free_rxbufs()
299 dev_kfree_skb(lp->rx_insert_ptr->skb_ptr); in r6040_free_rxbufs()
300 lp->rx_insert_ptr->skb_ptr = NULL; in r6040_free_rxbufs()
302 lp->rx_insert_ptr = lp->rx_insert_ptr->vndescp; in r6040_free_rxbufs()
340 lp->rx_remove_ptr = lp->rx_insert_ptr = lp->rx_ring; in r6040_alloc_rxbufs()
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Duli526x.c159 struct rx_desc *rx_insert_ptr; member
1283 struct rx_desc *rxptr = db->rx_insert_ptr; in uli526x_reuse_skb()
1294 db->rx_insert_ptr = rxptr->next_rx_desc; in uli526x_reuse_skb()
1325 db->rx_insert_ptr = db->first_rx_desc; in uli526x_descriptor_init()
1455 rxptr = db->rx_insert_ptr; in allocate_rx_buffer()
1472 db->rx_insert_ptr = rxptr; in allocate_rx_buffer()
Ddmfe.c237 struct rx_desc *rx_insert_ptr; member
1346 struct rx_desc *rxptr = db->rx_insert_ptr; in dmfe_reuse_skb()
1355 db->rx_insert_ptr = rxptr->next_rx_desc; in dmfe_reuse_skb()
1390 db->rx_insert_ptr = db->first_rx_desc; in dmfe_descriptor_init()
1559 rxptr = db->rx_insert_ptr; in allocate_rx_buffer()
1573 db->rx_insert_ptr = rxptr; in allocate_rx_buffer()