Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Duli526x.c94 struct tx_desc *next_tx_desc; member
466 db->tx_insert_ptr = txptr->next_tx_desc; in uli526x_start_xmit()
526 txptr = txptr->next_tx_desc; in uli526x_free_tx_pkt()
663 tmp_tx->next_tx_desc = tmp_tx + 1; in uli526x_descriptor_init()
668 tmp_tx->next_tx_desc = db->first_tx_desc; in uli526x_descriptor_init()
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Duli526x.c109 struct tx_desc *next_tx_desc; member
620 db->tx_insert_ptr = txptr->next_tx_desc; in uli526x_start_xmit()
786 txptr = txptr->next_tx_desc; in uli526x_free_tx_pkt()
1297 tmp_tx->next_tx_desc = tmp_tx + 1; in uli526x_descriptor_init()
1302 tmp_tx->next_tx_desc = db->first_tx_desc; in uli526x_descriptor_init()
1384 db->tx_insert_ptr = txptr->next_tx_desc; in send_filter_frame()
H A Ddmfe.c189 struct tx_desc *next_tx_desc; member
704 db->tx_insert_ptr = txptr->next_tx_desc; in dmfe_start_xmit()
905 txptr = txptr->next_tx_desc; in dmfe_free_tx_pkt()
1390 tmp_tx->next_tx_desc = tmp_tx + 1; in dmfe_descriptor_init()
1395 tmp_tx->next_tx_desc = db->first_tx_desc; in dmfe_descriptor_init()
1514 db->tx_insert_ptr = txptr->next_tx_desc; in send_filter_frame()
/openbmc/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Drtl8180.h53 __le32 next_tx_desc; member
H A Ddev.c1098 ring[i].next_tx_desc = in rtl8180_init_tx_ring()