Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/toshiba/
H A Dtc35815.c425 unsigned int tfd_end; member
931 lp->tfd_end = 0; in tc35815_init_queues()
1311 if (lp->tfd_start == lp->tfd_end) { in tc35815_send_packet()
1740 txfd = &lp->tfd_base[lp->tfd_end]; in tc35815_txdone()
1741 while (lp->tfd_start != lp->tfd_end && in tc35815_txdone()
1767 lp->tx_skbs[lp->tfd_end].skb_dma, in tc35815_txdone()
1769 lp->tx_skbs[lp->tfd_end].skb = NULL; in tc35815_txdone()
1775 lp->tfd_end = (lp->tfd_end + 1) % TX_FD_NUM; in tc35815_txdone()
1776 txfd = &lp->tfd_base[lp->tfd_end]; in tc35815_txdone()
1785 if (lp->tfd_end != lp->tfd_start) { in tc35815_txdone()
[all …]